Shades of Midnight Blue #210F61
Tints of Midnight Blue #210F61
RGB
CMYK
RGB Variations
Color information
#210F61 (or 0x210F61) is known color: Midnight Blue. HEX triplet: 21, 0F and 61. RGB value is (33,15,97). Sum of RGB (Red+Green+Blue) = 33+15+97=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #210F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F61 is #DEF09E. Grayscale: #1D1D1D. Windows color (decimal): -14610591 or 6360865. OLE color: 6360865.
HSL color Cylindrical-coordinate representation of color #210F61: hue angle of 253.17º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210F61 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 15 | 97 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.62 |
| HSL | 253.17º | 0.73% | 0.22% | - |
| HSV(B) | 253.17º | 0.85% | 0.38% | - |
| XYZ | 2.96 | 1.53 | 11.45 | - |
| YUV | 29.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 97 | 0.66 | 0.85 | 0 | 0.62 | 253.17 | 0.73 | 0.22 |
| Hex | 21 | F | 61 | 42 | 55 | 0 | 3E | FD | 49 | 16 |
| Octal | 41 | 17 | 141 | 102 | 125 | 0 | 76 | 375 | 111 | 26 |
| Binary | 100001 | 1111 | 1100001 | 1000010 | 1010101 | 0 | 111110 | 11111101 | 1001001 | 10110 |
Color Harmonies of #210F61
Complementary color
Monochromatic Colors of #210F61
Black with #210F61
Text Example
Text Example
White with #210F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F61; }
p { color: rgb(33,15,97); }
H1.HeaderClassName
{
color: #210F61;
}
.AnyTagClassName
{
color: #210F61;
}
</style>
background-color css
<style>
a { background-color: #210F61; }
a { background-color: rgb(33,15,97); }
div.DivClassName
{
background-color: #210F61;
}
.BgClassName
{
background-color: #210F61;
}
</style>
border-color css
<style>
span { border-color: #210F61; }
span { border-color: rgb(33,15,97); }
td.TdClassName
{
border-color: #210F61;
}
.TagClassName
{
border-color: #210F61;
}
</style>