Html Css Color HEX #020EAA New Midnight Blue

📋 copy color: '#020EAA'

red 2 ◦ green 14 ◦ blue 170

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

Shades of New Midnight Blue #020EAA

Tints of New Midnight Blue #020EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 91.4%

R = 1.08%
G = 7.53%
B = 91.4%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#020EAA (or 0x020EAA) is known color: New Midnight Blue. HEX triplet: 02, 0E and AA. RGB value is (2,14,170). Sum of RGB (Red+Green+Blue) = 2+14+170=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 170 (66.80% from 255 or 91.40% from 186); Max value from RGB is 170 - color contains mainly: blue. Hex color #020EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020EAA is #FDF155. Grayscale: #1B1B1B. Windows color (decimal): -16642390 or 11144706. OLE color: 11144706.

HSL color Cylindrical-coordinate representation of color #020EAA: hue angle of 235.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EAA is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 14 170 -
CMYK 0.99 0.92 0 0.33
HSL 235.71º 0.98% 0.34% -
HSV(B) 235.71º 0.99% 0.67% -
XYZ 7.44 3.23 38.26 -
YUV 28.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 2 14 170 0.99 0.92 0 0.33 235.71 0.98 0.34
Hex 2 E AA 63 5C 0 21 EC 62 22
Octal 2 16 252 143 134 0 41 354 142 42
Binary 10 1110 10101010 1100011 1011100 0 100001 11101100 1100010 100010

Color Harmonies of #020EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EAA

Black with #020EAA

Text Example


Text Example

White with #020EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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