Shades of Midnight Blue #160F7B
Tints of Midnight Blue #160F7B
RGB
CMYK
RGB Variations
Color information
#160F7B (or 0x160F7B) is known color: Midnight Blue. HEX triplet: 16, 0F and 7B. RGB value is (22,15,123). Sum of RGB (Red+Green+Blue) = 22+15+123=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #160F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F7B is #E9F084. Grayscale: #1C1C1C. Windows color (decimal): -15331461 or 8064790. OLE color: 8064790.
HSL color Cylindrical-coordinate representation of color #160F7B: hue angle of 243.89º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160F7B is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 15 | 123 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.52 |
| HSL | 243.89º | 0.78% | 0.27% | - |
| HSV(B) | 243.89º | 0.88% | 0.48% | - |
| XYZ | 4.08 | 1.94 | 18.9 | - |
| YUV | 29.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 123 | 0.82 | 0.88 | 0 | 0.52 | 243.89 | 0.78 | 0.27 |
| Hex | 16 | F | 7B | 52 | 58 | 0 | 34 | F4 | 4E | 1B |
| Octal | 26 | 17 | 173 | 122 | 130 | 0 | 64 | 364 | 116 | 33 |
| Binary | 10110 | 1111 | 1111011 | 1010010 | 1011000 | 0 | 110100 | 11110100 | 1001110 | 11011 |
Color Harmonies of #160F7B
Complementary color
Monochromatic Colors of #160F7B
Black with #160F7B
Text Example
Text Example
White with #160F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160F7B; }
p { color: rgb(22,15,123); }
H1.HeaderClassName
{
color: #160F7B;
}
.AnyTagClassName
{
color: #160F7B;
}
</style>
background-color css
<style>
a { background-color: #160F7B; }
a { background-color: rgb(22,15,123); }
div.DivClassName
{
background-color: #160F7B;
}
.BgClassName
{
background-color: #160F7B;
}
</style>
border-color css
<style>
span { border-color: #160F7B; }
span { border-color: rgb(22,15,123); }
td.TdClassName
{
border-color: #160F7B;
}
.TagClassName
{
border-color: #160F7B;
}
</style>