Shades of Midnight Blue #16157D
Tints of Midnight Blue #16157D
RGB
CMYK
RGB Variations
Color information
#16157D (or 0x16157D) is known color: Midnight Blue. HEX triplet: 16, 15 and 7D. RGB value is (22,21,125). Sum of RGB (Red+Green+Blue) = 22+21+125=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #16157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16157D is #E9EA82. Grayscale: #202020. Windows color (decimal): -15329923 or 8197398. OLE color: 8197398.
HSL color Cylindrical-coordinate representation of color #16157D: hue angle of 240.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16157D is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 21 | 125 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.51 |
| HSL | 240.58º | 0.71% | 0.29% | - |
| HSV(B) | 240.58º | 0.83% | 0.49% | - |
| XYZ | 4.3 | 2.19 | 19.6 | - |
| YUV | 33.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 125 | 0.82 | 0.83 | 0 | 0.51 | 240.58 | 0.71 | 0.29 |
| Hex | 16 | 15 | 7D | 52 | 53 | 0 | 33 | F1 | 47 | 1D |
| Octal | 26 | 25 | 175 | 122 | 123 | 0 | 63 | 361 | 107 | 35 |
| Binary | 10110 | 10101 | 1111101 | 1010010 | 1010011 | 0 | 110011 | 11110001 | 1000111 | 11101 |
Color Harmonies of #16157D
Complementary color
Monochromatic Colors of #16157D
Black with #16157D
Text Example
Text Example
White with #16157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16157D; }
p { color: rgb(22,21,125); }
H1.HeaderClassName
{
color: #16157D;
}
.AnyTagClassName
{
color: #16157D;
}
</style>
background-color css
<style>
a { background-color: #16157D; }
a { background-color: rgb(22,21,125); }
div.DivClassName
{
background-color: #16157D;
}
.BgClassName
{
background-color: #16157D;
}
</style>
border-color css
<style>
span { border-color: #16157D; }
span { border-color: rgb(22,21,125); }
td.TdClassName
{
border-color: #16157D;
}
.TagClassName
{
border-color: #16157D;
}
</style>