Color Hex Logo

#090f4c Color Hex

#090F4C
(9,15,76)
0 Favorites   0 Comments

Color spaces of #090f4c

RGB 91576
HSL0.650.790.17
HSV235°88°30°
CMYK 0.880.800.00   0.70
XYZ1.58800.92156.9317
Yxy0.92150.16820.0976
Hunter Lab9.599512.7294-36.0932
CIE-Lab8.319622.9967-37.9285

#090f4c color RGB value is (9,15,76).

#090f4c hex color red value is 9, green value is 15 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #090f4c hue: 0.65 , saturation: 0.79 and the lightness value of 090f4c is 0.17.

The process color (four color CMYK) of #090f4c color hex is 0.88, 0.80, 0.00, 0.70. Web safe color of #090f4c is #000033. Color #090f4c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001111 01001100
Octal 11 17 114
Decimal 9 15 76
Hex 9 F 4C

RGB Percentages of Color #090f4c

%9.00
%15.00
%76.00

CMYK Percentages of Color #090f4c

%88
%80
%0
%70

Triadic Colors of #090f4c

#090f4c #4c090f #0f4c09

Analogous Colors of #090f4c

#090f4c #25094c #09314c

Monochromatic Colors of #090f4c

#090f4c

Complementary Color

#090f4c #4c4609

#090f4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090f4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#090f4c Color CSS Codes

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

#090f4c Text Font Color

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

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


#090f4c Background Color

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

This div background color is #090f4c


#090f4c Border Color

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

This div border color is #090f4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090f4c


Comments

No comments written yet.

Please login to write comment.