Shades of Midnight Express #192338
Tints of Midnight Express #192338
RGB
CMYK
RGB Variations
Color information
#192338 (or 0x192338) is known color: Midnight Express. HEX triplet: 19, 23 and 38. RGB value is (25,35,56). Sum of RGB (Red+Green+Blue) = 25+35+56=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #192338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192338 is #E6DCC7. Grayscale: #222222. Windows color (decimal): -15129800 or 3679001. OLE color: 3679001.
HSL color Cylindrical-coordinate representation of color #192338: hue angle of 220.65º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #192338 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 35 | 56 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.78 |
| HSL | 220.65º | 0.38% | 0.16% | - |
| HSV(B) | 220.65º | 0.55% | 0.22% | - |
| XYZ | 1.72 | 1.69 | 3.98 | - |
| YUV | 34.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 56 | 0.55 | 0.37 | 0 | 0.78 | 220.65 | 0.38 | 0.16 |
| Hex | 19 | 23 | 38 | 37 | 25 | 0 | 4E | DD | 26 | 10 |
| Octal | 31 | 43 | 70 | 67 | 45 | 0 | 116 | 335 | 46 | 20 |
| Binary | 11001 | 100011 | 111000 | 110111 | 100101 | 0 | 1001110 | 11011101 | 100110 | 10000 |
Color Harmonies of #192338
Complementary color
Monochromatic Colors of #192338
Black with #192338
Text Example
Text Example
White with #192338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192338; }
p { color: rgb(25,35,56); }
H1.HeaderClassName
{
color: #192338;
}
.AnyTagClassName
{
color: #192338;
}
</style>
background-color css
<style>
a { background-color: #192338; }
a { background-color: rgb(25,35,56); }
div.DivClassName
{
background-color: #192338;
}
.BgClassName
{
background-color: #192338;
}
</style>
border-color css
<style>
span { border-color: #192338; }
span { border-color: rgb(25,35,56); }
td.TdClassName
{
border-color: #192338;
}
.TagClassName
{
border-color: #192338;
}
</style>