Shades of Midnight Express #131F44
Tints of Midnight Express #131F44
RGB
CMYK
RGB Variations
Color information
#131F44 (or 0x131F44) is known color: Midnight Express. HEX triplet: 13, 1F and 44. RGB value is (19,31,68). Sum of RGB (Red+Green+Blue) = 19+31+68=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #131F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F44 is #ECE0BB. Grayscale: #1F1F1F. Windows color (decimal): -15524028 or 4464403. OLE color: 4464403.
HSL color Cylindrical-coordinate representation of color #131F44: hue angle of 225.31º 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 #131F44 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 31 | 68 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.73 |
| HSL | 225.31º | 0.56% | 0.17% | - |
| HSV(B) | 225.31º | 0.72% | 0.27% | - |
| XYZ | 1.8 | 1.54 | 5.67 | - |
| YUV | 31.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 68 | 0.72 | 0.54 | 0 | 0.73 | 225.31 | 0.56 | 0.17 |
| Hex | 13 | 1F | 44 | 48 | 36 | 0 | 49 | E1 | 38 | 11 |
| Octal | 23 | 37 | 104 | 110 | 66 | 0 | 111 | 341 | 70 | 21 |
| Binary | 10011 | 11111 | 1000100 | 1001000 | 110110 | 0 | 1001001 | 11100001 | 111000 | 10001 |
Color Harmonies of #131F44
Complementary color
Monochromatic Colors of #131F44
Black with #131F44
Text Example
Text Example
White with #131F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F44; }
p { color: rgb(19,31,68); }
H1.HeaderClassName
{
color: #131F44;
}
.AnyTagClassName
{
color: #131F44;
}
</style>
background-color css
<style>
a { background-color: #131F44; }
a { background-color: rgb(19,31,68); }
div.DivClassName
{
background-color: #131F44;
}
.BgClassName
{
background-color: #131F44;
}
</style>
border-color css
<style>
span { border-color: #131F44; }
span { border-color: rgb(19,31,68); }
td.TdClassName
{
border-color: #131F44;
}
.TagClassName
{
border-color: #131F44;
}
</style>