Shades of Midnight Express #192848
Tints of Midnight Express #192848
RGB
CMYK
RGB Variations
Color information
#192848 (or 0x192848) is known color: Midnight Express. HEX triplet: 19, 28 and 48. RGB value is (25,40,72). Sum of RGB (Red+Green+Blue) = 25+40+72=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #192848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192848 is #E6D7B7. Grayscale: #272727. Windows color (decimal): -15128504 or 4728857. OLE color: 4728857.
HSL color Cylindrical-coordinate representation of color #192848: hue angle of 220.85º 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 #192848 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 40 | 72 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.72 |
| HSL | 220.85º | 0.48% | 0.19% | - |
| HSV(B) | 220.85º | 0.65% | 0.28% | - |
| XYZ | 2.33 | 2.19 | 6.43 | - |
| YUV | 39.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 72 | 0.65 | 0.44 | 0 | 0.72 | 220.85 | 0.48 | 0.19 |
| Hex | 19 | 28 | 48 | 41 | 2C | 0 | 48 | DD | 30 | 13 |
| Octal | 31 | 50 | 110 | 101 | 54 | 0 | 110 | 335 | 60 | 23 |
| Binary | 11001 | 101000 | 1001000 | 1000001 | 101100 | 0 | 1001000 | 11011101 | 110000 | 10011 |
Color Harmonies of #192848
Complementary color
Monochromatic Colors of #192848
Black with #192848
Text Example
Text Example
White with #192848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192848; }
p { color: rgb(25,40,72); }
H1.HeaderClassName
{
color: #192848;
}
.AnyTagClassName
{
color: #192848;
}
</style>
background-color css
<style>
a { background-color: #192848; }
a { background-color: rgb(25,40,72); }
div.DivClassName
{
background-color: #192848;
}
.BgClassName
{
background-color: #192848;
}
</style>
border-color css
<style>
span { border-color: #192848; }
span { border-color: rgb(25,40,72); }
td.TdClassName
{
border-color: #192848;
}
.TagClassName
{
border-color: #192848;
}
</style>