#212070

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

Shades of Midnight Blue #212070

Tints of Midnight Blue #212070

Color information

#212070 (or 0x212070) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 70. RGB value is (33,32,112). Sum of RGB (Red+Green+Blue) = 33+32+112=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #212070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212070 is #DEDF8F. Grayscale: #292929. Windows color (decimal): -14606224 or 7348257. OLE color: 7348257.

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

Color convert

RGB3332112-
CMYK0.710.7100.56
HSL240.75º55.56%28.24%-
HSV(B)240.75º71.43%43.92%-
XYZ4.072.5315.6-
YUV41.42167.83122-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=18.64%
G=18.08%
B=63.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33321120.710.7100.56240.7555.5628.24
Hex2120704747038f1381c
Octal41401601071070703617034
Binary10000110000011100001000111100011101110001111000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212070; }

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

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

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

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

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

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

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

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