Html Css Color HEX #020A68 Navy

📋 copy color: '#020A68'

red 2 ◦ green 10 ◦ blue 104

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

Shades of Navy #020A68

Tints of Navy #020A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 89.66%

R = 1.72%
G = 8.62%
B = 89.66%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020A68 (or 0x020A68) is known color: Navy. HEX triplet: 02, 0A and 68. RGB value is (2,10,104). Sum of RGB (Red+Green+Blue) = 2+10+104=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 104 (41.02% from 255 or 89.66% from 116); Max value from RGB is 104 - color contains mainly: blue. Hex color #020A68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A68 is #FDF597. Grayscale: #111111. Windows color (decimal): -16643480 or 6818306. OLE color: 6818306.

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

Color convert

RGB 2 10 104 -
CMYK 0.98 0.90 0 0.59
HSL 235.29º 0.96% 0.21% -
HSV(B) 235.29º 0.98% 0.41% -
XYZ 2.63 1.23 13.2 -
YUV 18.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 2 10 104 0.98 0.90 0 0.59 235.29 0.96 0.21
Hex 2 A 68 62 5A 0 3B EB 60 15
Octal 2 12 150 142 132 0 73 353 140 25
Binary 10 1010 1101000 1100010 1011010 0 111011 11101011 1100000 10101

Color Harmonies of #020A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A68

Black with #020A68

Text Example


Text Example

White with #020A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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