Shades of Midnight Blue #100F54
Tints of Midnight Blue #100F54
RGB
CMYK
RGB Variations
Color information
#100F54 (or 0x100F54) is known color: Midnight Blue. HEX triplet: 10, 0F and 54. RGB value is (16,15,84). Sum of RGB (Red+Green+Blue) = 16+15+84=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #100F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F54 is #EFF0AB. Grayscale: #161616. Windows color (decimal): -15724716 or 5508880. OLE color: 5508880.
HSL color Cylindrical-coordinate representation of color #100F54: hue angle of 240.87º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100F54 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 15 | 84 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.67 |
| HSL | 240.87º | 0.7% | 0.19% | - |
| HSV(B) | 240.87º | 0.82% | 0.33% | - |
| XYZ | 1.98 | 1.09 | 8.49 | - |
| YUV | 23.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 84 | 0.81 | 0.82 | 0 | 0.67 | 240.87 | 0.7 | 0.19 |
| Hex | 10 | F | 54 | 51 | 52 | 0 | 43 | F1 | 46 | 13 |
| Octal | 20 | 17 | 124 | 121 | 122 | 0 | 103 | 361 | 106 | 23 |
| Binary | 10000 | 1111 | 1010100 | 1010001 | 1010010 | 0 | 1000011 | 11110001 | 1000110 | 10011 |
Color Harmonies of #100F54
Complementary color
Monochromatic Colors of #100F54
Black with #100F54
Text Example
Text Example
White with #100F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F54; }
p { color: rgb(16,15,84); }
H1.HeaderClassName
{
color: #100F54;
}
.AnyTagClassName
{
color: #100F54;
}
</style>
background-color css
<style>
a { background-color: #100F54; }
a { background-color: rgb(16,15,84); }
div.DivClassName
{
background-color: #100F54;
}
.BgClassName
{
background-color: #100F54;
}
</style>
border-color css
<style>
span { border-color: #100F54; }
span { border-color: rgb(16,15,84); }
td.TdClassName
{
border-color: #100F54;
}
.TagClassName
{
border-color: #100F54;
}
</style>