Shades of Midnight Express #16284C
Tints of Midnight Express #16284C
RGB
CMYK
RGB Variations
Color information
#16284C (or 0x16284C) is known color: Midnight Express. HEX triplet: 16, 28 and 4C. RGB value is (22,40,76). Sum of RGB (Red+Green+Blue) = 22+40+76=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #16284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16284C is #E9D7B3. Grayscale: #262626. Windows color (decimal): -15325108 or 4990998. OLE color: 4990998.
HSL color Cylindrical-coordinate representation of color #16284C: hue angle of 220º degrees, saturation: 0.55, 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 #16284C is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 40 | 76 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.70 |
| HSL | 220º | 0.55% | 0.19% | - |
| HSV(B) | 220º | 0.71% | 0.3% | - |
| XYZ | 2.39 | 2.21 | 7.14 | - |
| YUV | 38.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 76 | 0.71 | 0.47 | 0 | 0.70 | 220 | 0.55 | 0.19 |
| Hex | 16 | 28 | 4C | 47 | 2F | 0 | 46 | DC | 37 | 13 |
| Octal | 26 | 50 | 114 | 107 | 57 | 0 | 106 | 334 | 67 | 23 |
| Binary | 10110 | 101000 | 1001100 | 1000111 | 101111 | 0 | 1000110 | 11011100 | 110111 | 10011 |
Color Harmonies of #16284C
Complementary color
Monochromatic Colors of #16284C
Black with #16284C
Text Example
Text Example
White with #16284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16284C; }
p { color: rgb(22,40,76); }
H1.HeaderClassName
{
color: #16284C;
}
.AnyTagClassName
{
color: #16284C;
}
</style>
background-color css
<style>
a { background-color: #16284C; }
a { background-color: rgb(22,40,76); }
div.DivClassName
{
background-color: #16284C;
}
.BgClassName
{
background-color: #16284C;
}
</style>
border-color css
<style>
span { border-color: #16284C; }
span { border-color: rgb(22,40,76); }
td.TdClassName
{
border-color: #16284C;
}
.TagClassName
{
border-color: #16284C;
}
</style>