#090477

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

Shades of Navy #090477

Tints of Navy #090477

Color information

#090477 (or 0x090477) is unknown color: approx Navy. HEX triplet: 09, 04 and 77. RGB value is (9,4,119). Sum of RGB (Red+Green+Blue) = 9+4+119=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #090477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090477 is #F6FB88. Grayscale: #121212. Windows color (decimal): -16186249 or 7799817. OLE color: 7799817.

HSL color Cylindrical-coordinate representation of color #090477: hue angle of 242.61º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #090477 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB94119-
CMYK0.920.9700.53
HSL242.61º93.5%24.12%-
HSV(B)242.61º96.64%46.67%-
XYZ3.491.4817.55-
YUV18.6184.66121.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 119 (46.88% from 255) = 90.15%
R=6.82%
G=3.03%
B=90.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941190.920.9700.53242.6193.524.12
Hex94775C61035f35d18
Octal11416713414106536313530
Binary1001100111011110111001100001011010111110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090477; }

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

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

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

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

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

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

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

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