#020E99

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

Shades of New Midnight Blue #020E99

Tints of New Midnight Blue #020E99

Color information

#020E99 (or 0x020E99) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0E and 99. RGB value is (2,14,153). Sum of RGB (Red+Green+Blue) = 2+14+153=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 153 (60.16% from 255 or 90.53% from 169); Max value from RGB is 153 - color contains mainly: blue. Hex color #020E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E99 is #FDF166. Grayscale: #191919. Windows color (decimal): -16642407 or 10030594. OLE color: 10030594.

HSL color Cylindrical-coordinate representation of color #020E99: hue angle of 235.23º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020E99 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB214153-
CMYK0.990.9100.4
HSL235.23º97.42%30.39%-
HSV(B)235.23º98.69%60%-
XYZ5.932.6330.33-
YUV26.26199.52110.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 153 (60.16% from 255) = 90.53%
R=1.18%
G=8.28%
B=90.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2141530.990.9100.4235.2397.4230.39
Hex2E99635B028eb611e
Octal21623114313305035314136
Binary1011101001100111000111011011010100011101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #020E99;
 }
 .AnyTagClassName
 {
   color: #020E99;
 }
</style>
background-color css

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

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

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

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

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

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