Shades of Midnight Blue #100F5E
Tints of Midnight Blue #100F5E
RGB
CMYK
RGB Variations
Color information
#100F5E (or 0x100F5E) is known color: Midnight Blue. HEX triplet: 10, 0F and 5E. RGB value is (16,15,94). Sum of RGB (Red+Green+Blue) = 16+15+94=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #100F5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F5E is #EFF0A1. Grayscale: #171717. Windows color (decimal): -15724706 or 6164240. OLE color: 6164240.
HSL color Cylindrical-coordinate representation of color #100F5E: hue angle of 240.76º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100F5E is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 15 | 94 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.63 |
| HSL | 240.76º | 0.72% | 0.21% | - |
| HSV(B) | 240.76º | 0.84% | 0.37% | - |
| XYZ | 2.4 | 1.26 | 10.71 | - |
| YUV | 24.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 94 | 0.83 | 0.84 | 0 | 0.63 | 240.76 | 0.72 | 0.21 |
| Hex | 10 | F | 5E | 53 | 54 | 0 | 3F | F1 | 48 | 15 |
| Octal | 20 | 17 | 136 | 123 | 124 | 0 | 77 | 361 | 110 | 25 |
| Binary | 10000 | 1111 | 1011110 | 1010011 | 1010100 | 0 | 111111 | 11110001 | 1001000 | 10101 |
Color Harmonies of #100F5E
Complementary color
Monochromatic Colors of #100F5E
Black with #100F5E
Text Example
Text Example
White with #100F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F5E; }
p { color: rgb(16,15,94); }
H1.HeaderClassName
{
color: #100F5E;
}
.AnyTagClassName
{
color: #100F5E;
}
</style>
background-color css
<style>
a { background-color: #100F5E; }
a { background-color: rgb(16,15,94); }
div.DivClassName
{
background-color: #100F5E;
}
.BgClassName
{
background-color: #100F5E;
}
</style>
border-color css
<style>
span { border-color: #100F5E; }
span { border-color: rgb(16,15,94); }
td.TdClassName
{
border-color: #100F5E;
}
.TagClassName
{
border-color: #100F5E;
}
</style>