#000872

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

Shades of Navy #000872

Tints of Navy #000872

Color information

#000872 (or 0x000872) is unknown color: approx Navy. HEX triplet: 00, 08 and 72. RGB value is (0,8,114). Sum of RGB (Red+Green+Blue) = 0+8+114=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 114 (44.92% from 255 or 93.44% from 122); Max value from RGB is 114 - color contains mainly: blue. Hex color #000872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000872 is #FFF78D. Grayscale: #111111. Windows color (decimal): -16775054 or 7473152. OLE color: 7473152.

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

Color convert

RGB08114-
CMYK10.9300.55
HSL235.79º100%22.35%-
HSV(B)235.79º100%44.71%-
XYZ3.121.3916.02-
YUV17.69182.35115.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 114 (44.92% from 255) = 93.44%
R=0%
G=6.56%
B=93.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal0811410.9300.55235.7910022.35
Hex0872645D037ec6416
Octal01016214413506735414426
Binary01000111001011001001011101011011111101100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000872; }

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

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

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

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

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

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

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

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