#080872

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

Shades of Navy #080872

Tints of Navy #080872

Color information

#080872 (or 0x080872) is unknown color: approx Navy. HEX triplet: 08, 08 and 72. RGB value is (8,8,114). Sum of RGB (Red+Green+Blue) = 8+8+114=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #080872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080872 is #F7F78D. Grayscale: #131313. Windows color (decimal): -16250766 or 7473160. OLE color: 7473160.

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

Color convert

RGB88114-
CMYK0.930.9300.55
HSL240º86.89%23.92%-
HSV(B)240º92.98%44.71%-
XYZ3.221.4416.03-
YUV20.08181119.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 114 (44.92% from 255) = 87.69%
R=6.15%
G=6.15%
B=87.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881140.930.9300.5524086.8923.92
Hex88725D5D037f05718
Octal101016213513506736012730
Binary10001000111001010111011011101011011111110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080872; }

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

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

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

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

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

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

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

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