Shades of Midnight Blue #101170
Tints of Midnight Blue #101170
RGB
CMYK
RGB Variations
Color information
#101170 (or 0x101170) is known color: Midnight Blue. HEX triplet: 10, 11 and 70. RGB value is (16,17,112). Sum of RGB (Red+Green+Blue) = 16+17+112=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #101170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101170 is #EFEE8F. Grayscale: #1B1B1B. Windows color (decimal): -15724176 or 7344400. OLE color: 7344400.
HSL color Cylindrical-coordinate representation of color #101170: 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 #101170 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 17 | 112 | - |
| 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.34 | 1.68 | 15.48 | - |
| YUV | 27.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 112 | 0.86 | 0.85 | 0 | 0.56 | 239.38 | 0.75 | 0.25 |
| Hex | 10 | 11 | 70 | 56 | 55 | 0 | 38 | EF | 4B | 19 |
| Octal | 20 | 21 | 160 | 126 | 125 | 0 | 70 | 357 | 113 | 31 |
| Binary | 10000 | 10001 | 1110000 | 1010110 | 1010101 | 0 | 111000 | 11101111 | 1001011 | 11001 |
Color Harmonies of #101170
Complementary color
Monochromatic Colors of #101170
Black with #101170
Text Example
Text Example
White with #101170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101170; }
p { color: rgb(16,17,112); }
H1.HeaderClassName
{
color: #101170;
}
.AnyTagClassName
{
color: #101170;
}
</style>
background-color css
<style>
a { background-color: #101170; }
a { background-color: rgb(16,17,112); }
div.DivClassName
{
background-color: #101170;
}
.BgClassName
{
background-color: #101170;
}
</style>
border-color css
<style>
span { border-color: #101170; }
span { border-color: rgb(16,17,112); }
td.TdClassName
{
border-color: #101170;
}
.TagClassName
{
border-color: #101170;
}
</style>