Shades of Midnight Blue #100259
Tints of Midnight Blue #100259
RGB
CMYK
RGB Variations
Color information
#100259 (or 0x100259) is known color: Midnight Blue. HEX triplet: 10, 02 and 59. RGB value is (16,2,89). Sum of RGB (Red+Green+Blue) = 16+2+89=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #100259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100259 is #EFFDA6. Grayscale: #0F0F0F. Windows color (decimal): -15728039 or 5833232. OLE color: 5833232.
HSL color Cylindrical-coordinate representation of color #100259: hue angle of 249.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100259 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 2 | 89 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.65 |
| HSL | 249.66º | 0.96% | 0.18% | - |
| HSV(B) | 249.66º | 0.98% | 0.35% | - |
| XYZ | 2.04 | 0.87 | 9.51 | - |
| YUV | 16.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 89 | 0.82 | 0.98 | 0 | 0.65 | 249.66 | 0.96 | 0.18 |
| Hex | 10 | 2 | 59 | 52 | 62 | 0 | 41 | FA | 60 | 12 |
| Octal | 20 | 2 | 131 | 122 | 142 | 0 | 101 | 372 | 140 | 22 |
| Binary | 10000 | 10 | 1011001 | 1010010 | 1100010 | 0 | 1000001 | 11111010 | 1100000 | 10010 |
Color Harmonies of #100259
Complementary color
Monochromatic Colors of #100259
Black with #100259
Text Example
Text Example
White with #100259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100259; }
p { color: rgb(16,2,89); }
H1.HeaderClassName
{
color: #100259;
}
.AnyTagClassName
{
color: #100259;
}
</style>
background-color css
<style>
a { background-color: #100259; }
a { background-color: rgb(16,2,89); }
div.DivClassName
{
background-color: #100259;
}
.BgClassName
{
background-color: #100259;
}
</style>
border-color css
<style>
span { border-color: #100259; }
span { border-color: rgb(16,2,89); }
td.TdClassName
{
border-color: #100259;
}
.TagClassName
{
border-color: #100259;
}
</style>