#020060

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

Shades of Navy #020060

Tints of Navy #020060

Color information

#020060 (or 0x020060) is unknown color: approx Navy. HEX triplet: 02, 00 and 60. RGB value is (2,0,96). Sum of RGB (Red+Green+Blue) = 2+0+96=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 96 (37.89% from 255 or 97.96% from 98); Max value from RGB is 96 - color contains mainly: blue. Hex color #020060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020060 is #FDFF9F. Grayscale: #0B0B0B. Windows color (decimal): -16646048 or 6291458. OLE color: 6291458.

HSL color Cylindrical-coordinate representation of color #020060: hue angle of 241.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020060 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB2096-
CMYK0.98100.62
HSL241.25º100%18.82%-
HSV(B)241.25º100%37.65%-
XYZ2.140.8611.12-
YUV11.54175.66121.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 97.96%
R=2.04%
G=0%
B=97.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal20960.98100.62241.2510018.82
Hex2060626403Ef16413
Octal2014014214407636114423
Binary100110000011000101100100011111011110001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020060; }

 p { color: rgb(2,0,96); }

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

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

 a { background-color: rgb(2,0,96); }

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

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

 span { border-color: rgb(2,0,96); }

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