Color Hex Logo

#09203b Color Hex

#09203B
(9,32,59)
0 Favorites   0 Comments

Color spaces of #09203b

RGB 93259
HSL0.590.740.13
HSV212°85°23°
CMYK 0.850.460.00   0.77
XYZ1.41861.40694.3345
Yxy1.40690.19810.1965
Hunter Lab11.86130.5912-13.3636
CIE-Lab12.00352.4007-20.0080

#09203b color RGB value is (9,32,59).

#09203b hex color red value is 9, green value is 32 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #09203b hue: 0.59 , saturation: 0.74 and the lightness value of 09203b is 0.13.

The process color (four color CMYK) of #09203b color hex is 0.85, 0.46, 0.00, 0.77. Web safe color of #09203b is #003333. Color #09203b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100000 00111011
Octal 11 40 73
Decimal 9 32 59
Hex 9 20 3B

RGB Percentages of Color #09203b

%9.00
%32.00
%59.00

CMYK Percentages of Color #09203b

%85
%46
%0
%77

Triadic Colors of #09203b

#09203b #3b0920 #203b09

Analogous Colors of #09203b

#09203b #0b093b #09393b

Monochromatic Colors of #09203b

#09203b

Complementary Color

#09203b #3b2409

#09203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09203b Color CSS Codes

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

#09203b Text Font Color

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

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


#09203b Background Color

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

This div background color is #09203b


#09203b Border Color

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

This div border color is #09203b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09203b


Comments

No comments written yet.

Please login to write comment.