Color Hex Logo

#09386b Color Hex

#09386B
(9,56,107)
0 Favorites   0 Comments

Color spaces of #09386b

RGB 956107
HSL0.590.840.23
HSV211°92°42°
CMYK 0.920.480.00   0.58
XYZ4.18073.948014.4516
Yxy3.94800.18510.1748
Hunter Lab19.86962.7859-29.2143
CIE-Lab23.49886.2448-33.9179

#09386b color RGB value is (9,56,107).

#09386b hex color red value is 9, green value is 56 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #09386b hue: 0.59 , saturation: 0.84 and the lightness value of 09386b is 0.23.

The process color (four color CMYK) of #09386b color hex is 0.92, 0.48, 0.00, 0.58. Web safe color of #09386b is #003366. Color #09386b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 01101011
Octal 11 70 153
Decimal 9 56 107
Hex 9 38 6B

RGB Percentages of Color #09386b

%5.23
%32.56
%62.21

CMYK Percentages of Color #09386b

%92
%48
%0
%58

Triadic Colors of #09386b

#09386b #6b0938 #386b09

Analogous Colors of #09386b

#09386b #0b096b #09696b

Monochromatic Colors of #09386b

#09386b

Complementary Color

#09386b #6b3c09

#09386b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09386b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09386b Color CSS Codes

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

#09386b Text Font Color

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

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


#09386b Background Color

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

This div background color is #09386b


#09386b Border Color

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

This div border color is #09386b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09386b


Comments

No comments written yet.

Please login to write comment.