Shades of Midnight Blue #210F73
Tints of Midnight Blue #210F73
RGB
CMYK
RGB Variations
Color information
#210F73 (or 0x210F73) is known color: Midnight Blue. HEX triplet: 21, 0F and 73. RGB value is (33,15,115). Sum of RGB (Red+Green+Blue) = 33+15+115=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #210F73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F73 is #DEF08C. Grayscale: #1F1F1F. Windows color (decimal): -14610573 or 7540513. OLE color: 7540513.
HSL color Cylindrical-coordinate representation of color #210F73: hue angle of 250.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #210F73 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 15 | 115 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.55 |
| HSL | 250.8º | 0.77% | 0.25% | - |
| HSV(B) | 250.8º | 0.87% | 0.45% | - |
| XYZ | 3.89 | 1.9 | 16.38 | - |
| YUV | 31.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 115 | 0.71 | 0.87 | 0 | 0.55 | 250.8 | 0.77 | 0.25 |
| Hex | 21 | F | 73 | 47 | 57 | 0 | 37 | FB | 4D | 19 |
| Octal | 41 | 17 | 163 | 107 | 127 | 0 | 67 | 373 | 115 | 31 |
| Binary | 100001 | 1111 | 1110011 | 1000111 | 1010111 | 0 | 110111 | 11111011 | 1001101 | 11001 |
Color Harmonies of #210F73
Complementary color
Monochromatic Colors of #210F73
Black with #210F73
Text Example
Text Example
White with #210F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F73; }
p { color: rgb(33,15,115); }
H1.HeaderClassName
{
color: #210F73;
}
.AnyTagClassName
{
color: #210F73;
}
</style>
background-color css
<style>
a { background-color: #210F73; }
a { background-color: rgb(33,15,115); }
div.DivClassName
{
background-color: #210F73;
}
.BgClassName
{
background-color: #210F73;
}
</style>
border-color css
<style>
span { border-color: #210F73; }
span { border-color: rgb(33,15,115); }
td.TdClassName
{
border-color: #210F73;
}
.TagClassName
{
border-color: #210F73;
}
</style>