Shades of Midnight Blue #100459
Tints of Midnight Blue #100459
RGB
CMYK
RGB Variations
Color information
#100459 (or 0x100459) is known color: Midnight Blue. HEX triplet: 10, 04 and 59. RGB value is (16,4,89). Sum of RGB (Red+Green+Blue) = 16+4+89=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #100459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100459 is #EFFBA6. Grayscale: #101010. Windows color (decimal): -15727527 or 5833744. OLE color: 5833744.
HSL color Cylindrical-coordinate representation of color #100459: hue angle of 248.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100459 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 4 | 89 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.65 |
| HSL | 248.47º | 0.91% | 0.18% | - |
| HSV(B) | 248.47º | 0.96% | 0.35% | - |
| XYZ | 2.06 | 0.92 | 9.52 | - |
| YUV | 17.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 89 | 0.82 | 0.96 | 0 | 0.65 | 248.47 | 0.91 | 0.18 |
| Hex | 10 | 4 | 59 | 52 | 60 | 0 | 41 | F8 | 5B | 12 |
| Octal | 20 | 4 | 131 | 122 | 140 | 0 | 101 | 370 | 133 | 22 |
| Binary | 10000 | 100 | 1011001 | 1010010 | 1100000 | 0 | 1000001 | 11111000 | 1011011 | 10010 |
Color Harmonies of #100459
Complementary color
Monochromatic Colors of #100459
Black with #100459
Text Example
Text Example
White with #100459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100459; }
p { color: rgb(16,4,89); }
H1.HeaderClassName
{
color: #100459;
}
.AnyTagClassName
{
color: #100459;
}
</style>
background-color css
<style>
a { background-color: #100459; }
a { background-color: rgb(16,4,89); }
div.DivClassName
{
background-color: #100459;
}
.BgClassName
{
background-color: #100459;
}
</style>
border-color css
<style>
span { border-color: #100459; }
span { border-color: rgb(16,4,89); }
td.TdClassName
{
border-color: #100459;
}
.TagClassName
{
border-color: #100459;
}
</style>