#212571

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

Shades of Midnight Blue #212571

Tints of Midnight Blue #212571

Color information

#212571 (or 0x212571) is unknown color: approx Midnight Blue. HEX triplet: 21, 25 and 71. RGB value is (33,37,113). Sum of RGB (Red+Green+Blue) = 33+37+113=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #212571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212571 is #DEDA8E. Grayscale: #2C2C2C. Windows color (decimal): -14604943 or 7415073. OLE color: 7415073.

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

Color convert

RGB3337113-
CMYK0.710.6700.56
HSL237º54.79%28.63%-
HSV(B)237º70.8%44.31%-
XYZ4.272.8415.95-
YUV44.47166.67119.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 113 (44.53% from 255) = 61.75%
R=18.03%
G=20.22%
B=61.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33371130.710.6700.5623754.7928.63
Hex2125714743038ed371d
Octal41451611071030703556735
Binary10000110010111100011000111100001101110001110110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212571; }

 p { color: rgb(33,37,113); }

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

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

 a { background-color: rgb(33,37,113); }

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

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

 span { border-color: rgb(33,37,113); }

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