Shades of Midnight Express #192643
Tints of Midnight Express #192643
RGB
CMYK
RGB Variations
Color information
#192643 (or 0x192643) is known color: Midnight Express. HEX triplet: 19, 26 and 43. RGB value is (25,38,67). Sum of RGB (Red+Green+Blue) = 25+38+67=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #192643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192643 is #E6D9BC. Grayscale: #252525. Windows color (decimal): -15129021 or 4400665. OLE color: 4400665.
HSL color Cylindrical-coordinate representation of color #192643: hue angle of 221.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #192643 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 38 | 67 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.74 |
| HSL | 221.43º | 0.46% | 0.18% | - |
| HSV(B) | 221.43º | 0.63% | 0.26% | - |
| XYZ | 2.11 | 2 | 5.58 | - |
| YUV | 37.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 67 | 0.63 | 0.43 | 0 | 0.74 | 221.43 | 0.46 | 0.18 |
| Hex | 19 | 26 | 43 | 3F | 2B | 0 | 4A | DD | 2E | 12 |
| Octal | 31 | 46 | 103 | 77 | 53 | 0 | 112 | 335 | 56 | 22 |
| Binary | 11001 | 100110 | 1000011 | 111111 | 101011 | 0 | 1001010 | 11011101 | 101110 | 10010 |
Color Harmonies of #192643
Complementary color
Monochromatic Colors of #192643
Black with #192643
Text Example
Text Example
White with #192643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192643; }
p { color: rgb(25,38,67); }
H1.HeaderClassName
{
color: #192643;
}
.AnyTagClassName
{
color: #192643;
}
</style>
background-color css
<style>
a { background-color: #192643; }
a { background-color: rgb(25,38,67); }
div.DivClassName
{
background-color: #192643;
}
.BgClassName
{
background-color: #192643;
}
</style>
border-color css
<style>
span { border-color: #192643; }
span { border-color: rgb(25,38,67); }
td.TdClassName
{
border-color: #192643;
}
.TagClassName
{
border-color: #192643;
}
</style>