Shades of Midnight Blue #16016E
Tints of Midnight Blue #16016E
RGB
CMYK
RGB Variations
Color information
#16016E (or 0x16016E) is known color: Midnight Blue. HEX triplet: 16, 01 and 6E. RGB value is (22,1,110). Sum of RGB (Red+Green+Blue) = 22+1+110=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 110 (43.36% from 255 or 82.71% from 133); Max value from RGB is 110 - color contains mainly: blue. Hex color #16016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16016E is #E9FE91. Grayscale: #131313. Windows color (decimal): -15335058 or 7209238. OLE color: 7209238.
HSL color Cylindrical-coordinate representation of color #16016E: hue angle of 251.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16016E is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 1 | 110 | - |
| CMYK | 0.8 | 0.99 | 0 | 0.57 |
| HSL | 251.56º | 0.98% | 0.22% | - |
| HSV(B) | 251.56º | 0.99% | 0.43% | - |
| XYZ | 3.16 | 1.32 | 14.84 | - |
| YUV | 19.71 | 178.96 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 110 | 0.8 | 0.99 | 0 | 0.57 | 251.56 | 0.98 | 0.22 |
| Hex | 16 | 1 | 6E | 50 | 63 | 0 | 39 | FC | 62 | 16 |
| Octal | 26 | 1 | 156 | 120 | 143 | 0 | 71 | 374 | 142 | 26 |
| Binary | 10110 | 1 | 1101110 | 1010000 | 1100011 | 0 | 111001 | 11111100 | 1100010 | 10110 |
Color Harmonies of #16016E
Complementary color
Monochromatic Colors of #16016E
Black with #16016E
Text Example
Text Example
White with #16016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16016E; }
p { color: rgb(22,1,110); }
H1.HeaderClassName
{
color: #16016E;
}
.AnyTagClassName
{
color: #16016E;
}
</style>
background-color css
<style>
a { background-color: #16016E; }
a { background-color: rgb(22,1,110); }
div.DivClassName
{
background-color: #16016E;
}
.BgClassName
{
background-color: #16016E;
}
</style>
border-color css
<style>
span { border-color: #16016E; }
span { border-color: rgb(22,1,110); }
td.TdClassName
{
border-color: #16016E;
}
.TagClassName
{
border-color: #16016E;
}
</style>