Shades of Midnight Blue #160F7C
Tints of Midnight Blue #160F7C
RGB
CMYK
RGB Variations
Color information
#160F7C (or 0x160F7C) is known color: Midnight Blue. HEX triplet: 16, 0F and 7C. RGB value is (22,15,124). Sum of RGB (Red+Green+Blue) = 22+15+124=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #160F7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F7C is #E9F083. Grayscale: #1D1D1D. Windows color (decimal): -15331460 or 8130326. OLE color: 8130326.
HSL color Cylindrical-coordinate representation of color #160F7C: hue angle of 243.85º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160F7C is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 15 | 124 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.51 |
| HSL | 243.85º | 0.78% | 0.27% | - |
| HSV(B) | 243.85º | 0.88% | 0.49% | - |
| XYZ | 4.14 | 1.97 | 19.23 | - |
| YUV | 29.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 124 | 0.82 | 0.88 | 0 | 0.51 | 243.85 | 0.78 | 0.27 |
| Hex | 16 | F | 7C | 52 | 58 | 0 | 33 | F4 | 4E | 1B |
| Octal | 26 | 17 | 174 | 122 | 130 | 0 | 63 | 364 | 116 | 33 |
| Binary | 10110 | 1111 | 1111100 | 1010010 | 1011000 | 0 | 110011 | 11110100 | 1001110 | 11011 |
Color Harmonies of #160F7C
Complementary color
Monochromatic Colors of #160F7C
Black with #160F7C
Text Example
Text Example
White with #160F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160F7C; }
p { color: rgb(22,15,124); }
H1.HeaderClassName
{
color: #160F7C;
}
.AnyTagClassName
{
color: #160F7C;
}
</style>
background-color css
<style>
a { background-color: #160F7C; }
a { background-color: rgb(22,15,124); }
div.DivClassName
{
background-color: #160F7C;
}
.BgClassName
{
background-color: #160F7C;
}
</style>
border-color css
<style>
span { border-color: #160F7C; }
span { border-color: rgb(22,15,124); }
td.TdClassName
{
border-color: #160F7C;
}
.TagClassName
{
border-color: #160F7C;
}
</style>