Shades of Midnight Blue #210F70
Tints of Midnight Blue #210F70
RGB
CMYK
RGB Variations
Color information
#210F70 (or 0x210F70) is known color: Midnight Blue. HEX triplet: 21, 0F and 70. RGB value is (33,15,112). Sum of RGB (Red+Green+Blue) = 33+15+112=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #210F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F70 is #DEF08F. Grayscale: #1F1F1F. Windows color (decimal): -14610576 or 7343905. OLE color: 7343905.
HSL color Cylindrical-coordinate representation of color #210F70: hue angle of 251.13º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #210F70 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 15 | 112 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.56 |
| HSL | 251.13º | 0.76% | 0.25% | - |
| HSV(B) | 251.13º | 0.87% | 0.44% | - |
| XYZ | 3.72 | 1.83 | 15.49 | - |
| YUV | 31.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 112 | 0.71 | 0.87 | 0 | 0.56 | 251.13 | 0.76 | 0.25 |
| Hex | 21 | F | 70 | 47 | 57 | 0 | 38 | FB | 4C | 19 |
| Octal | 41 | 17 | 160 | 107 | 127 | 0 | 70 | 373 | 114 | 31 |
| Binary | 100001 | 1111 | 1110000 | 1000111 | 1010111 | 0 | 111000 | 11111011 | 1001100 | 11001 |
Color Harmonies of #210F70
Complementary color
Monochromatic Colors of #210F70
Black with #210F70
Text Example
Text Example
White with #210F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F70; }
p { color: rgb(33,15,112); }
H1.HeaderClassName
{
color: #210F70;
}
.AnyTagClassName
{
color: #210F70;
}
</style>
background-color css
<style>
a { background-color: #210F70; }
a { background-color: rgb(33,15,112); }
div.DivClassName
{
background-color: #210F70;
}
.BgClassName
{
background-color: #210F70;
}
</style>
border-color css
<style>
span { border-color: #210F70; }
span { border-color: rgb(33,15,112); }
td.TdClassName
{
border-color: #210F70;
}
.TagClassName
{
border-color: #210F70;
}
</style>