Html Css Color HEX #020A6A Navy

📋 copy color: '#020A6A'

red 2 ◦ green 10 ◦ blue 106

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

Shades of Navy #020A6A

Tints of Navy #020A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 89.83%

R = 1.69%
G = 8.47%
B = 89.83%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#020A6A (or 0x020A6A) is known color: Navy. HEX triplet: 02, 0A and 6A. RGB value is (2,10,106). Sum of RGB (Red+Green+Blue) = 2+10+106=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #020A6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A6A is #FDF595. Grayscale: #121212. Windows color (decimal): -16643478 or 6949378. OLE color: 6949378.

HSL color Cylindrical-coordinate representation of color #020A6A: hue angle of 235.38º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A6A is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 10 106 -
CMYK 0.98 0.91 0 0.58
HSL 235.38º 0.96% 0.21% -
HSV(B) 235.38º 0.98% 0.42% -
XYZ 2.74 1.27 13.74 -
YUV 18.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 2 10 106 0.98 0.91 0 0.58 235.38 0.96 0.21
Hex 2 A 6A 62 5B 0 3A EB 60 15
Octal 2 12 152 142 133 0 72 353 140 25
Binary 10 1010 1101010 1100010 1011011 0 111010 11101011 1100000 10101

Color Harmonies of #020A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A6A

Black with #020A6A

Text Example


Text Example

White with #020A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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