Color Hex Logo

#09245a Color Hex

#09245A
(9,36,90)
0 Favorites   0 Comments

Color spaces of #09245a

RGB 93690
HSL0.610.820.19
HSV220°90°35°
CMYK 0.900.600.00   0.65
XYZ2.58902.05809.9336
Yxy2.05800.17760.1411
Hunter Lab14.34577.1092-31.0129
CIE-Lab15.788713.4212-35.2270

#09245a color RGB value is (9,36,90).

#09245a hex color red value is 9, green value is 36 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #09245a hue: 0.61 , saturation: 0.82 and the lightness value of 09245a is 0.19.

The process color (four color CMYK) of #09245a color hex is 0.90, 0.60, 0.00, 0.65. Web safe color of #09245a is #003366. Color #09245a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100100 01011010
Octal 11 44 132
Decimal 9 36 90
Hex 9 24 5A

RGB Percentages of Color #09245a

%6.67
%26.67
%66.67

CMYK Percentages of Color #09245a

%90
%60
%0
%65

Triadic Colors of #09245a

#09245a #5a0924 #245a09

Analogous Colors of #09245a

#09245a #16095a #094d5a

Monochromatic Colors of #09245a

#09245a

Complementary Color

#09245a #5a3f09

#09245a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09245a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09245a Color CSS Codes

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

#09245a Text Font Color

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

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


#09245a Background Color

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

This div background color is #09245a


#09245a Border Color

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

This div border color is #09245a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09245a


Comments

No comments written yet.

Please login to write comment.