Shades of Midnight Blue #211465
Tints of Midnight Blue #211465
RGB
CMYK
RGB Variations
Color information
#211465 (or 0x211465) is known color: Midnight Blue. HEX triplet: 21, 14 and 65. RGB value is (33,20,101). Sum of RGB (Red+Green+Blue) = 33+20+101=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #211465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211465 is #DEEB9A. Grayscale: #202020. Windows color (decimal): -14609307 or 6624289. OLE color: 6624289.
HSL color Cylindrical-coordinate representation of color #211465: hue angle of 249.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211465 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 20 | 101 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.60 |
| HSL | 249.63º | 0.67% | 0.24% | - |
| HSV(B) | 249.63º | 0.8% | 0.4% | - |
| XYZ | 3.23 | 1.76 | 12.48 | - |
| YUV | 33.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 101 | 0.67 | 0.80 | 0 | 0.60 | 249.63 | 0.67 | 0.24 |
| Hex | 21 | 14 | 65 | 43 | 50 | 0 | 3C | FA | 43 | 18 |
| Octal | 41 | 24 | 145 | 103 | 120 | 0 | 74 | 372 | 103 | 30 |
| Binary | 100001 | 10100 | 1100101 | 1000011 | 1010000 | 0 | 111100 | 11111010 | 1000011 | 11000 |
Color Harmonies of #211465
Complementary color
Monochromatic Colors of #211465
Black with #211465
Text Example
Text Example
White with #211465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211465; }
p { color: rgb(33,20,101); }
H1.HeaderClassName
{
color: #211465;
}
.AnyTagClassName
{
color: #211465;
}
</style>
background-color css
<style>
a { background-color: #211465; }
a { background-color: rgb(33,20,101); }
div.DivClassName
{
background-color: #211465;
}
.BgClassName
{
background-color: #211465;
}
</style>
border-color css
<style>
span { border-color: #211465; }
span { border-color: rgb(33,20,101); }
td.TdClassName
{
border-color: #211465;
}
.TagClassName
{
border-color: #211465;
}
</style>