#090470

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

Shades of Navy #090470

Tints of Navy #090470

Color information

#090470 (or 0x090470) is unknown color: approx Navy. HEX triplet: 09, 04 and 70. RGB value is (9,4,112). Sum of RGB (Red+Green+Blue) = 9+4+112=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #090470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090470 is #F6FB8F. Grayscale: #111111. Windows color (decimal): -16186256 or 7341065. OLE color: 7341065.

HSL color Cylindrical-coordinate representation of color #090470: hue angle of 242.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090470 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB94112-
CMYK0.920.9600.56
HSL242.78º93.1%22.75%-
HSV(B)242.78º96.43%43.92%-
XYZ3.081.3115.42-
YUV17.81181.16121.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 112 (44.14% from 255) = 89.6%
R=7.2%
G=3.2%
B=89.6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal941120.920.9600.56242.7893.122.75
Hex94705C60038f35d17
Octal11416013414007036313527
Binary1001100111000010111001100000011100011110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090470; }

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

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

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

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

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

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

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

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