Html Css Color HEX #020A65 Navy

📋 copy color: '#020A65'

red 2 ◦ green 10 ◦ blue 101

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

Shades of Navy #020A65

Tints of Navy #020A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 89.38%

R = 1.77%
G = 8.85%
B = 89.38%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#020A65 (or 0x020A65) is known color: Navy. HEX triplet: 02, 0A and 65. RGB value is (2,10,101). Sum of RGB (Red+Green+Blue) = 2+10+101=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 101 (39.84% from 255 or 89.38% from 113); Max value from RGB is 101 - color contains mainly: blue. Hex color #020A65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A65 is #FDF59A. Grayscale: #111111. Windows color (decimal): -16643483 or 6621698. OLE color: 6621698.

HSL color Cylindrical-coordinate representation of color #020A65: hue angle of 235.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A65 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 10 101 -
CMYK 0.98 0.90 0 0.60
HSL 235.15º 0.96% 0.2% -
HSV(B) 235.15º 0.98% 0.4% -
XYZ 2.48 1.17 12.41 -
YUV 17.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 2 10 101 0.98 0.90 0 0.60 235.15 0.96 0.2
Hex 2 A 65 62 5A 0 3C EB 60 14
Octal 2 12 145 142 132 0 74 353 140 24
Binary 10 1010 1100101 1100010 1011010 0 111100 11101011 1100000 10100

Color Harmonies of #020A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A65

Black with #020A65

Text Example


Text Example

White with #020A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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