Shades of Midnight Blue #100E60
Tints of Midnight Blue #100E60
RGB
CMYK
RGB Variations
Color information
#100E60 (or 0x100E60) is known color: Midnight Blue. HEX triplet: 10, 0E and 60. RGB value is (16,14,96). Sum of RGB (Red+Green+Blue) = 16+14+96=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #100E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E60 is #EFF19F. Grayscale: #171717. Windows color (decimal): -15724960 or 6295056. OLE color: 6295056.
HSL color Cylindrical-coordinate representation of color #100E60: hue angle of 241.46º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #100E60 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 14 | 96 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.62 |
| HSL | 241.46º | 0.75% | 0.22% | - |
| HSV(B) | 241.46º | 0.85% | 0.38% | - |
| XYZ | 2.48 | 1.27 | 11.18 | - |
| YUV | 23.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 96 | 0.83 | 0.85 | 0 | 0.62 | 241.46 | 0.75 | 0.22 |
| Hex | 10 | E | 60 | 53 | 55 | 0 | 3E | F1 | 4B | 16 |
| Octal | 20 | 16 | 140 | 123 | 125 | 0 | 76 | 361 | 113 | 26 |
| Binary | 10000 | 1110 | 1100000 | 1010011 | 1010101 | 0 | 111110 | 11110001 | 1001011 | 10110 |
Color Harmonies of #100E60
Complementary color
Monochromatic Colors of #100E60
Black with #100E60
Text Example
Text Example
White with #100E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E60; }
p { color: rgb(16,14,96); }
H1.HeaderClassName
{
color: #100E60;
}
.AnyTagClassName
{
color: #100E60;
}
</style>
background-color css
<style>
a { background-color: #100E60; }
a { background-color: rgb(16,14,96); }
div.DivClassName
{
background-color: #100E60;
}
.BgClassName
{
background-color: #100E60;
}
</style>
border-color css
<style>
span { border-color: #100E60; }
span { border-color: rgb(16,14,96); }
td.TdClassName
{
border-color: #100E60;
}
.TagClassName
{
border-color: #100E60;
}
</style>