Html Css Color HEX #020E84 Navy

📋 copy color: '#020E84'

red 2 ◦ green 14 ◦ blue 132

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

Shades of Navy #020E84

Tints of Navy #020E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 89.19%

R = 1.35%
G = 9.46%
B = 89.19%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#020E84 (or 0x020E84) is known color: Navy. HEX triplet: 02, 0E and 84. RGB value is (2,14,132). Sum of RGB (Red+Green+Blue) = 2+14+132=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 132 (51.95% from 255 or 89.19% from 148); Max value from RGB is 132 - color contains mainly: blue. Hex color #020E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E84 is #FDF17B. Grayscale: #171717. Windows color (decimal): -16642428 or 8654338. OLE color: 8654338.

HSL color Cylindrical-coordinate representation of color #020E84: hue angle of 234.46º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E84 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 14 132 -
CMYK 0.98 0.89 0 0.48
HSL 234.46º 0.97% 0.26% -
HSV(B) 234.46º 0.98% 0.52% -
XYZ 4.35 1.99 21.99 -
YUV 23.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 2 14 132 0.98 0.89 0 0.48 234.46 0.97 0.26
Hex 2 E 84 62 59 0 30 EA 61 1A
Octal 2 16 204 142 131 0 60 352 141 32
Binary 10 1110 10000100 1100010 1011001 0 110000 11101010 1100001 11010

Color Harmonies of #020E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E84

Black with #020E84

Text Example


Text Example

White with #020E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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