#021196

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

Shades of New Midnight Blue #021196

Tints of New Midnight Blue #021196

Color information

#021196 (or 0x021196) is unknown color: approx New Midnight Blue. HEX triplet: 02, 11 and 96. RGB value is (2,17,150). Sum of RGB (Red+Green+Blue) = 2+17+150=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 150 (58.98% from 255 or 88.76% from 169); Max value from RGB is 150 - color contains mainly: blue. Hex color #021196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021196 is #FDEE69. Grayscale: #1B1B1B. Windows color (decimal): -16641642 or 9834754. OLE color: 9834754.

HSL color Cylindrical-coordinate representation of color #021196: hue angle of 233.92º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021196 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB217150-
CMYK0.990.8900.41
HSL233.92º97.37%29.8%-
HSV(B)233.92º98.67%58.82%-
XYZ5.732.6229.06-
YUV27.68197.03109.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 150 (58.98% from 255) = 88.76%
R=1.18%
G=10.06%
B=88.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2171500.990.8900.41233.9297.3729.8
Hex211966359029ea611e
Octal22122614313105135214136
Binary10100011001011011000111011001010100111101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021196; }

 p { color: rgb(2,17,150); }

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

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

 a { background-color: rgb(2,17,150); }

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

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

 span { border-color: rgb(2,17,150); }

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