Html Css Color HEX #020A6B Navy

📋 copy color: '#020A6B'

red 2 ◦ green 10 ◦ blue 107

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

Shades of Navy #020A6B

Tints of Navy #020A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 89.92%

R = 1.68%
G = 8.4%
B = 89.92%

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

#020A6B (or 0x020A6B) is known color: Navy. HEX triplet: 02, 0A and 6B. RGB value is (2,10,107). Sum of RGB (Red+Green+Blue) = 2+10+107=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 107 (42.19% from 255 or 89.92% from 119); Max value from RGB is 107 - color contains mainly: blue. Hex color #020A6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A6B is #FDF594. Grayscale: #121212. Windows color (decimal): -16643477 or 7014914. OLE color: 7014914.

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

Color convert

RGB 2 10 107 -
CMYK 0.98 0.91 0 0.58
HSL 235.43º 0.96% 0.21% -
HSV(B) 235.43º 0.98% 0.42% -
XYZ 2.79 1.29 14.01 -
YUV 18.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 2 10 107 0.98 0.91 0 0.58 235.43 0.96 0.21
Hex 2 A 6B 62 5B 0 3A EB 60 15
Octal 2 12 153 142 133 0 72 353 140 25
Binary 10 1010 1101011 1100010 1011011 0 111010 11101011 1100000 10101

Color Harmonies of #020A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A6B

Black with #020A6B

Text Example


Text Example

White with #020A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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