Shades of Midnight Express #16183C
Tints of Midnight Express #16183C
RGB
CMYK
RGB Variations
Color information
#16183C (or 0x16183C) is known color: Midnight Express. HEX triplet: 16, 18 and 3C. RGB value is (22,24,60). Sum of RGB (Red+Green+Blue) = 22+24+60=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #16183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16183C is #E9E7C3. Grayscale: #1B1B1B. Windows color (decimal): -15329220 or 3938326. OLE color: 3938326.
HSL color Cylindrical-coordinate representation of color #16183C: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16183C is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 24 | 60 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.76 |
| HSL | 236.84º | 0.46% | 0.16% | - |
| HSV(B) | 236.84º | 0.63% | 0.24% | - |
| XYZ | 1.47 | 1.15 | 4.42 | - |
| YUV | 27.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 60 | 0.63 | 0.60 | 0 | 0.76 | 236.84 | 0.46 | 0.16 |
| Hex | 16 | 18 | 3C | 3F | 3C | 0 | 4C | ED | 2E | 10 |
| Octal | 26 | 30 | 74 | 77 | 74 | 0 | 114 | 355 | 56 | 20 |
| Binary | 10110 | 11000 | 111100 | 111111 | 111100 | 0 | 1001100 | 11101101 | 101110 | 10000 |
Color Harmonies of #16183C
Complementary color
Monochromatic Colors of #16183C
Black with #16183C
Text Example
Text Example
White with #16183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16183C; }
p { color: rgb(22,24,60); }
H1.HeaderClassName
{
color: #16183C;
}
.AnyTagClassName
{
color: #16183C;
}
</style>
background-color css
<style>
a { background-color: #16183C; }
a { background-color: rgb(22,24,60); }
div.DivClassName
{
background-color: #16183C;
}
.BgClassName
{
background-color: #16183C;
}
</style>
border-color css
<style>
span { border-color: #16183C; }
span { border-color: rgb(22,24,60); }
td.TdClassName
{
border-color: #16183C;
}
.TagClassName
{
border-color: #16183C;
}
</style>