Shades of Midnight Blue #100D70
Tints of Midnight Blue #100D70
RGB
CMYK
RGB Variations
Color information
#100D70 (or 0x100D70) is known color: Midnight Blue. HEX triplet: 10, 0D and 70. RGB value is (16,13,112). Sum of RGB (Red+Green+Blue) = 16+13+112=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #100D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D70 is #EFF28F. Grayscale: #181818. Windows color (decimal): -15725200 or 7343376. OLE color: 7343376.
HSL color Cylindrical-coordinate representation of color #100D70: hue angle of 241.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100D70 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 13 | 112 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.56 |
| HSL | 241.82º | 0.79% | 0.25% | - |
| HSV(B) | 241.82º | 0.88% | 0.44% | - |
| XYZ | 3.28 | 1.57 | 15.46 | - |
| YUV | 25.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 112 | 0.86 | 0.88 | 0 | 0.56 | 241.82 | 0.79 | 0.25 |
| Hex | 10 | D | 70 | 56 | 58 | 0 | 38 | F2 | 4F | 19 |
| Octal | 20 | 15 | 160 | 126 | 130 | 0 | 70 | 362 | 117 | 31 |
| Binary | 10000 | 1101 | 1110000 | 1010110 | 1011000 | 0 | 111000 | 11110010 | 1001111 | 11001 |
Color Harmonies of #100D70
Complementary color
Monochromatic Colors of #100D70
Black with #100D70
Text Example
Text Example
White with #100D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D70; }
p { color: rgb(16,13,112); }
H1.HeaderClassName
{
color: #100D70;
}
.AnyTagClassName
{
color: #100D70;
}
</style>
background-color css
<style>
a { background-color: #100D70; }
a { background-color: rgb(16,13,112); }
div.DivClassName
{
background-color: #100D70;
}
.BgClassName
{
background-color: #100D70;
}
</style>
border-color css
<style>
span { border-color: #100D70; }
span { border-color: rgb(16,13,112); }
td.TdClassName
{
border-color: #100D70;
}
.TagClassName
{
border-color: #100D70;
}
</style>