#020476

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

Shades of Navy #020476

Tints of Navy #020476

Color information

#020476 (or 0x020476) is unknown color: approx Navy. HEX triplet: 02, 04 and 76. RGB value is (2,4,118). Sum of RGB (Red+Green+Blue) = 2+4+118=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 118 (46.48% from 255 or 95.16% from 124); Max value from RGB is 118 - color contains mainly: blue. Hex color #020476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020476 is #FDFB89. Grayscale: #0F0F0F. Windows color (decimal): -16645002 or 7734274. OLE color: 7734274.

HSL color Cylindrical-coordinate representation of color #020476: hue angle of 238.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020476 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB24118-
CMYK0.980.9700.54
HSL238.97º96.67%23.53%-
HSV(B)238.97º98.31%46.27%-
XYZ3.341.4117.24-
YUV16.4185.34117.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 118 (46.48% from 255) = 95.16%
R=1.61%
G=3.23%
B=95.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal241180.980.9700.54238.9796.6723.53
Hex24766261036ef6118
Octal2416614214106635714130
Binary10100111011011000101100001011011011101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020476; }

 p { color: rgb(2,4,118); }

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

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

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

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

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

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

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