Html Css Color HEX #020A70 Navy

📋 copy color: '#020A70'

red 2 ◦ green 10 ◦ blue 112

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

Shades of Navy #020A70

Tints of Navy #020A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 90.32%

R = 1.61%
G = 8.06%
B = 90.32%

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

#020A70 (or 0x020A70) is known color: Navy. HEX triplet: 02, 0A and 70. RGB value is (2,10,112). Sum of RGB (Red+Green+Blue) = 2+10+112=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #020A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A70 is #FDF58F. Grayscale: #121212. Windows color (decimal): -16643472 or 7342594. OLE color: 7342594.

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

Color convert

RGB 2 10 112 -
CMYK 0.98 0.91 0 0.56
HSL 235.64º 0.96% 0.22% -
HSV(B) 235.64º 0.98% 0.44% -
XYZ 3.06 1.4 15.44 -
YUV 19.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 2 10 112 0.98 0.91 0 0.56 235.64 0.96 0.22
Hex 2 A 70 62 5B 0 38 EC 60 16
Octal 2 12 160 142 133 0 70 354 140 26
Binary 10 1010 1110000 1100010 1011011 0 111000 11101100 1100000 10110

Color Harmonies of #020A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A70

Black with #020A70

Text Example


Text Example

White with #020A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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