Shades of Midnight Blue #100D78
Tints of Midnight Blue #100D78
RGB
CMYK
RGB Variations
Color information
#100D78 (or 0x100D78) is known color: Midnight Blue. HEX triplet: 10, 0D and 78. RGB value is (16,13,120). Sum of RGB (Red+Green+Blue) = 16+13+120=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #100D78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D78 is #EFF287. Grayscale: #191919. Windows color (decimal): -15725192 or 7867664. OLE color: 7867664.
HSL color Cylindrical-coordinate representation of color #100D78: hue angle of 241.68º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100D78 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 13 | 120 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.53 |
| HSL | 241.68º | 0.8% | 0.26% | - |
| HSV(B) | 241.68º | 0.89% | 0.47% | - |
| XYZ | 3.75 | 1.75 | 17.91 | - |
| YUV | 26.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 120 | 0.87 | 0.89 | 0 | 0.53 | 241.68 | 0.8 | 0.26 |
| Hex | 10 | D | 78 | 57 | 59 | 0 | 35 | F2 | 50 | 1A |
| Octal | 20 | 15 | 170 | 127 | 131 | 0 | 65 | 362 | 120 | 32 |
| Binary | 10000 | 1101 | 1111000 | 1010111 | 1011001 | 0 | 110101 | 11110010 | 1010000 | 11010 |
Color Harmonies of #100D78
Complementary color
Monochromatic Colors of #100D78
Black with #100D78
Text Example
Text Example
White with #100D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D78; }
p { color: rgb(16,13,120); }
H1.HeaderClassName
{
color: #100D78;
}
.AnyTagClassName
{
color: #100D78;
}
</style>
background-color css
<style>
a { background-color: #100D78; }
a { background-color: rgb(16,13,120); }
div.DivClassName
{
background-color: #100D78;
}
.BgClassName
{
background-color: #100D78;
}
</style>
border-color css
<style>
span { border-color: #100D78; }
span { border-color: rgb(16,13,120); }
td.TdClassName
{
border-color: #100D78;
}
.TagClassName
{
border-color: #100D78;
}
</style>