#211660

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

Shades of Midnight Blue #211660

Tints of Midnight Blue #211660

Color information

#211660 (or 0x211660) is unknown color: approx Midnight Blue. HEX triplet: 21, 16 and 60. RGB value is (33,22,96). Sum of RGB (Red+Green+Blue) = 33+22+96=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #211660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211660 is #DEE99F. Grayscale: #212121. Windows color (decimal): -14608800 or 6297121. OLE color: 6297121.

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

Color convert

RGB332296-
CMYK0.660.7700.62
HSL248.92º62.71%23.14%-
HSV(B)248.92º77.08%37.65%-
XYZ3.031.7411.24-
YUV33.72163.14127.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 96 (37.89% from 255) = 63.58%
R=21.85%
G=14.57%
B=63.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3322960.660.7700.62248.9262.7123.14
Hex211660424D03Ef93f17
Octal41261401021150763717727
Binary1000011011011000001000010100110101111101111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211660; }

 p { color: rgb(33,22,96); }

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

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

 a { background-color: rgb(33,22,96); }

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

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

 span { border-color: rgb(33,22,96); }

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