#021996

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

Shades of New Midnight Blue #021996

Tints of New Midnight Blue #021996

Color information

#021996 (or 0x021996) is unknown color: approx New Midnight Blue. HEX triplet: 02, 19 and 96. RGB value is (2,25,150). Sum of RGB (Red+Green+Blue) = 2+25+150=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #021996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021996 is #FDE669. Grayscale: #1F1F1F. Windows color (decimal): -16639594 or 9836802. OLE color: 9836802.

HSL color Cylindrical-coordinate representation of color #021996: hue angle of 230.68º 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 #021996 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB225150-
CMYK0.990.8300.41
HSL230.68º97.37%29.8%-
HSV(B)230.68º98.67%58.82%-
XYZ5.882.9129.11-
YUV32.37194.38106.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 150 (58.98% from 255) = 84.75%
R=1.13%
G=14.12%
B=84.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2251500.990.8300.41230.6897.3729.8
Hex219966353029e7611e
Octal23122614312305134714136
Binary10110011001011011000111010011010100111100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021996; }

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

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

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

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

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

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

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

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