Shades of Midnight Blue #101171
Tints of Midnight Blue #101171
RGB
CMYK
RGB Variations
Color information
#101171 (or 0x101171) is known color: Midnight Blue. HEX triplet: 10, 11 and 71. RGB value is (16,17,113). Sum of RGB (Red+Green+Blue) = 16+17+113=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #101171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101171 is #EFEE8E. Grayscale: #1B1B1B. Windows color (decimal): -15724175 or 7409936. OLE color: 7409936.
HSL color Cylindrical-coordinate representation of color #101171: hue angle of 239.38º 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 #101171 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 17 | 113 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.56 |
| HSL | 239.38º | 0.75% | 0.25% | - |
| HSV(B) | 239.38º | 0.86% | 0.44% | - |
| XYZ | 3.39 | 1.7 | 15.77 | - |
| YUV | 27.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 113 | 0.86 | 0.85 | 0 | 0.56 | 239.38 | 0.75 | 0.25 |
| Hex | 10 | 11 | 71 | 56 | 55 | 0 | 38 | EF | 4B | 19 |
| Octal | 20 | 21 | 161 | 126 | 125 | 0 | 70 | 357 | 113 | 31 |
| Binary | 10000 | 10001 | 1110001 | 1010110 | 1010101 | 0 | 111000 | 11101111 | 1001011 | 11001 |
Color Harmonies of #101171
Complementary color
Monochromatic Colors of #101171
Black with #101171
Text Example
Text Example
White with #101171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101171; }
p { color: rgb(16,17,113); }
H1.HeaderClassName
{
color: #101171;
}
.AnyTagClassName
{
color: #101171;
}
</style>
background-color css
<style>
a { background-color: #101171; }
a { background-color: rgb(16,17,113); }
div.DivClassName
{
background-color: #101171;
}
.BgClassName
{
background-color: #101171;
}
</style>
border-color css
<style>
span { border-color: #101171; }
span { border-color: rgb(16,17,113); }
td.TdClassName
{
border-color: #101171;
}
.TagClassName
{
border-color: #101171;
}
</style>