Shades of Midnight Blue #16175F
Tints of Midnight Blue #16175F
RGB
CMYK
RGB Variations
Color information
#16175F (or 0x16175F) is known color: Midnight Blue. HEX triplet: 16, 17 and 5F. RGB value is (22,23,95). Sum of RGB (Red+Green+Blue) = 22+23+95=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #16175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16175F is #E9E8A0. Grayscale: #1E1E1E. Windows color (decimal): -15329441 or 6231830. OLE color: 6231830.
HSL color Cylindrical-coordinate representation of color #16175F: hue angle of 239.18º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16175F is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 23 | 95 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.63 |
| HSL | 239.18º | 0.62% | 0.23% | - |
| HSV(B) | 239.18º | 0.77% | 0.37% | - |
| XYZ | 2.7 | 1.61 | 10.99 | - |
| YUV | 30.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 95 | 0.77 | 0.76 | 0 | 0.63 | 239.18 | 0.62 | 0.23 |
| Hex | 16 | 17 | 5F | 4D | 4C | 0 | 3F | EF | 3E | 17 |
| Octal | 26 | 27 | 137 | 115 | 114 | 0 | 77 | 357 | 76 | 27 |
| Binary | 10110 | 10111 | 1011111 | 1001101 | 1001100 | 0 | 111111 | 11101111 | 111110 | 10111 |
Color Harmonies of #16175F
Complementary color
Monochromatic Colors of #16175F
Black with #16175F
Text Example
Text Example
White with #16175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16175F; }
p { color: rgb(22,23,95); }
H1.HeaderClassName
{
color: #16175F;
}
.AnyTagClassName
{
color: #16175F;
}
</style>
background-color css
<style>
a { background-color: #16175F; }
a { background-color: rgb(22,23,95); }
div.DivClassName
{
background-color: #16175F;
}
.BgClassName
{
background-color: #16175F;
}
</style>
border-color css
<style>
span { border-color: #16175F; }
span { border-color: rgb(22,23,95); }
td.TdClassName
{
border-color: #16175F;
}
.TagClassName
{
border-color: #16175F;
}
</style>