#080572

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

Shades of Navy #080572

Tints of Navy #080572

Color information

#080572 (or 0x080572) is unknown color: approx Navy. HEX triplet: 08, 05 and 72. RGB value is (8,5,114). Sum of RGB (Red+Green+Blue) = 8+5+114=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 114 (44.92% from 255 or 89.76% from 127); Max value from RGB is 114 - color contains mainly: blue. Hex color #080572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080572 is #F7FA8D. Grayscale: #111111. Windows color (decimal): -16251534 or 7472392. OLE color: 7472392.

HSL color Cylindrical-coordinate representation of color #080572: hue angle of 241.65º 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 #080572 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85114-
CMYK0.930.9600.55
HSL241.65º91.6%23.33%-
HSV(B)241.65º95.61%44.71%-
XYZ3.191.3816.02-
YUV18.32181.99120.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 114 (44.92% from 255) = 89.76%
R=6.30%
G=3.94%
B=89.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851140.930.9600.55241.6591.623.33
Hex85725D60037f25c17
Octal10516213514006736213427
Binary1000101111001010111011100000011011111110010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080572; }

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

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

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

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

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

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

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

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