#020266

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

Shades of Navy #020266

Tints of Navy #020266

Color information

#020266 (or 0x020266) is unknown color: approx Navy. HEX triplet: 02, 02 and 66. RGB value is (2,2,102). Sum of RGB (Red+Green+Blue) = 2+2+102=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 102 (40.23% from 255 or 96.23% from 106); Max value from RGB is 102 - color contains mainly: blue. Hex color #020266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020266 is #FDFD99. Grayscale: #0D0D0D. Windows color (decimal): -16645530 or 6685186. OLE color: 6685186.

HSL color Cylindrical-coordinate representation of color #020266: hue angle of 240º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020266 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB22102-
CMYK0.980.9800.6
HSL240º96.15%20.39%-
HSV(B)240º98.04%40%-
XYZ2.451.0212.64-
YUV13.4178119.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 102 (40.23% from 255) = 96.23%
R=1.89%
G=1.89%
B=96.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal221020.980.9800.624096.1520.39
Hex2266626203Cf06014
Octal2214614214207436014024
Binary1010110011011000101100010011110011110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020266; }

 p { color: rgb(2,2,102); }

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

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

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

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

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

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

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