Shades of Midnight Blue #100F5D
Tints of Midnight Blue #100F5D
RGB
CMYK
RGB Variations
Color information
#100F5D (or 0x100F5D) is known color: Midnight Blue. HEX triplet: 10, 0F and 5D. RGB value is (16,15,93). Sum of RGB (Red+Green+Blue) = 16+15+93=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #100F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F5D is #EFF0A2. Grayscale: #171717. Windows color (decimal): -15724707 or 6098704. OLE color: 6098704.
HSL color Cylindrical-coordinate representation of color #100F5D: hue angle of 240.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100F5D is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 15 | 93 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.64 |
| HSL | 240.77º | 0.72% | 0.21% | - |
| HSV(B) | 240.77º | 0.84% | 0.36% | - |
| XYZ | 2.36 | 1.24 | 10.47 | - |
| YUV | 24.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 93 | 0.83 | 0.84 | 0 | 0.64 | 240.77 | 0.72 | 0.21 |
| Hex | 10 | F | 5D | 53 | 54 | 0 | 40 | F1 | 48 | 15 |
| Octal | 20 | 17 | 135 | 123 | 124 | 0 | 100 | 361 | 110 | 25 |
| Binary | 10000 | 1111 | 1011101 | 1010011 | 1010100 | 0 | 1000000 | 11110001 | 1001000 | 10101 |
Color Harmonies of #100F5D
Complementary color
Monochromatic Colors of #100F5D
Black with #100F5D
Text Example
Text Example
White with #100F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F5D; }
p { color: rgb(16,15,93); }
H1.HeaderClassName
{
color: #100F5D;
}
.AnyTagClassName
{
color: #100F5D;
}
</style>
background-color css
<style>
a { background-color: #100F5D; }
a { background-color: rgb(16,15,93); }
div.DivClassName
{
background-color: #100F5D;
}
.BgClassName
{
background-color: #100F5D;
}
</style>
border-color css
<style>
span { border-color: #100F5D; }
span { border-color: rgb(16,15,93); }
td.TdClassName
{
border-color: #100F5D;
}
.TagClassName
{
border-color: #100F5D;
}
</style>