Shades of Midnight Express #131844
Tints of Midnight Express #131844
RGB
CMYK
RGB Variations
Color information
#131844 (or 0x131844) is known color: Midnight Express. HEX triplet: 13, 18 and 44. RGB value is (19,24,68). Sum of RGB (Red+Green+Blue) = 19+24+68=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #131844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131844 is #ECE7BB. Grayscale: #1B1B1B. Windows color (decimal): -15525820 or 4462611. OLE color: 4462611.
HSL color Cylindrical-coordinate representation of color #131844: hue angle of 233.88º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131844 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 24 | 68 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.73 |
| HSL | 233.88º | 0.56% | 0.17% | - |
| HSV(B) | 233.88º | 0.72% | 0.27% | - |
| XYZ | 1.64 | 1.21 | 5.62 | - |
| YUV | 27.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 68 | 0.72 | 0.65 | 0 | 0.73 | 233.88 | 0.56 | 0.17 |
| Hex | 13 | 18 | 44 | 48 | 41 | 0 | 49 | EA | 38 | 11 |
| Octal | 23 | 30 | 104 | 110 | 101 | 0 | 111 | 352 | 70 | 21 |
| Binary | 10011 | 11000 | 1000100 | 1001000 | 1000001 | 0 | 1001001 | 11101010 | 111000 | 10001 |
Color Harmonies of #131844
Complementary color
Monochromatic Colors of #131844
Black with #131844
Text Example
Text Example
White with #131844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131844; }
p { color: rgb(19,24,68); }
H1.HeaderClassName
{
color: #131844;
}
.AnyTagClassName
{
color: #131844;
}
</style>
background-color css
<style>
a { background-color: #131844; }
a { background-color: rgb(19,24,68); }
div.DivClassName
{
background-color: #131844;
}
.BgClassName
{
background-color: #131844;
}
</style>
border-color css
<style>
span { border-color: #131844; }
span { border-color: rgb(19,24,68); }
td.TdClassName
{
border-color: #131844;
}
.TagClassName
{
border-color: #131844;
}
</style>