Shades of Midnight Blue #100E54
Tints of Midnight Blue #100E54
RGB
CMYK
RGB Variations
Color information
#100E54 (or 0x100E54) is known color: Midnight Blue. HEX triplet: 10, 0E and 54. RGB value is (16,14,84). Sum of RGB (Red+Green+Blue) = 16+14+84=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #100E54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E54 is #EFF1AB. Grayscale: #161616. Windows color (decimal): -15724972 or 5508624. OLE color: 5508624.
HSL color Cylindrical-coordinate representation of color #100E54: hue angle of 241.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100E54 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 14 | 84 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.67 |
| HSL | 241.71º | 0.71% | 0.19% | - |
| HSV(B) | 241.71º | 0.83% | 0.33% | - |
| XYZ | 1.97 | 1.06 | 8.49 | - |
| YUV | 22.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 84 | 0.81 | 0.83 | 0 | 0.67 | 241.71 | 0.71 | 0.19 |
| Hex | 10 | E | 54 | 51 | 53 | 0 | 43 | F2 | 47 | 13 |
| Octal | 20 | 16 | 124 | 121 | 123 | 0 | 103 | 362 | 107 | 23 |
| Binary | 10000 | 1110 | 1010100 | 1010001 | 1010011 | 0 | 1000011 | 11110010 | 1000111 | 10011 |
Color Harmonies of #100E54
Complementary color
Monochromatic Colors of #100E54
Black with #100E54
Text Example
Text Example
White with #100E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E54; }
p { color: rgb(16,14,84); }
H1.HeaderClassName
{
color: #100E54;
}
.AnyTagClassName
{
color: #100E54;
}
</style>
background-color css
<style>
a { background-color: #100E54; }
a { background-color: rgb(16,14,84); }
div.DivClassName
{
background-color: #100E54;
}
.BgClassName
{
background-color: #100E54;
}
</style>
border-color css
<style>
span { border-color: #100E54; }
span { border-color: rgb(16,14,84); }
td.TdClassName
{
border-color: #100E54;
}
.TagClassName
{
border-color: #100E54;
}
</style>