#020460

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

Shades of Navy #020460

Tints of Navy #020460

Color information

#020460 (or 0x020460) is unknown color: approx Navy. HEX triplet: 02, 04 and 60. RGB value is (2,4,96). Sum of RGB (Red+Green+Blue) = 2+4+96=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 96 (37.89% from 255 or 94.12% from 102); Max value from RGB is 96 - color contains mainly: blue. Hex color #020460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020460 is #FDFB9F. Grayscale: #0D0D0D. Windows color (decimal): -16645024 or 6292482. OLE color: 6292482.

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

Color convert

RGB2496-
CMYK0.980.9600.62
HSL238.72º95.92%19.22%-
HSV(B)238.72º97.92%37.65%-
XYZ2.180.9411.13-
YUV13.89174.34119.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 96 (37.89% from 255) = 94.12%
R=1.96%
G=3.92%
B=94.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal24960.980.9600.62238.7295.9219.22
Hex2460626003Eef6013
Octal2414014214007635714023
Binary10100110000011000101100000011111011101111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020460; }

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

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

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

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

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

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

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

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