Shades of Midnight Express #16244D
Tints of Midnight Express #16244D
RGB
CMYK
RGB Variations
Color information
#16244D (or 0x16244D) is known color: Midnight Express. HEX triplet: 16, 24 and 4D. RGB value is (22,36,77). Sum of RGB (Red+Green+Blue) = 22+36+77=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #16244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16244D is #E9DBB2. Grayscale: #242424. Windows color (decimal): -15326131 or 5055510. OLE color: 5055510.
HSL color Cylindrical-coordinate representation of color #16244D: hue angle of 224.73º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16244D is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 36 | 77 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.70 |
| HSL | 224.73º | 0.56% | 0.19% | - |
| HSV(B) | 224.73º | 0.71% | 0.3% | - |
| XYZ | 2.3 | 1.97 | 7.28 | - |
| YUV | 36.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 77 | 0.71 | 0.53 | 0 | 0.70 | 224.73 | 0.56 | 0.19 |
| Hex | 16 | 24 | 4D | 47 | 35 | 0 | 46 | E1 | 38 | 13 |
| Octal | 26 | 44 | 115 | 107 | 65 | 0 | 106 | 341 | 70 | 23 |
| Binary | 10110 | 100100 | 1001101 | 1000111 | 110101 | 0 | 1000110 | 11100001 | 111000 | 10011 |
Color Harmonies of #16244D
Complementary color
Monochromatic Colors of #16244D
Black with #16244D
Text Example
Text Example
White with #16244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16244D; }
p { color: rgb(22,36,77); }
H1.HeaderClassName
{
color: #16244D;
}
.AnyTagClassName
{
color: #16244D;
}
</style>
background-color css
<style>
a { background-color: #16244D; }
a { background-color: rgb(22,36,77); }
div.DivClassName
{
background-color: #16244D;
}
.BgClassName
{
background-color: #16244D;
}
</style>
border-color css
<style>
span { border-color: #16244D; }
span { border-color: rgb(22,36,77); }
td.TdClassName
{
border-color: #16244D;
}
.TagClassName
{
border-color: #16244D;
}
</style>