#080472

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

Shades of Navy #080472

Tints of Navy #080472

Color information

#080472 (or 0x080472) is unknown color: approx Navy. HEX triplet: 08, 04 and 72. RGB value is (8,4,114). Sum of RGB (Red+Green+Blue) = 8+4+114=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 114 (44.92% from 255 or 90.48% from 126); Max value from RGB is 114 - color contains mainly: blue. Hex color #080472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080472 is #F7FB8D. Grayscale: #111111. Windows color (decimal): -16251790 or 7472136. OLE color: 7472136.

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

Color convert

RGB84114-
CMYK0.930.9600.55
HSL242.18º93.22%23.14%-
HSV(B)242.18º96.49%44.71%-
XYZ3.181.3516.01-
YUV17.74182.33121.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 114 (44.92% from 255) = 90.48%
R=6.35%
G=3.17%
B=90.48%

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
Decimal841140.930.9600.55242.1893.2223.14
Hex84725D60037f25d17
Octal10416213514006736213527
Binary1000100111001010111011100000011011111110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080472; }

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

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

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

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

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

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

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

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