Shades of Midnight Blue #211678
Tints of Midnight Blue #211678
RGB
CMYK
RGB Variations
Color information
#211678 (or 0x211678) is known color: Midnight Blue. HEX triplet: 21, 16 and 78. RGB value is (33,22,120). Sum of RGB (Red+Green+Blue) = 33+22+120=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #211678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211678 is #DEE987. Grayscale: #242424. Windows color (decimal): -14608776 or 7869985. OLE color: 7869985.
HSL color Cylindrical-coordinate representation of color #211678: hue angle of 246.73º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211678 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 22 | 120 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.53 |
| HSL | 246.73º | 0.69% | 0.28% | - |
| HSV(B) | 246.73º | 0.82% | 0.47% | - |
| XYZ | 4.3 | 2.25 | 17.98 | - |
| YUV | 36.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 120 | 0.72 | 0.82 | 0 | 0.53 | 246.73 | 0.69 | 0.28 |
| Hex | 21 | 16 | 78 | 48 | 52 | 0 | 35 | F7 | 45 | 1C |
| Octal | 41 | 26 | 170 | 110 | 122 | 0 | 65 | 367 | 105 | 34 |
| Binary | 100001 | 10110 | 1111000 | 1001000 | 1010010 | 0 | 110101 | 11110111 | 1000101 | 11100 |
Color Harmonies of #211678
Complementary color
Monochromatic Colors of #211678
Black with #211678
Text Example
Text Example
White with #211678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211678; }
p { color: rgb(33,22,120); }
H1.HeaderClassName
{
color: #211678;
}
.AnyTagClassName
{
color: #211678;
}
</style>
background-color css
<style>
a { background-color: #211678; }
a { background-color: rgb(33,22,120); }
div.DivClassName
{
background-color: #211678;
}
.BgClassName
{
background-color: #211678;
}
</style>
border-color css
<style>
span { border-color: #211678; }
span { border-color: rgb(33,22,120); }
td.TdClassName
{
border-color: #211678;
}
.TagClassName
{
border-color: #211678;
}
</style>