Html Css Color HEX #020E6E Navy

📋 copy color: '#020E6E'

red 2 ◦ green 14 ◦ blue 110

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

Shades of Navy #020E6E

Tints of Navy #020E6E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.11%

 BLUE value IS 110 (43.36% from 255) = 87.3%

R = 1.59%
G = 11.11%
B = 87.3%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#020E6E (or 0x020E6E) is known color: Navy. HEX triplet: 02, 0E and 6E. RGB value is (2,14,110). Sum of RGB (Red+Green+Blue) = 2+14+110=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #020E6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E6E is #FDF191. Grayscale: #141414. Windows color (decimal): -16642450 or 7212546. OLE color: 7212546.

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

Color convert

RGB 2 14 110 -
CMYK 0.98 0.87 0 0.57
HSL 233.33º 0.96% 0.22% -
HSV(B) 233.33º 0.98% 0.43% -
XYZ 3 1.45 14.87 -
YUV 21.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 2 14 110 0.98 0.87 0 0.57 233.33 0.96 0.22
Hex 2 E 6E 62 57 0 39 E9 60 16
Octal 2 16 156 142 127 0 71 351 140 26
Binary 10 1110 1101110 1100010 1010111 0 111001 11101001 1100000 10110

Color Harmonies of #020E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E6E

Black with #020E6E

Text Example


Text Example

White with #020E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,14,110); }

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

background-color css

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

 a { background-color: rgb(2,14,110); }

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

border-color css

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

 span { border-color: rgb(2,14,110); }

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