Shades of Midnight Blue #160B5B
Tints of Midnight Blue #160B5B
RGB
CMYK
RGB Variations
Color information
#160B5B (or 0x160B5B) is known color: Midnight Blue. HEX triplet: 16, 0B and 5B. RGB value is (22,11,91). Sum of RGB (Red+Green+Blue) = 22+11+91=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #160B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B5B is #E9F4A4. Grayscale: #171717. Windows color (decimal): -15332517 or 5966614. OLE color: 5966614.
HSL color Cylindrical-coordinate representation of color #160B5B: hue angle of 248.25º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160B5B is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 11 | 91 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.64 |
| HSL | 248.25º | 0.78% | 0.2% | - |
| HSV(B) | 248.25º | 0.88% | 0.36% | - |
| XYZ | 2.34 | 1.17 | 10 | - |
| YUV | 23.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 91 | 0.76 | 0.88 | 0 | 0.64 | 248.25 | 0.78 | 0.2 |
| Hex | 16 | B | 5B | 4C | 58 | 0 | 40 | F8 | 4E | 14 |
| Octal | 26 | 13 | 133 | 114 | 130 | 0 | 100 | 370 | 116 | 24 |
| Binary | 10110 | 1011 | 1011011 | 1001100 | 1011000 | 0 | 1000000 | 11111000 | 1001110 | 10100 |
Color Harmonies of #160B5B
Complementary color
Monochromatic Colors of #160B5B
Black with #160B5B
Text Example
Text Example
White with #160B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B5B; }
p { color: rgb(22,11,91); }
H1.HeaderClassName
{
color: #160B5B;
}
.AnyTagClassName
{
color: #160B5B;
}
</style>
background-color css
<style>
a { background-color: #160B5B; }
a { background-color: rgb(22,11,91); }
div.DivClassName
{
background-color: #160B5B;
}
.BgClassName
{
background-color: #160B5B;
}
</style>
border-color css
<style>
span { border-color: #160B5B; }
span { border-color: rgb(22,11,91); }
td.TdClassName
{
border-color: #160B5B;
}
.TagClassName
{
border-color: #160B5B;
}
</style>