Shades of Midnight Blue #101562
Tints of Midnight Blue #101562
RGB
CMYK
RGB Variations
Color information
#101562 (or 0x101562) is known color: Midnight Blue. HEX triplet: 10, 15 and 62. RGB value is (16,21,98). Sum of RGB (Red+Green+Blue) = 16+21+98=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #101562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101562 is #EFEA9D. Grayscale: #1B1B1B. Windows color (decimal): -15723166 or 6427920. OLE color: 6427920.
HSL color Cylindrical-coordinate representation of color #101562: hue angle of 236.34º 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 #101562 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 21 | 98 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.62 |
| HSL | 236.34º | 0.72% | 0.22% | - |
| HSV(B) | 236.34º | 0.84% | 0.38% | - |
| XYZ | 2.69 | 1.53 | 11.71 | - |
| YUV | 28.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 98 | 0.84 | 0.79 | 0 | 0.62 | 236.34 | 0.72 | 0.22 |
| Hex | 10 | 15 | 62 | 54 | 4F | 0 | 3E | EC | 48 | 16 |
| Octal | 20 | 25 | 142 | 124 | 117 | 0 | 76 | 354 | 110 | 26 |
| Binary | 10000 | 10101 | 1100010 | 1010100 | 1001111 | 0 | 111110 | 11101100 | 1001000 | 10110 |
Color Harmonies of #101562
Complementary color
Monochromatic Colors of #101562
Black with #101562
Text Example
Text Example
White with #101562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101562; }
p { color: rgb(16,21,98); }
H1.HeaderClassName
{
color: #101562;
}
.AnyTagClassName
{
color: #101562;
}
</style>
background-color css
<style>
a { background-color: #101562; }
a { background-color: rgb(16,21,98); }
div.DivClassName
{
background-color: #101562;
}
.BgClassName
{
background-color: #101562;
}
</style>
border-color css
<style>
span { border-color: #101562; }
span { border-color: rgb(16,21,98); }
td.TdClassName
{
border-color: #101562;
}
.TagClassName
{
border-color: #101562;
}
</style>