Shades of Midnight Express #192246
Tints of Midnight Express #192246
RGB
CMYK
RGB Variations
Color information
#192246 (or 0x192246) is known color: Midnight Express. HEX triplet: 19, 22 and 46. RGB value is (25,34,70). Sum of RGB (Red+Green+Blue) = 25+34+70=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #192246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192246 is #E6DDB9. Grayscale: #232323. Windows color (decimal): -15130042 or 4596249. OLE color: 4596249.
HSL color Cylindrical-coordinate representation of color #192246: hue angle of 228º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #192246 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 34 | 70 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.73 |
| HSL | 228º | 0.47% | 0.19% | - |
| HSV(B) | 228º | 0.64% | 0.27% | - |
| XYZ | 2.08 | 1.79 | 6.03 | - |
| YUV | 35.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 70 | 0.64 | 0.51 | 0 | 0.73 | 228 | 0.47 | 0.19 |
| Hex | 19 | 22 | 46 | 40 | 33 | 0 | 49 | E4 | 2F | 13 |
| Octal | 31 | 42 | 106 | 100 | 63 | 0 | 111 | 344 | 57 | 23 |
| Binary | 11001 | 100010 | 1000110 | 1000000 | 110011 | 0 | 1001001 | 11100100 | 101111 | 10011 |
Color Harmonies of #192246
Complementary color
Monochromatic Colors of #192246
Black with #192246
Text Example
Text Example
White with #192246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192246; }
p { color: rgb(25,34,70); }
H1.HeaderClassName
{
color: #192246;
}
.AnyTagClassName
{
color: #192246;
}
</style>
background-color css
<style>
a { background-color: #192246; }
a { background-color: rgb(25,34,70); }
div.DivClassName
{
background-color: #192246;
}
.BgClassName
{
background-color: #192246;
}
</style>
border-color css
<style>
span { border-color: #192246; }
span { border-color: rgb(25,34,70); }
td.TdClassName
{
border-color: #192246;
}
.TagClassName
{
border-color: #192246;
}
</style>