Shades of Midnight Blue #100D60
Tints of Midnight Blue #100D60
RGB
CMYK
RGB Variations
Color information
#100D60 (or 0x100D60) is known color: Midnight Blue. HEX triplet: 10, 0D and 60. RGB value is (16,13,96). Sum of RGB (Red+Green+Blue) = 16+13+96=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #100D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D60 is #EFF29F. Grayscale: #171717. Windows color (decimal): -15725216 or 6294800. OLE color: 6294800.
HSL color Cylindrical-coordinate representation of color #100D60: hue angle of 242.17º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100D60 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 13 | 96 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.62 |
| HSL | 242.17º | 0.76% | 0.21% | - |
| HSV(B) | 242.17º | 0.86% | 0.38% | - |
| XYZ | 2.47 | 1.24 | 11.18 | - |
| YUV | 23.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 96 | 0.83 | 0.86 | 0 | 0.62 | 242.17 | 0.76 | 0.21 |
| Hex | 10 | D | 60 | 53 | 56 | 0 | 3E | F2 | 4C | 15 |
| Octal | 20 | 15 | 140 | 123 | 126 | 0 | 76 | 362 | 114 | 25 |
| Binary | 10000 | 1101 | 1100000 | 1010011 | 1010110 | 0 | 111110 | 11110010 | 1001100 | 10101 |
Color Harmonies of #100D60
Complementary color
Monochromatic Colors of #100D60
Black with #100D60
Text Example
Text Example
White with #100D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D60; }
p { color: rgb(16,13,96); }
H1.HeaderClassName
{
color: #100D60;
}
.AnyTagClassName
{
color: #100D60;
}
</style>
background-color css
<style>
a { background-color: #100D60; }
a { background-color: rgb(16,13,96); }
div.DivClassName
{
background-color: #100D60;
}
.BgClassName
{
background-color: #100D60;
}
</style>
border-color css
<style>
span { border-color: #100D60; }
span { border-color: rgb(16,13,96); }
td.TdClassName
{
border-color: #100D60;
}
.TagClassName
{
border-color: #100D60;
}
</style>