Shades of Midnight Express #192435
Tints of Midnight Express #192435
RGB
CMYK
RGB Variations
Color information
#192435 (or 0x192435) is known color: Midnight Express. HEX triplet: 19, 24 and 35. RGB value is (25,36,53). Sum of RGB (Red+Green+Blue) = 25+36+53=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #192435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192435 is #E6DBCA. Grayscale: #222222. Windows color (decimal): -15129547 or 3482649. OLE color: 3482649.
HSL color Cylindrical-coordinate representation of color #192435: hue angle of 216.43º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #192435 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 36 | 53 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.79 |
| HSL | 216.43º | 0.36% | 0.15% | - |
| HSV(B) | 216.43º | 0.53% | 0.21% | - |
| XYZ | 1.67 | 1.73 | 3.61 | - |
| YUV | 34.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 53 | 0.53 | 0.32 | 0 | 0.79 | 216.43 | 0.36 | 0.15 |
| Hex | 19 | 24 | 35 | 35 | 20 | 0 | 4F | D8 | 24 | F |
| Octal | 31 | 44 | 65 | 65 | 40 | 0 | 117 | 330 | 44 | 17 |
| Binary | 11001 | 100100 | 110101 | 110101 | 100000 | 0 | 1001111 | 11011000 | 100100 | 1111 |
Color Harmonies of #192435
Complementary color
Monochromatic Colors of #192435
Black with #192435
Text Example
Text Example
White with #192435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192435; }
p { color: rgb(25,36,53); }
H1.HeaderClassName
{
color: #192435;
}
.AnyTagClassName
{
color: #192435;
}
</style>
background-color css
<style>
a { background-color: #192435; }
a { background-color: rgb(25,36,53); }
div.DivClassName
{
background-color: #192435;
}
.BgClassName
{
background-color: #192435;
}
</style>
border-color css
<style>
span { border-color: #192435; }
span { border-color: rgb(25,36,53); }
td.TdClassName
{
border-color: #192435;
}
.TagClassName
{
border-color: #192435;
}
</style>