Shades of Midnight Blue #16005B
Tints of Midnight Blue #16005B
RGB
CMYK
RGB Variations
Color information
#16005B (or 0x16005B) is known color: Midnight Blue. HEX triplet: 16, 00 and 5B. RGB value is (22,0,91). Sum of RGB (Red+Green+Blue) = 22+0+91=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #16005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16005B is #E9FFA4. Grayscale: #101010. Windows color (decimal): -15335333 or 5963798. OLE color: 5963798.
HSL color Cylindrical-coordinate representation of color #16005B: hue angle of 254.51º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16005B is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 0 | 91 | - |
| CMYK | 0.76 | 1 | 0 | 0.64 |
| HSL | 254.51º | 1% | 0.18% | - |
| HSV(B) | 254.51º | 1% | 0.36% | - |
| XYZ | 2.22 | 0.93 | 9.96 | - |
| YUV | 16.95 | 169.79 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 91 | 0.76 | 1 | 0 | 0.64 | 254.51 | 1 | 0.18 |
| Hex | 16 | 0 | 5B | 4C | 64 | 0 | 40 | FF | 64 | 12 |
| Octal | 26 | 0 | 133 | 114 | 144 | 0 | 100 | 377 | 144 | 22 |
| Binary | 10110 | 0 | 1011011 | 1001100 | 1100100 | 0 | 1000000 | 11111111 | 1100100 | 10010 |
Color Harmonies of #16005B
Complementary color
Monochromatic Colors of #16005B
Black with #16005B
Text Example
Text Example
White with #16005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16005B; }
p { color: rgb(22,0,91); }
H1.HeaderClassName
{
color: #16005B;
}
.AnyTagClassName
{
color: #16005B;
}
</style>
background-color css
<style>
a { background-color: #16005B; }
a { background-color: rgb(22,0,91); }
div.DivClassName
{
background-color: #16005B;
}
.BgClassName
{
background-color: #16005B;
}
</style>
border-color css
<style>
span { border-color: #16005B; }
span { border-color: rgb(22,0,91); }
td.TdClassName
{
border-color: #16005B;
}
.TagClassName
{
border-color: #16005B;
}
</style>