Html Css Color HEX #020A6F Navy

📋 copy color: '#020A6F'

red 2 ◦ green 10 ◦ blue 111

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

Shades of Navy #020A6F

Tints of Navy #020A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 90.24%

R = 1.63%
G = 8.13%
B = 90.24%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020A6F (or 0x020A6F) is known color: Navy. HEX triplet: 02, 0A and 6F. RGB value is (2,10,111). Sum of RGB (Red+Green+Blue) = 2+10+111=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 111 (43.75% from 255 or 90.24% from 123); Max value from RGB is 111 - color contains mainly: blue. Hex color #020A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A6F is #FDF590. Grayscale: #121212. Windows color (decimal): -16643473 or 7277058. OLE color: 7277058.

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

Color convert

RGB 2 10 111 -
CMYK 0.98 0.91 0 0.56
HSL 235.6º 0.96% 0.22% -
HSV(B) 235.6º 0.98% 0.44% -
XYZ 3 1.38 15.15 -
YUV 19.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 2 10 111 0.98 0.91 0 0.56 235.6 0.96 0.22
Hex 2 A 6F 62 5B 0 38 EC 60 16
Octal 2 12 157 142 133 0 70 354 140 26
Binary 10 1010 1101111 1100010 1011011 0 111000 11101100 1100000 10110

Color Harmonies of #020A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A6F

Black with #020A6F

Text Example


Text Example

White with #020A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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