Shades of Midnight Express #131D45
Tints of Midnight Express #131D45
RGB
CMYK
RGB Variations
Color information
#131D45 (or 0x131D45) is known color: Midnight Express. HEX triplet: 13, 1D and 45. RGB value is (19,29,69). Sum of RGB (Red+Green+Blue) = 19+29+69=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #131D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D45 is #ECE2BA. Grayscale: #1E1E1E. Windows color (decimal): -15524539 or 4529427. OLE color: 4529427.
HSL color Cylindrical-coordinate representation of color #131D45: hue angle of 228º degrees, saturation: 0.57, 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 #131D45 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 29 | 69 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.73 |
| HSL | 228º | 0.57% | 0.17% | - |
| HSV(B) | 228º | 0.72% | 0.27% | - |
| XYZ | 1.78 | 1.45 | 5.82 | - |
| YUV | 30.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 69 | 0.72 | 0.58 | 0 | 0.73 | 228 | 0.57 | 0.17 |
| Hex | 13 | 1D | 45 | 48 | 3A | 0 | 49 | E4 | 39 | 11 |
| Octal | 23 | 35 | 105 | 110 | 72 | 0 | 111 | 344 | 71 | 21 |
| Binary | 10011 | 11101 | 1000101 | 1001000 | 111010 | 0 | 1001001 | 11100100 | 111001 | 10001 |
Color Harmonies of #131D45
Complementary color
Monochromatic Colors of #131D45
Black with #131D45
Text Example
Text Example
White with #131D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D45; }
p { color: rgb(19,29,69); }
H1.HeaderClassName
{
color: #131D45;
}
.AnyTagClassName
{
color: #131D45;
}
</style>
background-color css
<style>
a { background-color: #131D45; }
a { background-color: rgb(19,29,69); }
div.DivClassName
{
background-color: #131D45;
}
.BgClassName
{
background-color: #131D45;
}
</style>
border-color css
<style>
span { border-color: #131D45; }
span { border-color: rgb(19,29,69); }
td.TdClassName
{
border-color: #131D45;
}
.TagClassName
{
border-color: #131D45;
}
</style>