Shades of Midnight Express #192641
Tints of Midnight Express #192641
RGB
CMYK
RGB Variations
Color information
#192641 (or 0x192641) is known color: Midnight Express. HEX triplet: 19, 26 and 41. RGB value is (25,38,65). Sum of RGB (Red+Green+Blue) = 25+38+65=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #192641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192641 is #E6D9BE. Grayscale: #252525. Windows color (decimal): -15129023 or 4269593. OLE color: 4269593.
HSL color Cylindrical-coordinate representation of color #192641: hue angle of 220.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192641 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 38 | 65 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.75 |
| HSL | 220.5º | 0.44% | 0.18% | - |
| HSV(B) | 220.5º | 0.62% | 0.25% | - |
| XYZ | 2.05 | 1.97 | 5.27 | - |
| YUV | 37.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 65 | 0.62 | 0.42 | 0 | 0.75 | 220.5 | 0.44 | 0.18 |
| Hex | 19 | 26 | 41 | 3E | 2A | 0 | 4B | DC | 2C | 12 |
| Octal | 31 | 46 | 101 | 76 | 52 | 0 | 113 | 334 | 54 | 22 |
| Binary | 11001 | 100110 | 1000001 | 111110 | 101010 | 0 | 1001011 | 11011100 | 101100 | 10010 |
Color Harmonies of #192641
Complementary color
Monochromatic Colors of #192641
Black with #192641
Text Example
Text Example
White with #192641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192641; }
p { color: rgb(25,38,65); }
H1.HeaderClassName
{
color: #192641;
}
.AnyTagClassName
{
color: #192641;
}
</style>
background-color css
<style>
a { background-color: #192641; }
a { background-color: rgb(25,38,65); }
div.DivClassName
{
background-color: #192641;
}
.BgClassName
{
background-color: #192641;
}
</style>
border-color css
<style>
span { border-color: #192641; }
span { border-color: rgb(25,38,65); }
td.TdClassName
{
border-color: #192641;
}
.TagClassName
{
border-color: #192641;
}
</style>