Shades of Midnight Express #131B44
Tints of Midnight Express #131B44
RGB
CMYK
RGB Variations
Color information
#131B44 (or 0x131B44) is known color: Midnight Express. HEX triplet: 13, 1B and 44. RGB value is (19,27,68). Sum of RGB (Red+Green+Blue) = 19+27+68=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #131B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B44 is #ECE4BB. Grayscale: #1D1D1D. Windows color (decimal): -15525052 or 4463379. OLE color: 4463379.
HSL color Cylindrical-coordinate representation of color #131B44: hue angle of 230.2º 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 #131B44 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 27 | 68 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.73 |
| HSL | 230.2º | 0.56% | 0.17% | - |
| HSV(B) | 230.2º | 0.72% | 0.27% | - |
| XYZ | 1.7 | 1.34 | 5.64 | - |
| YUV | 29.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 68 | 0.72 | 0.60 | 0 | 0.73 | 230.2 | 0.56 | 0.17 |
| Hex | 13 | 1B | 44 | 48 | 3C | 0 | 49 | E6 | 38 | 11 |
| Octal | 23 | 33 | 104 | 110 | 74 | 0 | 111 | 346 | 70 | 21 |
| Binary | 10011 | 11011 | 1000100 | 1001000 | 111100 | 0 | 1001001 | 11100110 | 111000 | 10001 |
Color Harmonies of #131B44
Complementary color
Monochromatic Colors of #131B44
Black with #131B44
Text Example
Text Example
White with #131B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B44; }
p { color: rgb(19,27,68); }
H1.HeaderClassName
{
color: #131B44;
}
.AnyTagClassName
{
color: #131B44;
}
</style>
background-color css
<style>
a { background-color: #131B44; }
a { background-color: rgb(19,27,68); }
div.DivClassName
{
background-color: #131B44;
}
.BgClassName
{
background-color: #131B44;
}
</style>
border-color css
<style>
span { border-color: #131B44; }
span { border-color: rgb(19,27,68); }
td.TdClassName
{
border-color: #131B44;
}
.TagClassName
{
border-color: #131B44;
}
</style>