Shades of Midnight Express #192348
Tints of Midnight Express #192348
RGB
CMYK
RGB Variations
Color information
#192348 (or 0x192348) is known color: Midnight Express. HEX triplet: 19, 23 and 48. RGB value is (25,35,72). Sum of RGB (Red+Green+Blue) = 25+35+72=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #192348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192348 is #E6DCB7. Grayscale: #242424. Windows color (decimal): -15129784 or 4727577. OLE color: 4727577.
HSL color Cylindrical-coordinate representation of color #192348: hue angle of 227.23º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #192348 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 35 | 72 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.72 |
| HSL | 227.23º | 0.48% | 0.19% | - |
| HSV(B) | 227.23º | 0.65% | 0.28% | - |
| XYZ | 2.17 | 1.88 | 6.38 | - |
| YUV | 36.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 72 | 0.65 | 0.51 | 0 | 0.72 | 227.23 | 0.48 | 0.19 |
| Hex | 19 | 23 | 48 | 41 | 33 | 0 | 48 | E3 | 30 | 13 |
| Octal | 31 | 43 | 110 | 101 | 63 | 0 | 110 | 343 | 60 | 23 |
| Binary | 11001 | 100011 | 1001000 | 1000001 | 110011 | 0 | 1001000 | 11100011 | 110000 | 10011 |
Color Harmonies of #192348
Complementary color
Monochromatic Colors of #192348
Black with #192348
Text Example
Text Example
White with #192348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192348; }
p { color: rgb(25,35,72); }
H1.HeaderClassName
{
color: #192348;
}
.AnyTagClassName
{
color: #192348;
}
</style>
background-color css
<style>
a { background-color: #192348; }
a { background-color: rgb(25,35,72); }
div.DivClassName
{
background-color: #192348;
}
.BgClassName
{
background-color: #192348;
}
</style>
border-color css
<style>
span { border-color: #192348; }
span { border-color: rgb(25,35,72); }
td.TdClassName
{
border-color: #192348;
}
.TagClassName
{
border-color: #192348;
}
</style>