Html Css Color HEX #020A81 Navy

📋 copy color: '#020A81'

red 2 ◦ green 10 ◦ blue 129

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

Shades of Navy #020A81

Tints of Navy #020A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 91.49%

R = 1.42%
G = 7.09%
B = 91.49%

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

#020A81 (or 0x020A81) is known color: Navy. HEX triplet: 02, 0A and 81. RGB value is (2,10,129). Sum of RGB (Red+Green+Blue) = 2+10+129=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 129 (50.78% from 255 or 91.49% from 141); Max value from RGB is 129 - color contains mainly: blue. Hex color #020A81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A81 is #FDF57E. Grayscale: #141414. Windows color (decimal): -16643455 or 8456706. OLE color: 8456706.

HSL color Cylindrical-coordinate representation of color #020A81: hue angle of 236.22º 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 #020A81 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 10 129 -
CMYK 0.98 0.92 0 0.49
HSL 236.22º 0.97% 0.26% -
HSV(B) 236.22º 0.98% 0.51% -
XYZ 4.1 1.81 20.9 -
YUV 21.17 188.85 114.32 -
System Red Green Blue C M Y K H S L
Decimal 2 10 129 0.98 0.92 0 0.49 236.22 0.97 0.26
Hex 2 A 81 62 5C 0 31 EC 61 1A
Octal 2 12 201 142 134 0 61 354 141 32
Binary 10 1010 10000001 1100010 1011100 0 110001 11101100 1100001 11010

Color Harmonies of #020A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A81

Black with #020A81

Text Example


Text Example

White with #020A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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