Shades of Midnight Express #16244E
Tints of Midnight Express #16244E
RGB
CMYK
RGB Variations
Color information
#16244E (or 0x16244E) is known color: Midnight Express. HEX triplet: 16, 24 and 4E. RGB value is (22,36,78). Sum of RGB (Red+Green+Blue) = 22+36+78=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #16244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16244E is #E9DBB1. Grayscale: #242424. Windows color (decimal): -15326130 or 5121046. OLE color: 5121046.
HSL color Cylindrical-coordinate representation of color #16244E: hue angle of 225º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16244E is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 36 | 78 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.69 |
| HSL | 225º | 0.56% | 0.2% | - |
| HSV(B) | 225º | 0.72% | 0.31% | - |
| XYZ | 2.34 | 1.98 | 7.47 | - |
| YUV | 36.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 78 | 0.72 | 0.54 | 0 | 0.69 | 225 | 0.56 | 0.2 |
| Hex | 16 | 24 | 4E | 48 | 36 | 0 | 45 | E1 | 38 | 14 |
| Octal | 26 | 44 | 116 | 110 | 66 | 0 | 105 | 341 | 70 | 24 |
| Binary | 10110 | 100100 | 1001110 | 1001000 | 110110 | 0 | 1000101 | 11100001 | 111000 | 10100 |
Color Harmonies of #16244E
Complementary color
Monochromatic Colors of #16244E
Black with #16244E
Text Example
Text Example
White with #16244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16244E; }
p { color: rgb(22,36,78); }
H1.HeaderClassName
{
color: #16244E;
}
.AnyTagClassName
{
color: #16244E;
}
</style>
background-color css
<style>
a { background-color: #16244E; }
a { background-color: rgb(22,36,78); }
div.DivClassName
{
background-color: #16244E;
}
.BgClassName
{
background-color: #16244E;
}
</style>
border-color css
<style>
span { border-color: #16244E; }
span { border-color: rgb(22,36,78); }
td.TdClassName
{
border-color: #16244E;
}
.TagClassName
{
border-color: #16244E;
}
</style>