#021072

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

Shades of Navy #021072

Tints of Navy #021072

Color information

#021072 (or 0x021072) is unknown color: approx Navy. HEX triplet: 02, 10 and 72. RGB value is (2,16,114). Sum of RGB (Red+Green+Blue) = 2+16+114=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #021072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021072 is #FDEF8D. Grayscale: #161616. Windows color (decimal): -16641934 or 7475202. OLE color: 7475202.

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

Color convert

RGB216114-
CMYK0.980.8600.55
HSL232.5º96.55%22.75%-
HSV(B)232.5º98.25%44.71%-
XYZ3.251.616.06-
YUV22.99179.36113.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 114 (44.92% from 255) = 86.36%
R=1.52%
G=12.12%
B=86.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2161140.980.8600.55232.596.5522.75
Hex210726256037e86117
Octal22016214212606735014127
Binary1010000111001011000101010110011011111101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021072; }

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

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

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

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

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

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

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

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