Shades of Midnight Blue #101561
Tints of Midnight Blue #101561
RGB
CMYK
RGB Variations
Color information
#101561 (or 0x101561) is known color: Midnight Blue. HEX triplet: 10, 15 and 61. RGB value is (16,21,97). Sum of RGB (Red+Green+Blue) = 16+21+97=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #101561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101561 is #EFEA9E. Grayscale: #1B1B1B. Windows color (decimal): -15723167 or 6362384. OLE color: 6362384.
HSL color Cylindrical-coordinate representation of color #101561: hue angle of 236.3º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101561 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 21 | 97 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.62 |
| HSL | 236.3º | 0.72% | 0.22% | - |
| HSV(B) | 236.3º | 0.84% | 0.38% | - |
| XYZ | 2.64 | 1.51 | 11.46 | - |
| YUV | 28.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 97 | 0.84 | 0.78 | 0 | 0.62 | 236.3 | 0.72 | 0.22 |
| Hex | 10 | 15 | 61 | 54 | 4E | 0 | 3E | EC | 48 | 16 |
| Octal | 20 | 25 | 141 | 124 | 116 | 0 | 76 | 354 | 110 | 26 |
| Binary | 10000 | 10101 | 1100001 | 1010100 | 1001110 | 0 | 111110 | 11101100 | 1001000 | 10110 |
Color Harmonies of #101561
Complementary color
Monochromatic Colors of #101561
Black with #101561
Text Example
Text Example
White with #101561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101561; }
p { color: rgb(16,21,97); }
H1.HeaderClassName
{
color: #101561;
}
.AnyTagClassName
{
color: #101561;
}
</style>
background-color css
<style>
a { background-color: #101561; }
a { background-color: rgb(16,21,97); }
div.DivClassName
{
background-color: #101561;
}
.BgClassName
{
background-color: #101561;
}
</style>
border-color css
<style>
span { border-color: #101561; }
span { border-color: rgb(16,21,97); }
td.TdClassName
{
border-color: #101561;
}
.TagClassName
{
border-color: #101561;
}
</style>