Shades of Midnight Express #19233F
Tints of Midnight Express #19233F
RGB
CMYK
RGB Variations
Color information
#19233F (or 0x19233F) is known color: Midnight Express. HEX triplet: 19, 23 and 3F. RGB value is (25,35,63). Sum of RGB (Red+Green+Blue) = 25+35+63=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #19233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19233F is #E6DCC0. Grayscale: #232323. Windows color (decimal): -15129793 or 4137753. OLE color: 4137753.
HSL color Cylindrical-coordinate representation of color #19233F: hue angle of 224.21º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19233F is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 35 | 63 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.75 |
| HSL | 224.21º | 0.43% | 0.17% | - |
| HSV(B) | 224.21º | 0.6% | 0.25% | - |
| XYZ | 1.9 | 1.77 | 4.94 | - |
| YUV | 35.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 63 | 0.60 | 0.44 | 0 | 0.75 | 224.21 | 0.43 | 0.17 |
| Hex | 19 | 23 | 3F | 3C | 2C | 0 | 4B | E0 | 2B | 11 |
| Octal | 31 | 43 | 77 | 74 | 54 | 0 | 113 | 340 | 53 | 21 |
| Binary | 11001 | 100011 | 111111 | 111100 | 101100 | 0 | 1001011 | 11100000 | 101011 | 10001 |
Color Harmonies of #19233F
Complementary color
Monochromatic Colors of #19233F
Black with #19233F
Text Example
Text Example
White with #19233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19233F; }
p { color: rgb(25,35,63); }
H1.HeaderClassName
{
color: #19233F;
}
.AnyTagClassName
{
color: #19233F;
}
</style>
background-color css
<style>
a { background-color: #19233F; }
a { background-color: rgb(25,35,63); }
div.DivClassName
{
background-color: #19233F;
}
.BgClassName
{
background-color: #19233F;
}
</style>
border-color css
<style>
span { border-color: #19233F; }
span { border-color: rgb(25,35,63); }
td.TdClassName
{
border-color: #19233F;
}
.TagClassName
{
border-color: #19233F;
}
</style>