Shades of Midnight Blue #10116F
Tints of Midnight Blue #10116F
RGB
CMYK
RGB Variations
Color information
#10116F (or 0x10116F) is known color: Midnight Blue. HEX triplet: 10, 11 and 6F. RGB value is (16,17,111). Sum of RGB (Red+Green+Blue) = 16+17+111=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #10116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10116F is #EFEE90. Grayscale: #1B1B1B. Windows color (decimal): -15724177 or 7278864. OLE color: 7278864.
HSL color Cylindrical-coordinate representation of color #10116F: hue angle of 239.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10116F is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 17 | 111 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.56 |
| HSL | 239.37º | 0.75% | 0.25% | - |
| HSV(B) | 239.37º | 0.86% | 0.44% | - |
| XYZ | 3.28 | 1.66 | 15.19 | - |
| YUV | 27.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 111 | 0.86 | 0.85 | 0 | 0.56 | 239.37 | 0.75 | 0.25 |
| Hex | 10 | 11 | 6F | 56 | 55 | 0 | 38 | EF | 4B | 19 |
| Octal | 20 | 21 | 157 | 126 | 125 | 0 | 70 | 357 | 113 | 31 |
| Binary | 10000 | 10001 | 1101111 | 1010110 | 1010101 | 0 | 111000 | 11101111 | 1001011 | 11001 |
Color Harmonies of #10116F
Complementary color
Monochromatic Colors of #10116F
Black with #10116F
Text Example
Text Example
White with #10116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10116F; }
p { color: rgb(16,17,111); }
H1.HeaderClassName
{
color: #10116F;
}
.AnyTagClassName
{
color: #10116F;
}
</style>
background-color css
<style>
a { background-color: #10116F; }
a { background-color: rgb(16,17,111); }
div.DivClassName
{
background-color: #10116F;
}
.BgClassName
{
background-color: #10116F;
}
</style>
border-color css
<style>
span { border-color: #10116F; }
span { border-color: rgb(16,17,111); }
td.TdClassName
{
border-color: #10116F;
}
.TagClassName
{
border-color: #10116F;
}
</style>