Shades of Midnight Blue #160170
Tints of Midnight Blue #160170
RGB
CMYK
RGB Variations
Color information
#160170 (or 0x160170) is known color: Midnight Blue. HEX triplet: 16, 01 and 70. RGB value is (22,1,112). Sum of RGB (Red+Green+Blue) = 22+1+112=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #160170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160170 is #E9FE8F. Grayscale: #131313. Windows color (decimal): -15335056 or 7340310. OLE color: 7340310.
HSL color Cylindrical-coordinate representation of color #160170: hue angle of 251.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160170 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 1 | 112 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.56 |
| HSL | 251.35º | 0.98% | 0.22% | - |
| HSV(B) | 251.35º | 0.99% | 0.44% | - |
| XYZ | 3.27 | 1.36 | 15.42 | - |
| YUV | 19.93 | 179.96 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 112 | 0.80 | 0.99 | 0 | 0.56 | 251.35 | 0.98 | 0.22 |
| Hex | 16 | 1 | 70 | 50 | 63 | 0 | 38 | FB | 62 | 16 |
| Octal | 26 | 1 | 160 | 120 | 143 | 0 | 70 | 373 | 142 | 26 |
| Binary | 10110 | 1 | 1110000 | 1010000 | 1100011 | 0 | 111000 | 11111011 | 1100010 | 10110 |
Color Harmonies of #160170
Complementary color
Monochromatic Colors of #160170
Black with #160170
Text Example
Text Example
White with #160170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160170; }
p { color: rgb(22,1,112); }
H1.HeaderClassName
{
color: #160170;
}
.AnyTagClassName
{
color: #160170;
}
</style>
background-color css
<style>
a { background-color: #160170; }
a { background-color: rgb(22,1,112); }
div.DivClassName
{
background-color: #160170;
}
.BgClassName
{
background-color: #160170;
}
</style>
border-color css
<style>
span { border-color: #160170; }
span { border-color: rgb(22,1,112); }
td.TdClassName
{
border-color: #160170;
}
.TagClassName
{
border-color: #160170;
}
</style>