Shades of Midnight Blue #10116E
Tints of Midnight Blue #10116E
RGB
CMYK
RGB Variations
Color information
#10116E (or 0x10116E) is known color: Midnight Blue. HEX triplet: 10, 11 and 6E. RGB value is (16,17,110). Sum of RGB (Red+Green+Blue) = 16+17+110=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 110 (43.36% from 255 or 76.92% from 143); Max value from RGB is 110 - color contains mainly: blue. Hex color #10116E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10116E is #EFEE91. Grayscale: #1A1A1A. Windows color (decimal): -15724178 or 7213328. OLE color: 7213328.
HSL color Cylindrical-coordinate representation of color #10116E: hue angle of 239.36º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10116E is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 17 | 110 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.57 |
| HSL | 239.36º | 0.75% | 0.25% | - |
| HSV(B) | 239.36º | 0.85% | 0.43% | - |
| XYZ | 3.23 | 1.64 | 14.9 | - |
| YUV | 27.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 110 | 0.85 | 0.85 | 0 | 0.57 | 239.36 | 0.75 | 0.25 |
| Hex | 10 | 11 | 6E | 55 | 55 | 0 | 39 | EF | 4B | 19 |
| Octal | 20 | 21 | 156 | 125 | 125 | 0 | 71 | 357 | 113 | 31 |
| Binary | 10000 | 10001 | 1101110 | 1010101 | 1010101 | 0 | 111001 | 11101111 | 1001011 | 11001 |
Color Harmonies of #10116E
Complementary color
Monochromatic Colors of #10116E
Black with #10116E
Text Example
Text Example
White with #10116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10116E; }
p { color: rgb(16,17,110); }
H1.HeaderClassName
{
color: #10116E;
}
.AnyTagClassName
{
color: #10116E;
}
</style>
background-color css
<style>
a { background-color: #10116E; }
a { background-color: rgb(16,17,110); }
div.DivClassName
{
background-color: #10116E;
}
.BgClassName
{
background-color: #10116E;
}
</style>
border-color css
<style>
span { border-color: #10116E; }
span { border-color: rgb(16,17,110); }
td.TdClassName
{
border-color: #10116E;
}
.TagClassName
{
border-color: #10116E;
}
</style>