#090572

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

Shades of Navy #090572

Tints of Navy #090572

Color information

#090572 (or 0x090572) is unknown color: approx Navy. HEX triplet: 09, 05 and 72. RGB value is (9,5,114). Sum of RGB (Red+Green+Blue) = 9+5+114=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 114 (44.92% from 255 or 89.06% from 128); Max value from RGB is 114 - color contains mainly: blue. Hex color #090572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090572 is #F6FA8D. Grayscale: #121212. Windows color (decimal): -16185998 or 7472393. OLE color: 7472393.

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

Color convert

RGB95114-
CMYK0.920.9600.55
HSL242.2º91.6%23.33%-
HSV(B)242.2º95.61%44.71%-
XYZ3.21.3816.02-
YUV18.62181.83121.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 114 (44.92% from 255) = 89.06%
R=7.03%
G=3.91%
B=89.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal951140.920.9600.55242.291.623.33
Hex95725C60037f25c17
Octal11516213414006736213427
Binary1001101111001010111001100000011011111110010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090572; }

 p { color: rgb(9,5,114); }

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

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

 a { background-color: rgb(9,5,114); }

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

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

 span { border-color: rgb(9,5,114); }

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