Shades of Midnight Blue #100F60
Tints of Midnight Blue #100F60
RGB
CMYK
RGB Variations
Color information
#100F60 (or 0x100F60) is known color: Midnight Blue. HEX triplet: 10, 0F and 60. RGB value is (16,15,96). Sum of RGB (Red+Green+Blue) = 16+15+96=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #100F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F60 is #EFF09F. Grayscale: #181818. Windows color (decimal): -15724704 or 6295312. OLE color: 6295312.
HSL color Cylindrical-coordinate representation of color #100F60: hue angle of 240.74º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100F60 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 15 | 96 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.62 |
| HSL | 240.74º | 0.73% | 0.22% | - |
| HSV(B) | 240.74º | 0.84% | 0.38% | - |
| XYZ | 2.5 | 1.3 | 11.19 | - |
| YUV | 24.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 96 | 0.83 | 0.84 | 0 | 0.62 | 240.74 | 0.73 | 0.22 |
| Hex | 10 | F | 60 | 53 | 54 | 0 | 3E | F1 | 49 | 16 |
| Octal | 20 | 17 | 140 | 123 | 124 | 0 | 76 | 361 | 111 | 26 |
| Binary | 10000 | 1111 | 1100000 | 1010011 | 1010100 | 0 | 111110 | 11110001 | 1001001 | 10110 |
Color Harmonies of #100F60
Complementary color
Monochromatic Colors of #100F60
Black with #100F60
Text Example
Text Example
White with #100F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F60; }
p { color: rgb(16,15,96); }
H1.HeaderClassName
{
color: #100F60;
}
.AnyTagClassName
{
color: #100F60;
}
</style>
background-color css
<style>
a { background-color: #100F60; }
a { background-color: rgb(16,15,96); }
div.DivClassName
{
background-color: #100F60;
}
.BgClassName
{
background-color: #100F60;
}
</style>
border-color css
<style>
span { border-color: #100F60; }
span { border-color: rgb(16,15,96); }
td.TdClassName
{
border-color: #100F60;
}
.TagClassName
{
border-color: #100F60;
}
</style>