Shades of Midnight Blue #101459
Tints of Midnight Blue #101459
RGB
CMYK
RGB Variations
Color information
#101459 (or 0x101459) is known color: Midnight Blue. HEX triplet: 10, 14 and 59. RGB value is (16,20,89). Sum of RGB (Red+Green+Blue) = 16+20+89=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #101459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101459 is #EFEBA6. Grayscale: #1A1A1A. Windows color (decimal): -15723431 or 5837840. OLE color: 5837840.
HSL color Cylindrical-coordinate representation of color #101459: hue angle of 236.71º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101459 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 20 | 89 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.65 |
| HSL | 236.71º | 0.7% | 0.21% | - |
| HSV(B) | 236.71º | 0.82% | 0.35% | - |
| XYZ | 2.27 | 1.33 | 9.59 | - |
| YUV | 26.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 89 | 0.82 | 0.78 | 0 | 0.65 | 236.71 | 0.7 | 0.21 |
| Hex | 10 | 14 | 59 | 52 | 4E | 0 | 41 | ED | 46 | 15 |
| Octal | 20 | 24 | 131 | 122 | 116 | 0 | 101 | 355 | 106 | 25 |
| Binary | 10000 | 10100 | 1011001 | 1010010 | 1001110 | 0 | 1000001 | 11101101 | 1000110 | 10101 |
Color Harmonies of #101459
Complementary color
Monochromatic Colors of #101459
Black with #101459
Text Example
Text Example
White with #101459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101459; }
p { color: rgb(16,20,89); }
H1.HeaderClassName
{
color: #101459;
}
.AnyTagClassName
{
color: #101459;
}
</style>
background-color css
<style>
a { background-color: #101459; }
a { background-color: rgb(16,20,89); }
div.DivClassName
{
background-color: #101459;
}
.BgClassName
{
background-color: #101459;
}
</style>
border-color css
<style>
span { border-color: #101459; }
span { border-color: rgb(16,20,89); }
td.TdClassName
{
border-color: #101459;
}
.TagClassName
{
border-color: #101459;
}
</style>