Shades of Midnight Blue #10117C
Tints of Midnight Blue #10117C
RGB
CMYK
RGB Variations
Color information
#10117C (or 0x10117C) is known color: Midnight Blue. HEX triplet: 10, 11 and 7C. RGB value is (16,17,124). Sum of RGB (Red+Green+Blue) = 16+17+124=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #10117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10117C is #EFEE83. Grayscale: #1C1C1C. Windows color (decimal): -15724164 or 8130832. OLE color: 8130832.
HSL color Cylindrical-coordinate representation of color #10117C: hue angle of 239.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10117C is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 17 | 124 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.51 |
| HSL | 239.44º | 0.77% | 0.27% | - |
| HSV(B) | 239.44º | 0.87% | 0.49% | - |
| XYZ | 4.05 | 1.97 | 19.23 | - |
| YUV | 28.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 124 | 0.87 | 0.86 | 0 | 0.51 | 239.44 | 0.77 | 0.27 |
| Hex | 10 | 11 | 7C | 57 | 56 | 0 | 33 | EF | 4D | 1B |
| Octal | 20 | 21 | 174 | 127 | 126 | 0 | 63 | 357 | 115 | 33 |
| Binary | 10000 | 10001 | 1111100 | 1010111 | 1010110 | 0 | 110011 | 11101111 | 1001101 | 11011 |
Color Harmonies of #10117C
Complementary color
Monochromatic Colors of #10117C
Black with #10117C
Text Example
Text Example
White with #10117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10117C; }
p { color: rgb(16,17,124); }
H1.HeaderClassName
{
color: #10117C;
}
.AnyTagClassName
{
color: #10117C;
}
</style>
background-color css
<style>
a { background-color: #10117C; }
a { background-color: rgb(16,17,124); }
div.DivClassName
{
background-color: #10117C;
}
.BgClassName
{
background-color: #10117C;
}
</style>
border-color css
<style>
span { border-color: #10117C; }
span { border-color: rgb(16,17,124); }
td.TdClassName
{
border-color: #10117C;
}
.TagClassName
{
border-color: #10117C;
}
</style>