Html Css Color HEX #020EA0 New Midnight Blue

📋 copy color: '#020EA0'

red 2 ◦ green 14 ◦ blue 160

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

Shades of New Midnight Blue #020EA0

Tints of New Midnight Blue #020EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 90.91%

R = 1.14%
G = 7.95%
B = 90.91%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#020EA0 (or 0x020EA0) is known color: New Midnight Blue. HEX triplet: 02, 0E and A0. RGB value is (2,14,160). Sum of RGB (Red+Green+Blue) = 2+14+160=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 160 (62.89% from 255 or 90.91% from 176); Max value from RGB is 160 - color contains mainly: blue. Hex color #020EA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020EA0 is #FDF15F. Grayscale: #1A1A1A. Windows color (decimal): -16642400 or 10489346. OLE color: 10489346.

HSL color Cylindrical-coordinate representation of color #020EA0: hue angle of 235.44º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EA0 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 14 160 -
CMYK 0.99 0.91 0 0.37
HSL 235.44º 0.98% 0.32% -
HSV(B) 235.44º 0.99% 0.63% -
XYZ 6.53 2.87 33.47 -
YUV 27.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 2 14 160 0.99 0.91 0 0.37 235.44 0.98 0.32
Hex 2 E A0 63 5B 0 25 EB 62 20
Octal 2 16 240 143 133 0 45 353 142 40
Binary 10 1110 10100000 1100011 1011011 0 100101 11101011 1100010 100000

Color Harmonies of #020EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EA0

Black with #020EA0

Text Example


Text Example

White with #020EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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