#02026D

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

Shades of Navy #02026D

Tints of Navy #02026D

Color information

#02026D (or 0x02026D) is unknown color: approx Navy. HEX triplet: 02, 02 and 6D. RGB value is (2,2,109). Sum of RGB (Red+Green+Blue) = 2+2+109=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #02026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02026D is #FDFD92. Grayscale: #0D0D0D. Windows color (decimal): -16645523 or 7143938. OLE color: 7143938.

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

Color convert

RGB22109-
CMYK0.980.9800.57
HSL240º96.4%21.76%-
HSV(B)240º98.17%42.75%-
XYZ2.811.1614.54-
YUV14.2181.5119.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 109 (42.97% from 255) = 96.46%
R=1.77%
G=1.77%
B=96.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal221090.980.9800.5724096.421.76
Hex226D6262039f06016
Octal2215514214207136014026
Binary1010110110111000101100010011100111110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02026D; }

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

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

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

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

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

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

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

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