Shades of Midnight Blue #210D6B
Tints of Midnight Blue #210D6B
RGB
CMYK
RGB Variations
Color information
#210D6B (or 0x210D6B) is known color: Midnight Blue. HEX triplet: 21, 0D and 6B. RGB value is (33,13,107). Sum of RGB (Red+Green+Blue) = 33+13+107=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #210D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D6B is #DEF294. Grayscale: #1D1D1D. Windows color (decimal): -14611093 or 7015713. OLE color: 7015713.
HSL color Cylindrical-coordinate representation of color #210D6B: hue angle of 252.77º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210D6B is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 13 | 107 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.58 |
| HSL | 252.77º | 0.78% | 0.24% | - |
| HSV(B) | 252.77º | 0.88% | 0.42% | - |
| XYZ | 3.42 | 1.67 | 14.05 | - |
| YUV | 29.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 107 | 0.69 | 0.88 | 0 | 0.58 | 252.77 | 0.78 | 0.24 |
| Hex | 21 | D | 6B | 45 | 58 | 0 | 3A | FD | 4E | 18 |
| Octal | 41 | 15 | 153 | 105 | 130 | 0 | 72 | 375 | 116 | 30 |
| Binary | 100001 | 1101 | 1101011 | 1000101 | 1011000 | 0 | 111010 | 11111101 | 1001110 | 11000 |
Color Harmonies of #210D6B
Complementary color
Monochromatic Colors of #210D6B
Black with #210D6B
Text Example
Text Example
White with #210D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D6B; }
p { color: rgb(33,13,107); }
H1.HeaderClassName
{
color: #210D6B;
}
.AnyTagClassName
{
color: #210D6B;
}
</style>
background-color css
<style>
a { background-color: #210D6B; }
a { background-color: rgb(33,13,107); }
div.DivClassName
{
background-color: #210D6B;
}
.BgClassName
{
background-color: #210D6B;
}
</style>
border-color css
<style>
span { border-color: #210D6B; }
span { border-color: rgb(33,13,107); }
td.TdClassName
{
border-color: #210D6B;
}
.TagClassName
{
border-color: #210D6B;
}
</style>