#020EAA

Color #020EAA New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #020EAA

Tints of New Midnight Blue #020EAA

Color information

#020EAA (or 0x020EAA) is unknown color: approx 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

RGB214170-
CMYK0.990.9200.33
HSL235.71º97.67%33.73%-
HSV(B)235.71º98.82%66.67%-
XYZ7.443.2338.26-
YUV28.2208.02109.32-

RGB Variations

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

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.80% from 255) = 91.40%
R=1.08%
G=7.53%
B=91.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2141700.990.9200.33235.7197.6733.73
Hex2EAA635C021ec6222
Octal21625214313404135414242
Binary10111010101010110001110111000100001111011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>