Shades of Midnight Blue #101771
Tints of Midnight Blue #101771
RGB
CMYK
RGB Variations
Color information
#101771 (or 0x101771) is known color: Midnight Blue. HEX triplet: 10, 17 and 71. RGB value is (16,23,113). Sum of RGB (Red+Green+Blue) = 16+23+113=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #101771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101771 is #EFE88E. Grayscale: #1E1E1E. Windows color (decimal): -15722639 or 7411472. OLE color: 7411472.
HSL color Cylindrical-coordinate representation of color #101771: hue angle of 235.67º 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 #101771 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 23 | 113 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.56 |
| HSL | 235.67º | 0.75% | 0.25% | - |
| HSV(B) | 235.67º | 0.86% | 0.44% | - |
| XYZ | 3.5 | 1.92 | 15.81 | - |
| YUV | 31.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 113 | 0.86 | 0.80 | 0 | 0.56 | 235.67 | 0.75 | 0.25 |
| Hex | 10 | 17 | 71 | 56 | 50 | 0 | 38 | EC | 4B | 19 |
| Octal | 20 | 27 | 161 | 126 | 120 | 0 | 70 | 354 | 113 | 31 |
| Binary | 10000 | 10111 | 1110001 | 1010110 | 1010000 | 0 | 111000 | 11101100 | 1001011 | 11001 |
Color Harmonies of #101771
Complementary color
Monochromatic Colors of #101771
Black with #101771
Text Example
Text Example
White with #101771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101771; }
p { color: rgb(16,23,113); }
H1.HeaderClassName
{
color: #101771;
}
.AnyTagClassName
{
color: #101771;
}
</style>
background-color css
<style>
a { background-color: #101771; }
a { background-color: rgb(16,23,113); }
div.DivClassName
{
background-color: #101771;
}
.BgClassName
{
background-color: #101771;
}
</style>
border-color css
<style>
span { border-color: #101771; }
span { border-color: rgb(16,23,113); }
td.TdClassName
{
border-color: #101771;
}
.TagClassName
{
border-color: #101771;
}
</style>