#090E81

Color #090E81 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #090E81

Tints of Navy #090E81

Color information

#090E81 (or 0x090E81) is unknown color: approx Navy. HEX triplet: 09, 0E and 81. RGB value is (9,14,129). Sum of RGB (Red+Green+Blue) = 9+14+129=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 129 (50.78% from 255 or 84.87% from 152); Max value from RGB is 129 - color contains mainly: blue. Hex color #090E81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090E81 is #F6F17E. Grayscale: #191919. Windows color (decimal): -16183679 or 8457737. OLE color: 8457737.

HSL color Cylindrical-coordinate representation of color #090E81: hue angle of 237.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090E81 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB914129-
CMYK0.930.8900.49
HSL237.5º86.96%27.06%-
HSV(B)237.5º93.02%50.59%-
XYZ4.231.9620.92-
YUV25.62186.34116.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 129 (50.78% from 255) = 84.87%
R=5.92%
G=9.21%
B=84.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9141290.930.8900.49237.586.9627.06
Hex9E815D59031ee571b
Octal111620113513106135612733
Binary100111101000000110111011011001011000111101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090E81; }

 p { color: rgb(9,14,129); }

 H1.HeaderClassName
 {
   color: #090E81;
 }
 .AnyTagClassName
 {
   color: #090E81;
 }
</style>
background-color css

<style>
 a { background-color: #090E81; }

 a { background-color: rgb(9,14,129); }

 div.DivClassName
 {
   background-color: #090E81;
 }
 .BgClassName
 {
   background-color: #090E81;
 }
</style>
border-color css

<style>
 span { border-color: #090E81; }

 span { border-color: rgb(9,14,129); }

 td.TdClassName
 {
   border-color: #090E81;
 }
 .TagClassName
 {
   border-color: #090E81;
 }
</style>