Color Hex Logo

#09296a Color Hex

#09296A
(9,41,106)
0 Favorites   0 Comments

Color spaces of #09296a

RGB 941106
HSL0.610.840.23
HSV220°92°42°
CMYK 0.920.610.00   0.58
XYZ3.50712.684613.9690
Yxy2.68460.17400.1332
Hunter Lab16.38479.5340-39.0790
CIE-Lab18.733716.7445-40.9850

#09296a color RGB value is (9,41,106).

#09296a hex color red value is 9, green value is 41 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #09296a hue: 0.61 , saturation: 0.84 and the lightness value of 09296a is 0.23.

The process color (four color CMYK) of #09296a color hex is 0.92, 0.61, 0.00, 0.58. Web safe color of #09296a is #003366. Color #09296a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101001 01101010
Octal 11 51 152
Decimal 9 41 106
Hex 9 29 6A

RGB Percentages of Color #09296a

%5.77
%26.28
%67.95

CMYK Percentages of Color #09296a

%92
%61
%0
%58

Triadic Colors of #09296a

#09296a #6a0929 #296a09

Analogous Colors of #09296a

#09296a #19096a #095a6a

Monochromatic Colors of #09296a

#09296a

Complementary Color

#09296a #6a4a09

#09296a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09296a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09296a Color CSS Codes

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

#09296a Text Font Color

<p style="color:#09296a">Text here</p>

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


#09296a Background Color

<div style="background-color:#09296a">
Div content here</div>

This div background color is #09296a


#09296a Border Color

<div style="border:3px solid #09296a">
Div here</div>

This div border color is #09296a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,41,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09296a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09296a;
  -webkit-box-shadow: 1px 1px 3px 2px #09296a;
  box-shadow:         1px 1px 3px 2px #09296a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09296a


Comments

No comments written yet.

Please login to write comment.