Color Hex Logo

#0d98ba Color Hex Blue Green

#0D98BA
(13,152,186)
12 Favorites   1 Comments

Color spaces of #0d98ba Blue Green

RGB 13152186
HSL0.530.870.39
HSV192°93°73°
CMYK 0.930.180.00   0.27
XYZ20.257126.087250.4220
Yxy26.08720.20930.2696
Hunter Lab51.0756-18.5875-22.7783
CIE-Lab58.1197-20.8175-26.9405

#0d98ba color RGB value is (13,152,186). #0d98ba color name is Blue Green color.

#0d98ba hex color red value is 13, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0d98ba hue: 0.53 , saturation: 0.87 and the lightness value of 0d98ba is 0.39.

The process color (four color CMYK) of #0d98ba color hex is 0.93, 0.18, 0.00, 0.27. Web safe color of #0d98ba is #0099cc. Color #0d98ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10011000 10111010
Octal 15 230 272
Decimal 13 152 186
Hex D 98 BA

RGB Percentages of Color #0d98ba

%3.70
%43.30
%52.99

CMYK Percentages of Color #0d98ba

%93
%18
%0
%27

Triadic Colors of #0d98ba

#0d98ba #ba0d98 #98ba0d

Analogous Colors of #0d98ba

#0d98ba #0d42ba #0dba86

Monochromatic Colors of #0d98ba

#0d98ba

Complementary Color

#0d98ba #ba2f0d

#0d98ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d98ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d98ba Color CSS Codes

.mybgcolor {background-color:#0d98ba; } 
.myforecolor {color:#0d98ba; }
.mybordercolor {border:3px solid #0d98ba; }

#0d98ba Text Font Color

<p style="color:#0d98ba">Text here</p>

This sample text font color is #0d98ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0d98ba Background Color

<div style="background-color:#0d98ba">
Div content here</div>

This div background color is #0d98ba


#0d98ba Border Color

<div style="border:3px solid #0d98ba">
Div here</div>

This div border color is #0d98ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,152,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d98ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d98ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0d98ba;
  box-shadow:         1px 1px 3px 2px #0d98ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,152,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0d98ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0d98ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0d98ba;
  box-shadow:         1px 1px 3px 2px #0d98ba;">
Div content here</div>

This div box has shadow with color #0d98ba


Comments

7 Aug 2023, 17:54 Zacapea

This is more blue than green..

Please login to write comment.