#020772

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

Shades of Navy #020772

Tints of Navy #020772

Color information

#020772 (or 0x020772) is unknown color: approx Navy. HEX triplet: 02, 07 and 72. RGB value is (2,7,114). Sum of RGB (Red+Green+Blue) = 2+7+114=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 114 (44.92% from 255 or 92.68% from 123); Max value from RGB is 114 - color contains mainly: blue. Hex color #020772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020772 is #FDF88D. Grayscale: #111111. Windows color (decimal): -16644238 or 7472898. OLE color: 7472898.

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

Color convert

RGB27114-
CMYK0.980.9400.55
HSL237.32º96.55%22.75%-
HSV(B)237.32º98.25%44.71%-
XYZ3.141.3816.02-
YUV17.7182.34116.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 114 (44.92% from 255) = 92.68%
R=1.63%
G=5.69%
B=92.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271140.980.9400.55237.3296.5522.75
Hex2772625E037ed6117
Octal2716214213606735514127
Binary10111111001011000101011110011011111101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020772; }

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

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

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

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

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

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

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

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