Html Css Color HEX #020A82 Navy

📋 copy color: '#020A82'

red 2 ◦ green 10 ◦ blue 130

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

Shades of Navy #020A82

Tints of Navy #020A82

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.04%

 BLUE value IS 130 (51.17% from 255) = 91.55%

R = 1.41%
G = 7.04%
B = 91.55%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#020A82 (or 0x020A82) is known color: Navy. HEX triplet: 02, 0A and 82. RGB value is (2,10,130). Sum of RGB (Red+Green+Blue) = 2+10+130=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 130 (51.17% from 255 or 91.55% from 142); Max value from RGB is 130 - color contains mainly: blue. Hex color #020A82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A82 is #FDF57D. Grayscale: #141414. Windows color (decimal): -16643454 or 8522242. OLE color: 8522242.

HSL color Cylindrical-coordinate representation of color #020A82: hue angle of 236.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A82 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 10 130 -
CMYK 0.98 0.92 0 0.49
HSL 236.25º 0.97% 0.26% -
HSV(B) 236.25º 0.98% 0.51% -
XYZ 4.16 1.84 21.26 -
YUV 21.29 189.35 114.24 -
System Red Green Blue C M Y K H S L
Decimal 2 10 130 0.98 0.92 0 0.49 236.25 0.97 0.26
Hex 2 A 82 62 5C 0 31 EC 61 1A
Octal 2 12 202 142 134 0 61 354 141 32
Binary 10 1010 10000010 1100010 1011100 0 110001 11101100 1100001 11010

Color Harmonies of #020A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A82

Black with #020A82

Text Example


Text Example

White with #020A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A82; }

 p { color: rgb(2,10,130); }

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

background-color css

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

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

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

border-color css

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

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

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