Html Css Color HEX #020460 Navy

📋 copy color: '#020460'

red 2 ◦ green 4 ◦ blue 96

#020460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #020460

Tints of Navy #020460

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 value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020460 (or 0x020460) is known color: 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

RGB 2 4 96 -
CMYK 0.98 0.96 0 0.62
HSL 238.72º 0.96% 0.19% -
HSV(B) 238.72º 0.98% 0.38% -
XYZ 2.18 0.94 11.13 -
YUV 13.89 174.34 119.52 -
System Red Green Blue C M Y K H S L
Decimal 2 4 96 0.98 0.96 0 0.62 238.72 0.96 0.19
Hex 2 4 60 62 60 0 3E EF 60 13
Octal 2 4 140 142 140 0 76 357 140 23
Binary 10 100 1100000 1100010 1100000 0 111110 11101111 1100000 10011

Color Harmonies of #020460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020460

Black with #020460

Text Example


Text Example

White with #020460

Text Example


Text Example

HTML Codes & Css Web 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>