#090D77

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

Shades of Navy #090D77

Tints of Navy #090D77

Color information

#090D77 (or 0x090D77) is unknown color: approx Navy. HEX triplet: 09, 0D and 77. RGB value is (9,13,119). Sum of RGB (Red+Green+Blue) = 9+13+119=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #090D77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D77 is #F6F288. Grayscale: #171717. Windows color (decimal): -16183945 or 7802121. OLE color: 7802121.

HSL color Cylindrical-coordinate representation of color #090D77: hue angle of 237.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090D77 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB913119-
CMYK0.920.8900.53
HSL237.82º85.94%25.1%-
HSV(B)237.82º92.44%46.67%-
XYZ3.591.6817.59-
YUV23.89181.67117.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 119 (46.88% from 255) = 84.40%
R=6.38%
G=9.22%
B=84.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9131190.920.8900.53237.8285.9425.1
Hex9D775C59035ee5619
Octal111516713413106535612631
Binary10011101111011110111001011001011010111101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,13,119); }

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

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

 a { background-color: rgb(9,13,119); }

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

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

 span { border-color: rgb(9,13,119); }

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