Shades of Midnight Express #192645
Tints of Midnight Express #192645
RGB
CMYK
RGB Variations
Color information
#192645 (or 0x192645) is known color: Midnight Express. HEX triplet: 19, 26 and 45. RGB value is (25,38,69). Sum of RGB (Red+Green+Blue) = 25+38+69=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #192645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192645 is #E6D9BA. Grayscale: #252525. Windows color (decimal): -15129019 or 4531737. OLE color: 4531737.
HSL color Cylindrical-coordinate representation of color #192645: hue angle of 222.27º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #192645 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 38 | 69 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.73 |
| HSL | 222.27º | 0.47% | 0.18% | - |
| HSV(B) | 222.27º | 0.64% | 0.27% | - |
| XYZ | 2.17 | 2.02 | 5.91 | - |
| YUV | 37.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 69 | 0.64 | 0.45 | 0 | 0.73 | 222.27 | 0.47 | 0.18 |
| Hex | 19 | 26 | 45 | 40 | 2D | 0 | 49 | DE | 2F | 12 |
| Octal | 31 | 46 | 105 | 100 | 55 | 0 | 111 | 336 | 57 | 22 |
| Binary | 11001 | 100110 | 1000101 | 1000000 | 101101 | 0 | 1001001 | 11011110 | 101111 | 10010 |
Color Harmonies of #192645
Complementary color
Monochromatic Colors of #192645
Black with #192645
Text Example
Text Example
White with #192645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192645; }
p { color: rgb(25,38,69); }
H1.HeaderClassName
{
color: #192645;
}
.AnyTagClassName
{
color: #192645;
}
</style>
background-color css
<style>
a { background-color: #192645; }
a { background-color: rgb(25,38,69); }
div.DivClassName
{
background-color: #192645;
}
.BgClassName
{
background-color: #192645;
}
</style>
border-color css
<style>
span { border-color: #192645; }
span { border-color: rgb(25,38,69); }
td.TdClassName
{
border-color: #192645;
}
.TagClassName
{
border-color: #192645;
}
</style>