Shades of Midnight Blue #100C59
Tints of Midnight Blue #100C59
RGB
CMYK
RGB Variations
Color information
#100C59 (or 0x100C59) is known color: Midnight Blue. HEX triplet: 10, 0C and 59. RGB value is (16,12,89). Sum of RGB (Red+Green+Blue) = 16+12+89=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #100C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C59 is #EFF3A6. Grayscale: #151515. Windows color (decimal): -15725479 or 5835792. OLE color: 5835792.
HSL color Cylindrical-coordinate representation of color #100C59: hue angle of 243.12º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100C59 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 12 | 89 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.65 |
| HSL | 243.12º | 0.76% | 0.2% | - |
| HSV(B) | 243.12º | 0.87% | 0.35% | - |
| XYZ | 2.15 | 1.09 | 9.55 | - |
| YUV | 21.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 89 | 0.82 | 0.87 | 0 | 0.65 | 243.12 | 0.76 | 0.2 |
| Hex | 10 | C | 59 | 52 | 57 | 0 | 41 | F3 | 4C | 14 |
| Octal | 20 | 14 | 131 | 122 | 127 | 0 | 101 | 363 | 114 | 24 |
| Binary | 10000 | 1100 | 1011001 | 1010010 | 1010111 | 0 | 1000001 | 11110011 | 1001100 | 10100 |
Color Harmonies of #100C59
Complementary color
Monochromatic Colors of #100C59
Black with #100C59
Text Example
Text Example
White with #100C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C59; }
p { color: rgb(16,12,89); }
H1.HeaderClassName
{
color: #100C59;
}
.AnyTagClassName
{
color: #100C59;
}
</style>
background-color css
<style>
a { background-color: #100C59; }
a { background-color: rgb(16,12,89); }
div.DivClassName
{
background-color: #100C59;
}
.BgClassName
{
background-color: #100C59;
}
</style>
border-color css
<style>
span { border-color: #100C59; }
span { border-color: rgb(16,12,89); }
td.TdClassName
{
border-color: #100C59;
}
.TagClassName
{
border-color: #100C59;
}
</style>