Html Css Color HEX #020E6F Navy

📋 copy color: '#020E6F'

red 2 ◦ green 14 ◦ blue 111

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

Shades of Navy #020E6F

Tints of Navy #020E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 87.4%

R = 1.57%
G = 11.02%
B = 87.4%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020E6F (or 0x020E6F) is known color: Navy. HEX triplet: 02, 0E and 6F. RGB value is (2,14,111). Sum of RGB (Red+Green+Blue) = 2+14+111=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 111 (43.75% from 255 or 87.40% from 127); Max value from RGB is 111 - color contains mainly: blue. Hex color #020E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E6F is #FDF190. Grayscale: #151515. Windows color (decimal): -16642449 or 7278082. OLE color: 7278082.

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

Color convert

RGB 2 14 111 -
CMYK 0.98 0.87 0 0.56
HSL 233.39º 0.96% 0.22% -
HSV(B) 233.39º 0.98% 0.44% -
XYZ 3.05 1.47 15.16 -
YUV 21.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 2 14 111 0.98 0.87 0 0.56 233.39 0.96 0.22
Hex 2 E 6F 62 57 0 38 E9 60 16
Octal 2 16 157 142 127 0 70 351 140 26
Binary 10 1110 1101111 1100010 1010111 0 111000 11101001 1100000 10110

Color Harmonies of #020E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E6F

Black with #020E6F

Text Example


Text Example

White with #020E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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