Shades of Midnight Blue #16005E
Tints of Midnight Blue #16005E
RGB
CMYK
RGB Variations
Color information
#16005E (or 0x16005E) is known color: Midnight Blue. HEX triplet: 16, 00 and 5E. RGB value is (22,0,94). Sum of RGB (Red+Green+Blue) = 22+0+94=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 94 (37.11% from 255 or 81.03% from 116); Max value from RGB is 94 - color contains mainly: blue. Hex color #16005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16005E is #E9FFA1. Grayscale: #101010. Windows color (decimal): -15335330 or 6160406. OLE color: 6160406.
HSL color Cylindrical-coordinate representation of color #16005E: hue angle of 254.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16005E is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 0 | 94 | - |
| CMYK | 0.77 | 1 | 0 | 0.63 |
| HSL | 254.04º | 1% | 0.18% | - |
| HSV(B) | 254.04º | 1% | 0.37% | - |
| XYZ | 2.35 | 0.98 | 10.65 | - |
| YUV | 17.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 94 | 0.77 | 1 | 0 | 0.63 | 254.04 | 1 | 0.18 |
| Hex | 16 | 0 | 5E | 4D | 64 | 0 | 3F | FE | 64 | 12 |
| Octal | 26 | 0 | 136 | 115 | 144 | 0 | 77 | 376 | 144 | 22 |
| Binary | 10110 | 0 | 1011110 | 1001101 | 1100100 | 0 | 111111 | 11111110 | 1100100 | 10010 |
Color Harmonies of #16005E
Complementary color
Monochromatic Colors of #16005E
Black with #16005E
Text Example
Text Example
White with #16005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16005E; }
p { color: rgb(22,0,94); }
H1.HeaderClassName
{
color: #16005E;
}
.AnyTagClassName
{
color: #16005E;
}
</style>
background-color css
<style>
a { background-color: #16005E; }
a { background-color: rgb(22,0,94); }
div.DivClassName
{
background-color: #16005E;
}
.BgClassName
{
background-color: #16005E;
}
</style>
border-color css
<style>
span { border-color: #16005E; }
span { border-color: rgb(22,0,94); }
td.TdClassName
{
border-color: #16005E;
}
.TagClassName
{
border-color: #16005E;
}
</style>