Color Hex Logo

#09206e Color Hex

#09206E
(9,32,110)
0 Favorites   0 Comments

Color spaces of #09206e

RGB 932110
HSL0.630.850.23
HSV226°92°43°
CMYK 0.920.710.00   0.57
XYZ3.44362.216914.9983
Yxy2.21690.16670.1073
Hunter Lab14.889315.2274-49.3017
CIE-Lab16.586724.9882-47.1059

#09206e color RGB value is (9,32,110).

#09206e hex color red value is 9, green value is 32 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #09206e hue: 0.63 , saturation: 0.85 and the lightness value of 09206e is 0.23.

The process color (four color CMYK) of #09206e color hex is 0.92, 0.71, 0.00, 0.57. Web safe color of #09206e is #003366. Color #09206e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100000 01101110
Octal 11 40 156
Decimal 9 32 110
Hex 9 20 6E

RGB Percentages of Color #09206e

%5.96
%21.19
%72.85

CMYK Percentages of Color #09206e

%92
%71
%0
%57

Triadic Colors of #09206e

#09206e #6e0920 #206e09

Analogous Colors of #09206e

#09206e #25096e #09536e

Monochromatic Colors of #09206e

#09206e

Complementary Color

#09206e #6e5709

#09206e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09206e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09206e Color CSS Codes

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

#09206e Text Font Color

<p style="color:#09206e">Text here</p>

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


#09206e Background Color

<div style="background-color:#09206e">
Div content here</div>

This div background color is #09206e


#09206e Border Color

<div style="border:3px solid #09206e">
Div here</div>

This div border color is #09206e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09206e


Comments

No comments written yet.

Please login to write comment.