Shades of Midnight Blue #100A54
Tints of Midnight Blue #100A54
RGB
CMYK
RGB Variations
Color information
#100A54 (or 0x100A54) is known color: Midnight Blue. HEX triplet: 10, 0A and 54. RGB value is (16,10,84). Sum of RGB (Red+Green+Blue) = 16+10+84=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #100A54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A54 is #EFF5AB. Grayscale: #131313. Windows color (decimal): -15725996 or 5507600. OLE color: 5507600.
HSL color Cylindrical-coordinate representation of color #100A54: hue angle of 244.86º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100A54 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 10 | 84 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.67 |
| HSL | 244.86º | 0.79% | 0.18% | - |
| HSV(B) | 244.86º | 0.88% | 0.33% | - |
| XYZ | 1.92 | 0.97 | 8.47 | - |
| YUV | 20.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 84 | 0.81 | 0.88 | 0 | 0.67 | 244.86 | 0.79 | 0.18 |
| Hex | 10 | A | 54 | 51 | 58 | 0 | 43 | F5 | 4F | 12 |
| Octal | 20 | 12 | 124 | 121 | 130 | 0 | 103 | 365 | 117 | 22 |
| Binary | 10000 | 1010 | 1010100 | 1010001 | 1011000 | 0 | 1000011 | 11110101 | 1001111 | 10010 |
Color Harmonies of #100A54
Complementary color
Monochromatic Colors of #100A54
Black with #100A54
Text Example
Text Example
White with #100A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A54; }
p { color: rgb(16,10,84); }
H1.HeaderClassName
{
color: #100A54;
}
.AnyTagClassName
{
color: #100A54;
}
</style>
background-color css
<style>
a { background-color: #100A54; }
a { background-color: rgb(16,10,84); }
div.DivClassName
{
background-color: #100A54;
}
.BgClassName
{
background-color: #100A54;
}
</style>
border-color css
<style>
span { border-color: #100A54; }
span { border-color: rgb(16,10,84); }
td.TdClassName
{
border-color: #100A54;
}
.TagClassName
{
border-color: #100A54;
}
</style>