Color Hex Logo

#09749d Color Hex

#09749D
(9,116,157)
0 Favorites   0 Comments

Color spaces of #09749d

RGB 9116157
HSL0.550.890.33
HSV197°94°62°
CMYK 0.940.260.00   0.38
XYZ12.443914.983234.1345
Yxy14.98320.20210.2434
Hunter Lab38.7081-10.3550-25.1888
CIE-Lab45.6112-11.6771-29.6389

#09749d color RGB value is (9,116,157).

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

The process color (four color CMYK) of #09749d color hex is 0.94, 0.26, 0.00, 0.38. Web safe color of #09749d is #006699. Color #09749d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110100 10011101
Octal 11 164 235
Decimal 9 116 157
Hex 9 74 9D

RGB Percentages of Color #09749d

%3.19
%41.13
%55.67

CMYK Percentages of Color #09749d

%94
%26
%0
%38

Triadic Colors of #09749d

#09749d #9d0974 #749d09

Analogous Colors of #09749d

#09749d #092a9d #099d7c

Monochromatic Colors of #09749d

#09749d

Complementary Color

#09749d #9d3209

#09749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09749d Color CSS Codes

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

#09749d Text Font Color

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

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


#09749d Background Color

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

This div background color is #09749d


#09749d Border Color

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

This div border color is #09749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09749d


Comments

No comments written yet.

Please login to write comment.