Color Hex Logo

#09749b Color Hex

#09749B
(9,116,155)
0 Favorites   0 Comments

Color spaces of #09749b

RGB 9116155
HSL0.540.890.32
HSV196°94°61°
CMYK 0.940.250.00   0.39
XYZ12.274414.915433.2424
Yxy14.91540.20310.2468
Hunter Lab38.6205-10.8547-23.9993
CIE-Lab45.5181-12.4340-28.6053

#09749b color RGB value is (9,116,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110100 10011011
Octal 11 164 233
Decimal 9 116 155
Hex 9 74 9B

RGB Percentages of Color #09749b

%3.21
%41.43
%55.36

CMYK Percentages of Color #09749b

%94
%25
%0
%39

Triadic Colors of #09749b

#09749b #9b0974 #749b09

Analogous Colors of #09749b

#09749b #092b9b #099b79

Monochromatic Colors of #09749b

#09749b

Complementary Color

#09749b #9b3009

#09749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09749b Color CSS Codes

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

#09749b Text Font Color

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

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


#09749b Background Color

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

This div background color is #09749b


#09749b Border Color

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

This div border color is #09749b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,116,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 #09749b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09749b


Comments

No comments written yet.

Please login to write comment.