Shades of Midnight Blue #16005A
Tints of Midnight Blue #16005A
RGB
CMYK
RGB Variations
Color information
#16005A (or 0x16005A) is known color: Midnight Blue. HEX triplet: 16, 00 and 5A. RGB value is (22,0,90). Sum of RGB (Red+Green+Blue) = 22+0+90=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #16005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16005A is #E9FFA5. Grayscale: #101010. Windows color (decimal): -15335334 or 5898262. OLE color: 5898262.
HSL color Cylindrical-coordinate representation of color #16005A: hue angle of 254.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16005A is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 0 | 90 | - |
| CMYK | 0.76 | 1 | 0 | 0.65 |
| HSL | 254.67º | 1% | 0.18% | - |
| HSV(B) | 254.67º | 1% | 0.35% | - |
| XYZ | 2.18 | 0.91 | 9.73 | - |
| YUV | 16.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 90 | 0.76 | 1 | 0 | 0.65 | 254.67 | 1 | 0.18 |
| Hex | 16 | 0 | 5A | 4C | 64 | 0 | 41 | FF | 64 | 12 |
| Octal | 26 | 0 | 132 | 114 | 144 | 0 | 101 | 377 | 144 | 22 |
| Binary | 10110 | 0 | 1011010 | 1001100 | 1100100 | 0 | 1000001 | 11111111 | 1100100 | 10010 |
Color Harmonies of #16005A
Complementary color
Monochromatic Colors of #16005A
Black with #16005A
Text Example
Text Example
White with #16005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16005A; }
p { color: rgb(22,0,90); }
H1.HeaderClassName
{
color: #16005A;
}
.AnyTagClassName
{
color: #16005A;
}
</style>
background-color css
<style>
a { background-color: #16005A; }
a { background-color: rgb(22,0,90); }
div.DivClassName
{
background-color: #16005A;
}
.BgClassName
{
background-color: #16005A;
}
</style>
border-color css
<style>
span { border-color: #16005A; }
span { border-color: rgb(22,0,90); }
td.TdClassName
{
border-color: #16005A;
}
.TagClassName
{
border-color: #16005A;
}
</style>