#211970

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

Shades of Midnight Blue #211970

Tints of Midnight Blue #211970

Color information

#211970 (or 0x211970) is unknown color: approx Midnight Blue. HEX triplet: 21, 19 and 70. RGB value is (33,25,112). Sum of RGB (Red+Green+Blue) = 33+25+112=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #211970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211970 is #DEE68F. Grayscale: #242424. Windows color (decimal): -14608016 or 7346465. OLE color: 7346465.

HSL color Cylindrical-coordinate representation of color #211970: hue angle of 245.52º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211970 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3325112-
CMYK0.710.7800.56
HSL245.52º63.5%26.86%-
HSV(B)245.52º77.68%43.92%-
XYZ3.92.1915.55-
YUV37.31170.15124.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=19.41%
G=14.71%
B=65.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33251120.710.7800.56245.5263.526.86
Hex211970474E038f6401b
Octal413116010711607036610033
Binary10000111001111000010001111001110011100011110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211970; }

 p { color: rgb(33,25,112); }

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

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

 a { background-color: rgb(33,25,112); }

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

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

 span { border-color: rgb(33,25,112); }

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