#020872

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

Shades of Navy #020872

Tints of Navy #020872

Color information

#020872 (or 0x020872) is unknown color: approx Navy. HEX triplet: 02, 08 and 72. RGB value is (2,8,114). Sum of RGB (Red+Green+Blue) = 2+8+114=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 114 (44.92% from 255 or 91.94% from 124); Max value from RGB is 114 - color contains mainly: blue. Hex color #020872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020872 is #FDF78D. Grayscale: #111111. Windows color (decimal): -16643982 or 7473154. OLE color: 7473154.

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

Color convert

RGB28114-
CMYK0.980.9300.55
HSL236.79º96.55%22.75%-
HSV(B)236.79º98.25%44.71%-
XYZ3.151.416.02-
YUV18.29182.01116.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 114 (44.92% from 255) = 91.94%
R=1.61%
G=6.45%
B=91.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281140.980.9300.55236.7996.5522.75
Hex2872625D037ed6117
Octal21016214213506735514127
Binary101000111001011000101011101011011111101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020872; }

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

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

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

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

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

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

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

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