Shades of Midnight Blue #16175C
Tints of Midnight Blue #16175C
RGB
CMYK
RGB Variations
Color information
#16175C (or 0x16175C) is known color: Midnight Blue. HEX triplet: 16, 17 and 5C. RGB value is (22,23,92). Sum of RGB (Red+Green+Blue) = 22+23+92=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #16175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16175C is #E9E8A3. Grayscale: #1E1E1E. Windows color (decimal): -15329444 or 6035222. OLE color: 6035222.
HSL color Cylindrical-coordinate representation of color #16175C: hue angle of 239.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16175C is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 23 | 92 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.64 |
| HSL | 239.14º | 0.61% | 0.22% | - |
| HSV(B) | 239.14º | 0.76% | 0.36% | - |
| XYZ | 2.57 | 1.56 | 10.29 | - |
| YUV | 30.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 92 | 0.76 | 0.75 | 0 | 0.64 | 239.14 | 0.61 | 0.22 |
| Hex | 16 | 17 | 5C | 4C | 4B | 0 | 40 | EF | 3D | 16 |
| Octal | 26 | 27 | 134 | 114 | 113 | 0 | 100 | 357 | 75 | 26 |
| Binary | 10110 | 10111 | 1011100 | 1001100 | 1001011 | 0 | 1000000 | 11101111 | 111101 | 10110 |
Color Harmonies of #16175C
Complementary color
Monochromatic Colors of #16175C
Black with #16175C
Text Example
Text Example
White with #16175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16175C; }
p { color: rgb(22,23,92); }
H1.HeaderClassName
{
color: #16175C;
}
.AnyTagClassName
{
color: #16175C;
}
</style>
background-color css
<style>
a { background-color: #16175C; }
a { background-color: rgb(22,23,92); }
div.DivClassName
{
background-color: #16175C;
}
.BgClassName
{
background-color: #16175C;
}
</style>
border-color css
<style>
span { border-color: #16175C; }
span { border-color: rgb(22,23,92); }
td.TdClassName
{
border-color: #16175C;
}
.TagClassName
{
border-color: #16175C;
}
</style>