Shades of Midnight Express #16274D
Tints of Midnight Express #16274D
RGB
CMYK
RGB Variations
Color information
#16274D (or 0x16274D) is known color: Midnight Express. HEX triplet: 16, 27 and 4D. RGB value is (22,39,77). Sum of RGB (Red+Green+Blue) = 22+39+77=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #16274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16274D is #E9D8B2. Grayscale: #262626. Windows color (decimal): -15325363 or 5056278. OLE color: 5056278.
HSL color Cylindrical-coordinate representation of color #16274D: hue angle of 221.45º 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 #16274D is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 39 | 77 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.70 |
| HSL | 221.45º | 0.56% | 0.19% | - |
| HSV(B) | 221.45º | 0.71% | 0.3% | - |
| XYZ | 2.4 | 2.16 | 7.31 | - |
| YUV | 38.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 77 | 0.71 | 0.49 | 0 | 0.70 | 221.45 | 0.56 | 0.19 |
| Hex | 16 | 27 | 4D | 47 | 31 | 0 | 46 | DD | 38 | 13 |
| Octal | 26 | 47 | 115 | 107 | 61 | 0 | 106 | 335 | 70 | 23 |
| Binary | 10110 | 100111 | 1001101 | 1000111 | 110001 | 0 | 1000110 | 11011101 | 111000 | 10011 |
Color Harmonies of #16274D
Complementary color
Monochromatic Colors of #16274D
Black with #16274D
Text Example
Text Example
White with #16274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16274D; }
p { color: rgb(22,39,77); }
H1.HeaderClassName
{
color: #16274D;
}
.AnyTagClassName
{
color: #16274D;
}
</style>
background-color css
<style>
a { background-color: #16274D; }
a { background-color: rgb(22,39,77); }
div.DivClassName
{
background-color: #16274D;
}
.BgClassName
{
background-color: #16274D;
}
</style>
border-color css
<style>
span { border-color: #16274D; }
span { border-color: rgb(22,39,77); }
td.TdClassName
{
border-color: #16274D;
}
.TagClassName
{
border-color: #16274D;
}
</style>