Shades of Midnight Blue #100F51
Tints of Midnight Blue #100F51
RGB
CMYK
RGB Variations
Color information
#100F51 (or 0x100F51) is known color: Midnight Blue. HEX triplet: 10, 0F and 51. RGB value is (16,15,81). Sum of RGB (Red+Green+Blue) = 16+15+81=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #100F51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F51 is #EFF0AE. Grayscale: #161616. Windows color (decimal): -15724719 or 5312272. OLE color: 5312272.
HSL color Cylindrical-coordinate representation of color #100F51: hue angle of 240.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100F51 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 15 | 81 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.68 |
| HSL | 240.91º | 0.69% | 0.19% | - |
| HSV(B) | 240.91º | 0.81% | 0.32% | - |
| XYZ | 1.87 | 1.05 | 7.89 | - |
| YUV | 22.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 81 | 0.80 | 0.81 | 0 | 0.68 | 240.91 | 0.69 | 0.19 |
| Hex | 10 | F | 51 | 50 | 51 | 0 | 44 | F1 | 45 | 13 |
| Octal | 20 | 17 | 121 | 120 | 121 | 0 | 104 | 361 | 105 | 23 |
| Binary | 10000 | 1111 | 1010001 | 1010000 | 1010001 | 0 | 1000100 | 11110001 | 1000101 | 10011 |
Color Harmonies of #100F51
Complementary color
Monochromatic Colors of #100F51
Black with #100F51
Text Example
Text Example
White with #100F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F51; }
p { color: rgb(16,15,81); }
H1.HeaderClassName
{
color: #100F51;
}
.AnyTagClassName
{
color: #100F51;
}
</style>
background-color css
<style>
a { background-color: #100F51; }
a { background-color: rgb(16,15,81); }
div.DivClassName
{
background-color: #100F51;
}
.BgClassName
{
background-color: #100F51;
}
</style>
border-color css
<style>
span { border-color: #100F51; }
span { border-color: rgb(16,15,81); }
td.TdClassName
{
border-color: #100F51;
}
.TagClassName
{
border-color: #100F51;
}
</style>