Shades of Midnight Express #16274A
Tints of Midnight Express #16274A
RGB
CMYK
RGB Variations
Color information
#16274A (or 0x16274A) is known color: Midnight Express. HEX triplet: 16, 27 and 4A. RGB value is (22,39,74). Sum of RGB (Red+Green+Blue) = 22+39+74=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #16274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16274A is #E9D8B5. Grayscale: #252525. Windows color (decimal): -15325366 or 4859670. OLE color: 4859670.
HSL color Cylindrical-coordinate representation of color #16274A: hue angle of 220.38º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16274A is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 39 | 74 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.71 |
| HSL | 220.38º | 0.54% | 0.19% | - |
| HSV(B) | 220.38º | 0.7% | 0.29% | - |
| XYZ | 2.29 | 2.12 | 6.77 | - |
| YUV | 37.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 74 | 0.70 | 0.47 | 0 | 0.71 | 220.38 | 0.54 | 0.19 |
| Hex | 16 | 27 | 4A | 46 | 2F | 0 | 47 | DC | 36 | 13 |
| Octal | 26 | 47 | 112 | 106 | 57 | 0 | 107 | 334 | 66 | 23 |
| Binary | 10110 | 100111 | 1001010 | 1000110 | 101111 | 0 | 1000111 | 11011100 | 110110 | 10011 |
Color Harmonies of #16274A
Complementary color
Monochromatic Colors of #16274A
Black with #16274A
Text Example
Text Example
White with #16274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16274A; }
p { color: rgb(22,39,74); }
H1.HeaderClassName
{
color: #16274A;
}
.AnyTagClassName
{
color: #16274A;
}
</style>
background-color css
<style>
a { background-color: #16274A; }
a { background-color: rgb(22,39,74); }
div.DivClassName
{
background-color: #16274A;
}
.BgClassName
{
background-color: #16274A;
}
</style>
border-color css
<style>
span { border-color: #16274A; }
span { border-color: rgb(22,39,74); }
td.TdClassName
{
border-color: #16274A;
}
.TagClassName
{
border-color: #16274A;
}
</style>