#020e9a

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

Shades of New Midnight Blue #020E9A

Tints of New Midnight Blue #020E9A

Color information

#020E9A (or 0x020E9A) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0E and 9A. RGB value is (2,14,154). Sum of RGB (Red+Green+Blue) = 2+14+154=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 154 (60.55% from 255 or 90.59% from 170); Max value from RGB is 154 - color contains mainly: blue. Hex color #020E9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E9A is #FDF165. Grayscale: #191919. Windows color (decimal): -16642406 or 10096130. OLE color: 10096130.

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

Color convert

RGB214154-
CMYK0.990.9100.40
HSL235.26º97.44%30.59%-
HSV(B)235.26º98.7%60.39%-
XYZ6.012.6630.77-
YUV26.37200.02110.62-

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.24%
BLUE value IS 154 (60.55% from 255) = 90.59%
R=1.18%
G=8.24%
B=90.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2141540.990.9100.40235.2697.4430.59
Hex2E9A635B028eb611f
Octal21623214313305035314137
Binary1011101001101011000111011011010100011101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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