Color Hex Logo

#090241 Color Hex

#090241
(9,2,65)
0 Favorites   0 Comments

Color spaces of #090241

RGB 9265
HSL0.690.940.13
HSV247°97°25°
CMYK 0.860.970.00   0.75
XYZ1.08850.48315.0369
Yxy0.48310.16470.0731
Hunter Lab6.950515.7908-38.1008
CIE-Lab4.363824.9274-36.6856

#090241 color RGB value is (9,2,65).

#090241 hex color red value is 9, green value is 2 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #090241 hue: 0.69 , saturation: 0.94 and the lightness value of 090241 is 0.13.

The process color (four color CMYK) of #090241 color hex is 0.86, 0.97, 0.00, 0.75. Web safe color of #090241 is #000033. Color #090241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000010 01000001
Octal 11 2 101
Decimal 9 2 65
Hex 9 2 41

RGB Percentages of Color #090241

%11.84
%2.63
%85.53

CMYK Percentages of Color #090241

%86
%97
%0
%75

Triadic Colors of #090241

#090241 #410902 #024109

Analogous Colors of #090241

#090241 #290241 #021a41

Monochromatic Colors of #090241

#090241

Complementary Color

#090241 #3a4102

#090241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090241 Color CSS Codes

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

#090241 Text Font Color

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

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


#090241 Background Color

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

This div background color is #090241


#090241 Border Color

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

This div border color is #090241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090241


Comments

No comments written yet.

Please login to write comment.