Shades of Midnight Blue #16145E
Tints of Midnight Blue #16145E
RGB
CMYK
RGB Variations
Color information
#16145E (or 0x16145E) is known color: Midnight Blue. HEX triplet: 16, 14 and 5E. RGB value is (22,20,94). Sum of RGB (Red+Green+Blue) = 22+20+94=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #16145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16145E is #E9EBA1. Grayscale: #1C1C1C. Windows color (decimal): -15330210 or 6165526. OLE color: 6165526.
HSL color Cylindrical-coordinate representation of color #16145E: hue angle of 241.62º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16145E is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 20 | 94 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.63 |
| HSL | 241.62º | 0.65% | 0.22% | - |
| HSV(B) | 241.62º | 0.79% | 0.37% | - |
| XYZ | 2.6 | 1.48 | 10.74 | - |
| YUV | 29.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 94 | 0.77 | 0.79 | 0 | 0.63 | 241.62 | 0.65 | 0.22 |
| Hex | 16 | 14 | 5E | 4D | 4F | 0 | 3F | F2 | 41 | 16 |
| Octal | 26 | 24 | 136 | 115 | 117 | 0 | 77 | 362 | 101 | 26 |
| Binary | 10110 | 10100 | 1011110 | 1001101 | 1001111 | 0 | 111111 | 11110010 | 1000001 | 10110 |
Color Harmonies of #16145E
Complementary color
Monochromatic Colors of #16145E
Black with #16145E
Text Example
Text Example
White with #16145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16145E; }
p { color: rgb(22,20,94); }
H1.HeaderClassName
{
color: #16145E;
}
.AnyTagClassName
{
color: #16145E;
}
</style>
background-color css
<style>
a { background-color: #16145E; }
a { background-color: rgb(22,20,94); }
div.DivClassName
{
background-color: #16145E;
}
.BgClassName
{
background-color: #16145E;
}
</style>
border-color css
<style>
span { border-color: #16145E; }
span { border-color: rgb(22,20,94); }
td.TdClassName
{
border-color: #16145E;
}
.TagClassName
{
border-color: #16145E;
}
</style>