Shades of Midnight Blue #211F60
Tints of Midnight Blue #211F60
RGB
CMYK
RGB Variations
Color information
#211F60 (or 0x211F60) is known color: Midnight Blue. HEX triplet: 21, 1F and 60. RGB value is (33,31,96). Sum of RGB (Red+Green+Blue) = 33+31+96=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #211F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F60 is #DEE09F. Grayscale: #262626. Windows color (decimal): -14606496 or 6299425. OLE color: 6299425.
HSL color Cylindrical-coordinate representation of color #211F60: hue angle of 241.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211F60 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 31 | 96 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.62 |
| HSL | 241.85º | 0.51% | 0.25% | - |
| HSV(B) | 241.85º | 0.68% | 0.38% | - |
| XYZ | 3.23 | 2.15 | 11.31 | - |
| YUV | 39.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 96 | 0.66 | 0.68 | 0 | 0.62 | 241.85 | 0.51 | 0.25 |
| Hex | 21 | 1F | 60 | 42 | 44 | 0 | 3E | F2 | 33 | 19 |
| Octal | 41 | 37 | 140 | 102 | 104 | 0 | 76 | 362 | 63 | 31 |
| Binary | 100001 | 11111 | 1100000 | 1000010 | 1000100 | 0 | 111110 | 11110010 | 110011 | 11001 |
Color Harmonies of #211F60
Complementary color
Monochromatic Colors of #211F60
Black with #211F60
Text Example
Text Example
White with #211F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F60; }
p { color: rgb(33,31,96); }
H1.HeaderClassName
{
color: #211F60;
}
.AnyTagClassName
{
color: #211F60;
}
</style>
background-color css
<style>
a { background-color: #211F60; }
a { background-color: rgb(33,31,96); }
div.DivClassName
{
background-color: #211F60;
}
.BgClassName
{
background-color: #211F60;
}
</style>
border-color css
<style>
span { border-color: #211F60; }
span { border-color: rgb(33,31,96); }
td.TdClassName
{
border-color: #211F60;
}
.TagClassName
{
border-color: #211F60;
}
</style>