Color Hex Logo

#09619b Color Hex

#09619B
(9,97,155)
0 Favorites   0 Comments

Color spaces of #09619b

RGB 997155
HSL0.570.890.32
HSV204°94°61°
CMYK 0.940.370.00   0.39
XYZ10.303710.974032.5855
Yxy10.97400.19130.2037
Hunter Lab33.1270-2.4524-35.1319
CIE-Lab39.5366-0.9737-38.0252

#09619b color RGB value is (9,97,155).

#09619b hex color red value is 9, green value is 97 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #09619b hue: 0.57 , saturation: 0.89 and the lightness value of 09619b is 0.32.

The process color (four color CMYK) of #09619b color hex is 0.94, 0.37, 0.00, 0.39. Web safe color of #09619b is #006699. Color #09619b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100001 10011011
Octal 11 141 233
Decimal 9 97 155
Hex 9 61 9B

RGB Percentages of Color #09619b

%3.45
%37.16
%59.39

CMYK Percentages of Color #09619b

%94
%37
%0
%39

Triadic Colors of #09619b

#09619b #9b0961 #619b09

Analogous Colors of #09619b

#09619b #09189b #099b8c

Monochromatic Colors of #09619b

#09619b

Complementary Color

#09619b #9b4309

#09619b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09619b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09619b Color CSS Codes

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

#09619b Text Font Color

<p style="color:#09619b">Text here</p>

This sample text font color is #09619b
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.


#09619b Background Color

<div style="background-color:#09619b">
Div content here</div>

This div background color is #09619b


#09619b Border Color

<div style="border:3px solid #09619b">
Div here</div>

This div border color is #09619b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,97,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09619b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09619b;
  -webkit-box-shadow: 1px 1px 3px 2px #09619b;
  box-shadow:         1px 1px 3px 2px #09619b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,97,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09619b


Comments

No comments written yet.

Please login to write comment.