Shades of Midnight Blue #101259
Tints of Midnight Blue #101259
RGB
CMYK
RGB Variations
Color information
#101259 (or 0x101259) is known color: Midnight Blue. HEX triplet: 10, 12 and 59. RGB value is (16,18,89). Sum of RGB (Red+Green+Blue) = 16+18+89=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #101259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101259 is #EFEDA6. Grayscale: #191919. Windows color (decimal): -15723943 or 5837328. OLE color: 5837328.
HSL color Cylindrical-coordinate representation of color #101259: hue angle of 238.36º 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 #101259 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 18 | 89 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.65 |
| HSL | 238.36º | 0.7% | 0.21% | - |
| HSV(B) | 238.36º | 0.82% | 0.35% | - |
| XYZ | 2.23 | 1.26 | 9.58 | - |
| YUV | 25.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 89 | 0.82 | 0.80 | 0 | 0.65 | 238.36 | 0.7 | 0.21 |
| Hex | 10 | 12 | 59 | 52 | 50 | 0 | 41 | EE | 46 | 15 |
| Octal | 20 | 22 | 131 | 122 | 120 | 0 | 101 | 356 | 106 | 25 |
| Binary | 10000 | 10010 | 1011001 | 1010010 | 1010000 | 0 | 1000001 | 11101110 | 1000110 | 10101 |
Color Harmonies of #101259
Complementary color
Monochromatic Colors of #101259
Black with #101259
Text Example
Text Example
White with #101259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101259; }
p { color: rgb(16,18,89); }
H1.HeaderClassName
{
color: #101259;
}
.AnyTagClassName
{
color: #101259;
}
</style>
background-color css
<style>
a { background-color: #101259; }
a { background-color: rgb(16,18,89); }
div.DivClassName
{
background-color: #101259;
}
.BgClassName
{
background-color: #101259;
}
</style>
border-color css
<style>
span { border-color: #101259; }
span { border-color: rgb(16,18,89); }
td.TdClassName
{
border-color: #101259;
}
.TagClassName
{
border-color: #101259;
}
</style>