Shades of Midnight Blue #211978
Tints of Midnight Blue #211978
RGB
CMYK
RGB Variations
Color information
#211978 (or 0x211978) is known color: Midnight Blue. HEX triplet: 21, 19 and 78. RGB value is (33,25,120). Sum of RGB (Red+Green+Blue) = 33+25+120=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #211978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211978 is #DEE687. Grayscale: #252525. Windows color (decimal): -14608008 or 7870753. OLE color: 7870753.
HSL color Cylindrical-coordinate representation of color #211978: hue angle of 245.05º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211978 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 25 | 120 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.53 |
| HSL | 245.05º | 0.66% | 0.28% | - |
| HSV(B) | 245.05º | 0.79% | 0.47% | - |
| XYZ | 4.36 | 2.37 | 18 | - |
| YUV | 38.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 120 | 0.72 | 0.79 | 0 | 0.53 | 245.05 | 0.66 | 0.28 |
| Hex | 21 | 19 | 78 | 48 | 4F | 0 | 35 | F5 | 42 | 1C |
| Octal | 41 | 31 | 170 | 110 | 117 | 0 | 65 | 365 | 102 | 34 |
| Binary | 100001 | 11001 | 1111000 | 1001000 | 1001111 | 0 | 110101 | 11110101 | 1000010 | 11100 |
Color Harmonies of #211978
Complementary color
Monochromatic Colors of #211978
Black with #211978
Text Example
Text Example
White with #211978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211978; }
p { color: rgb(33,25,120); }
H1.HeaderClassName
{
color: #211978;
}
.AnyTagClassName
{
color: #211978;
}
</style>
background-color css
<style>
a { background-color: #211978; }
a { background-color: rgb(33,25,120); }
div.DivClassName
{
background-color: #211978;
}
.BgClassName
{
background-color: #211978;
}
</style>
border-color css
<style>
span { border-color: #211978; }
span { border-color: rgb(33,25,120); }
td.TdClassName
{
border-color: #211978;
}
.TagClassName
{
border-color: #211978;
}
</style>