Html Css Color HEX #020160 Navy

📋 copy color: '#020160'

red 2 ◦ green 1 ◦ blue 96

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

Shades of Navy #020160

Tints of Navy #020160

RGB

 RED value IS 2 (1.17% from 255) = 2.02%

 GREEN value IS 1 (0.78% from 255) = 1.01%

 BLUE value IS 96 (37.89% from 255) = 96.97%

R = 2.02%
G = 1.01%
B = 96.97%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020160 (or 0x020160) is known color: Navy. HEX triplet: 02, 01 and 60. RGB value is (2,1,96). Sum of RGB (Red+Green+Blue) = 2+1+96=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 96 (37.89% from 255 or 96.97% from 99); Max value from RGB is 96 - color contains mainly: blue. Hex color #020160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020160 is #FDFE9F. Grayscale: #0B0B0B. Windows color (decimal): -16645792 or 6291714. OLE color: 6291714.

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

Color convert

RGB 2 1 96 -
CMYK 0.98 0.99 0 0.62
HSL 240.63º 0.98% 0.19% -
HSV(B) 240.63º 0.99% 0.38% -
XYZ 2.15 0.88 11.12 -
YUV 12.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 2 1 96 0.98 0.99 0 0.62 240.63 0.98 0.19
Hex 2 1 60 62 63 0 3E F1 62 13
Octal 2 1 140 142 143 0 76 361 142 23
Binary 10 1 1100000 1100010 1100011 0 111110 11110001 1100010 10011

Color Harmonies of #020160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020160

Black with #020160

Text Example


Text Example

White with #020160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020160; }

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

 H1.HeaderClassName
 {
   color: #020160;
 }
 .AnyTagClassName
 {
   color: #020160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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