Shades of Midnight Express #131444
Tints of Midnight Express #131444
RGB
CMYK
RGB Variations
Color information
#131444 (or 0x131444) is known color: Midnight Express. HEX triplet: 13, 14 and 44. RGB value is (19,20,68). Sum of RGB (Red+Green+Blue) = 19+20+68=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #131444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131444 is #ECEBBB. Grayscale: #181818. Windows color (decimal): -15526844 or 4461587. OLE color: 4461587.
HSL color Cylindrical-coordinate representation of color #131444: hue angle of 238.78º 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 #131444 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 20 | 68 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.73 |
| HSL | 238.78º | 0.56% | 0.17% | - |
| HSV(B) | 238.78º | 0.72% | 0.27% | - |
| XYZ | 1.56 | 1.06 | 5.59 | - |
| YUV | 25.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 68 | 0.72 | 0.71 | 0 | 0.73 | 238.78 | 0.56 | 0.17 |
| Hex | 13 | 14 | 44 | 48 | 47 | 0 | 49 | EF | 38 | 11 |
| Octal | 23 | 24 | 104 | 110 | 107 | 0 | 111 | 357 | 70 | 21 |
| Binary | 10011 | 10100 | 1000100 | 1001000 | 1000111 | 0 | 1001001 | 11101111 | 111000 | 10001 |
Color Harmonies of #131444
Complementary color
Monochromatic Colors of #131444
Black with #131444
Text Example
Text Example
White with #131444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131444; }
p { color: rgb(19,20,68); }
H1.HeaderClassName
{
color: #131444;
}
.AnyTagClassName
{
color: #131444;
}
</style>
background-color css
<style>
a { background-color: #131444; }
a { background-color: rgb(19,20,68); }
div.DivClassName
{
background-color: #131444;
}
.BgClassName
{
background-color: #131444;
}
</style>
border-color css
<style>
span { border-color: #131444; }
span { border-color: rgb(19,20,68); }
td.TdClassName
{
border-color: #131444;
}
.TagClassName
{
border-color: #131444;
}
</style>