Shades of Midnight Blue #100F59
Tints of Midnight Blue #100F59
RGB
CMYK
RGB Variations
Color information
#100F59 (or 0x100F59) is known color: Midnight Blue. HEX triplet: 10, 0F and 59. RGB value is (16,15,89). Sum of RGB (Red+Green+Blue) = 16+15+89=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #100F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F59 is #EFF0A6. Grayscale: #171717. Windows color (decimal): -15724711 or 5836560. OLE color: 5836560.
HSL color Cylindrical-coordinate representation of color #100F59: hue angle of 240.81º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100F59 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 15 | 89 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.65 |
| HSL | 240.81º | 0.71% | 0.2% | - |
| HSV(B) | 240.81º | 0.83% | 0.35% | - |
| XYZ | 2.19 | 1.17 | 9.56 | - |
| YUV | 23.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 89 | 0.82 | 0.83 | 0 | 0.65 | 240.81 | 0.71 | 0.2 |
| Hex | 10 | F | 59 | 52 | 53 | 0 | 41 | F1 | 47 | 14 |
| Octal | 20 | 17 | 131 | 122 | 123 | 0 | 101 | 361 | 107 | 24 |
| Binary | 10000 | 1111 | 1011001 | 1010010 | 1010011 | 0 | 1000001 | 11110001 | 1000111 | 10100 |
Color Harmonies of #100F59
Complementary color
Monochromatic Colors of #100F59
Black with #100F59
Text Example
Text Example
White with #100F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F59; }
p { color: rgb(16,15,89); }
H1.HeaderClassName
{
color: #100F59;
}
.AnyTagClassName
{
color: #100F59;
}
</style>
background-color css
<style>
a { background-color: #100F59; }
a { background-color: rgb(16,15,89); }
div.DivClassName
{
background-color: #100F59;
}
.BgClassName
{
background-color: #100F59;
}
</style>
border-color css
<style>
span { border-color: #100F59; }
span { border-color: rgb(16,15,89); }
td.TdClassName
{
border-color: #100F59;
}
.TagClassName
{
border-color: #100F59;
}
</style>