Shades of Midnight Blue #16165B
Tints of Midnight Blue #16165B
RGB
CMYK
RGB Variations
Color information
#16165B (or 0x16165B) is known color: Midnight Blue. HEX triplet: 16, 16 and 5B. RGB value is (22,22,91). Sum of RGB (Red+Green+Blue) = 22+22+91=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #16165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16165B is #E9E9A4. Grayscale: #1D1D1D. Windows color (decimal): -15329701 or 5969430. OLE color: 5969430.
HSL color Cylindrical-coordinate representation of color #16165B: hue angle of 240º 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 #16165B is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 22 | 91 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.64 |
| HSL | 240º | 0.61% | 0.22% | - |
| HSV(B) | 240º | 0.76% | 0.36% | - |
| XYZ | 2.51 | 1.5 | 10.05 | - |
| YUV | 29.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 91 | 0.76 | 0.76 | 0 | 0.64 | 240 | 0.61 | 0.22 |
| Hex | 16 | 16 | 5B | 4C | 4C | 0 | 40 | F0 | 3D | 16 |
| Octal | 26 | 26 | 133 | 114 | 114 | 0 | 100 | 360 | 75 | 26 |
| Binary | 10110 | 10110 | 1011011 | 1001100 | 1001100 | 0 | 1000000 | 11110000 | 111101 | 10110 |
Color Harmonies of #16165B
Complementary color
Monochromatic Colors of #16165B
Black with #16165B
Text Example
Text Example
White with #16165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16165B; }
p { color: rgb(22,22,91); }
H1.HeaderClassName
{
color: #16165B;
}
.AnyTagClassName
{
color: #16165B;
}
</style>
background-color css
<style>
a { background-color: #16165B; }
a { background-color: rgb(22,22,91); }
div.DivClassName
{
background-color: #16165B;
}
.BgClassName
{
background-color: #16165B;
}
</style>
border-color css
<style>
span { border-color: #16165B; }
span { border-color: rgb(22,22,91); }
td.TdClassName
{
border-color: #16165B;
}
.TagClassName
{
border-color: #16165B;
}
</style>