Shades of Midnight Express #16234C
Tints of Midnight Express #16234C
RGB
CMYK
RGB Variations
Color information
#16234C (or 0x16234C) is known color: Midnight Express. HEX triplet: 16, 23 and 4C. RGB value is (22,35,76). Sum of RGB (Red+Green+Blue) = 22+35+76=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #16234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16234C is #E9DCB3. Grayscale: #232323. Windows color (decimal): -15326388 or 4989718. OLE color: 4989718.
HSL color Cylindrical-coordinate representation of color #16234C: hue angle of 225.56º 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 #16234C is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 35 | 76 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.70 |
| HSL | 225.56º | 0.55% | 0.19% | - |
| HSV(B) | 225.56º | 0.71% | 0.3% | - |
| XYZ | 2.24 | 1.89 | 7.09 | - |
| YUV | 35.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 76 | 0.71 | 0.54 | 0 | 0.70 | 225.56 | 0.55 | 0.19 |
| Hex | 16 | 23 | 4C | 47 | 36 | 0 | 46 | E2 | 37 | 13 |
| Octal | 26 | 43 | 114 | 107 | 66 | 0 | 106 | 342 | 67 | 23 |
| Binary | 10110 | 100011 | 1001100 | 1000111 | 110110 | 0 | 1000110 | 11100010 | 110111 | 10011 |
Color Harmonies of #16234C
Complementary color
Monochromatic Colors of #16234C
Black with #16234C
Text Example
Text Example
White with #16234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16234C; }
p { color: rgb(22,35,76); }
H1.HeaderClassName
{
color: #16234C;
}
.AnyTagClassName
{
color: #16234C;
}
</style>
background-color css
<style>
a { background-color: #16234C; }
a { background-color: rgb(22,35,76); }
div.DivClassName
{
background-color: #16234C;
}
.BgClassName
{
background-color: #16234C;
}
</style>
border-color css
<style>
span { border-color: #16234C; }
span { border-color: rgb(22,35,76); }
td.TdClassName
{
border-color: #16234C;
}
.TagClassName
{
border-color: #16234C;
}
</style>