#211561

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

Shades of Midnight Blue #211561

Tints of Midnight Blue #211561

Color information

#211561 (or 0x211561) is unknown color: approx Midnight Blue. HEX triplet: 21, 15 and 61. RGB value is (33,21,97). Sum of RGB (Red+Green+Blue) = 33+21+97=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #211561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211561 is #DEEA9E. Grayscale: #202020. Windows color (decimal): -14609055 or 6362401. OLE color: 6362401.

HSL color Cylindrical-coordinate representation of color #211561: hue angle of 249.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211561 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB332197-
CMYK0.660.7800.62
HSL249.47º64.41%23.14%-
HSV(B)249.47º78.35%38.04%-
XYZ3.051.7211.48-
YUV33.25163.98127.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=21.85%
G=13.91%
B=64.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3321970.660.7800.62249.4764.4123.14
Hex211561424E03Ef94017
Octal412514110211607637110027
Binary10000110101110000110000101001110011111011111001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211561; }

 p { color: rgb(33,21,97); }

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

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

 a { background-color: rgb(33,21,97); }

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

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

 span { border-color: rgb(33,21,97); }

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