Shades of Midnight Blue #10117B
Tints of Midnight Blue #10117B
RGB
CMYK
RGB Variations
Color information
#10117B (or 0x10117B) is known color: Midnight Blue. HEX triplet: 10, 11 and 7B. RGB value is (16,17,123). Sum of RGB (Red+Green+Blue) = 16+17+123=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #10117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10117B is #EFEE84. Grayscale: #1C1C1C. Windows color (decimal): -15724165 or 8065296. OLE color: 8065296.
HSL color Cylindrical-coordinate representation of color #10117B: hue angle of 239.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10117B is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 17 | 123 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.52 |
| HSL | 239.44º | 0.77% | 0.27% | - |
| HSV(B) | 239.44º | 0.87% | 0.48% | - |
| XYZ | 3.99 | 1.94 | 18.9 | - |
| YUV | 28.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 123 | 0.87 | 0.86 | 0 | 0.52 | 239.44 | 0.77 | 0.27 |
| Hex | 10 | 11 | 7B | 57 | 56 | 0 | 34 | EF | 4D | 1B |
| Octal | 20 | 21 | 173 | 127 | 126 | 0 | 64 | 357 | 115 | 33 |
| Binary | 10000 | 10001 | 1111011 | 1010111 | 1010110 | 0 | 110100 | 11101111 | 1001101 | 11011 |
Color Harmonies of #10117B
Complementary color
Monochromatic Colors of #10117B
Black with #10117B
Text Example
Text Example
White with #10117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10117B; }
p { color: rgb(16,17,123); }
H1.HeaderClassName
{
color: #10117B;
}
.AnyTagClassName
{
color: #10117B;
}
</style>
background-color css
<style>
a { background-color: #10117B; }
a { background-color: rgb(16,17,123); }
div.DivClassName
{
background-color: #10117B;
}
.BgClassName
{
background-color: #10117B;
}
</style>
border-color css
<style>
span { border-color: #10117B; }
span { border-color: rgb(16,17,123); }
td.TdClassName
{
border-color: #10117B;
}
.TagClassName
{
border-color: #10117B;
}
</style>