Shades of Midnight Blue #100A57
Tints of Midnight Blue #100A57
RGB
CMYK
RGB Variations
Color information
#100A57 (or 0x100A57) is known color: Midnight Blue. HEX triplet: 10, 0A and 57. RGB value is (16,10,87). Sum of RGB (Red+Green+Blue) = 16+10+87=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #100A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A57 is #EFF5A8. Grayscale: #141414. Windows color (decimal): -15725993 or 5704208. OLE color: 5704208.
HSL color Cylindrical-coordinate representation of color #100A57: hue angle of 244.68º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100A57 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 10 | 87 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.66 |
| HSL | 244.68º | 0.79% | 0.19% | - |
| HSV(B) | 244.68º | 0.89% | 0.34% | - |
| XYZ | 2.04 | 1.02 | 9.11 | - |
| YUV | 20.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 87 | 0.82 | 0.89 | 0 | 0.66 | 244.68 | 0.79 | 0.19 |
| Hex | 10 | A | 57 | 52 | 59 | 0 | 42 | F5 | 4F | 13 |
| Octal | 20 | 12 | 127 | 122 | 131 | 0 | 102 | 365 | 117 | 23 |
| Binary | 10000 | 1010 | 1010111 | 1010010 | 1011001 | 0 | 1000010 | 11110101 | 1001111 | 10011 |
Color Harmonies of #100A57
Complementary color
Monochromatic Colors of #100A57
Black with #100A57
Text Example
Text Example
White with #100A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A57; }
p { color: rgb(16,10,87); }
H1.HeaderClassName
{
color: #100A57;
}
.AnyTagClassName
{
color: #100A57;
}
</style>
background-color css
<style>
a { background-color: #100A57; }
a { background-color: rgb(16,10,87); }
div.DivClassName
{
background-color: #100A57;
}
.BgClassName
{
background-color: #100A57;
}
</style>
border-color css
<style>
span { border-color: #100A57; }
span { border-color: rgb(16,10,87); }
td.TdClassName
{
border-color: #100A57;
}
.TagClassName
{
border-color: #100A57;
}
</style>