Shades of Midnight Blue #100F5B
Tints of Midnight Blue #100F5B
RGB
CMYK
RGB Variations
Color information
#100F5B (or 0x100F5B) is known color: Midnight Blue. HEX triplet: 10, 0F and 5B. RGB value is (16,15,91). Sum of RGB (Red+Green+Blue) = 16+15+91=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #100F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F5B is #EFF0A4. Grayscale: #171717. Windows color (decimal): -15724709 or 5967632. OLE color: 5967632.
HSL color Cylindrical-coordinate representation of color #100F5B: hue angle of 240.79º 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 #100F5B is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 15 | 91 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.64 |
| HSL | 240.79º | 0.72% | 0.21% | - |
| HSV(B) | 240.79º | 0.84% | 0.36% | - |
| XYZ | 2.27 | 1.21 | 10.01 | - |
| YUV | 23.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 91 | 0.82 | 0.84 | 0 | 0.64 | 240.79 | 0.72 | 0.21 |
| Hex | 10 | F | 5B | 52 | 54 | 0 | 40 | F1 | 48 | 15 |
| Octal | 20 | 17 | 133 | 122 | 124 | 0 | 100 | 361 | 110 | 25 |
| Binary | 10000 | 1111 | 1011011 | 1010010 | 1010100 | 0 | 1000000 | 11110001 | 1001000 | 10101 |
Color Harmonies of #100F5B
Complementary color
Monochromatic Colors of #100F5B
Black with #100F5B
Text Example
Text Example
White with #100F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F5B; }
p { color: rgb(16,15,91); }
H1.HeaderClassName
{
color: #100F5B;
}
.AnyTagClassName
{
color: #100F5B;
}
</style>
background-color css
<style>
a { background-color: #100F5B; }
a { background-color: rgb(16,15,91); }
div.DivClassName
{
background-color: #100F5B;
}
.BgClassName
{
background-color: #100F5B;
}
</style>
border-color css
<style>
span { border-color: #100F5B; }
span { border-color: rgb(16,15,91); }
td.TdClassName
{
border-color: #100F5B;
}
.TagClassName
{
border-color: #100F5B;
}
</style>