Shades of Midnight Express #131E4B
Tints of Midnight Express #131E4B
RGB
CMYK
RGB Variations
Color information
#131E4B (or 0x131E4B) is known color: Midnight Express. HEX triplet: 13, 1E and 4B. RGB value is (19,30,75). Sum of RGB (Red+Green+Blue) = 19+30+75=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #131E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E4B is #ECE1B4. Grayscale: #1F1F1F. Windows color (decimal): -15524277 or 4922899. OLE color: 4922899.
HSL color Cylindrical-coordinate representation of color #131E4B: hue angle of 228.21º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131E4B is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 30 | 75 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.71 |
| HSL | 228.21º | 0.6% | 0.18% | - |
| HSV(B) | 228.21º | 0.75% | 0.29% | - |
| XYZ | 2 | 1.57 | 6.86 | - |
| YUV | 31.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 75 | 0.75 | 0.60 | 0 | 0.71 | 228.21 | 0.6 | 0.18 |
| Hex | 13 | 1E | 4B | 4B | 3C | 0 | 47 | E4 | 3C | 12 |
| Octal | 23 | 36 | 113 | 113 | 74 | 0 | 107 | 344 | 74 | 22 |
| Binary | 10011 | 11110 | 1001011 | 1001011 | 111100 | 0 | 1000111 | 11100100 | 111100 | 10010 |
Color Harmonies of #131E4B
Complementary color
Monochromatic Colors of #131E4B
Black with #131E4B
Text Example
Text Example
White with #131E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E4B; }
p { color: rgb(19,30,75); }
H1.HeaderClassName
{
color: #131E4B;
}
.AnyTagClassName
{
color: #131E4B;
}
</style>
background-color css
<style>
a { background-color: #131E4B; }
a { background-color: rgb(19,30,75); }
div.DivClassName
{
background-color: #131E4B;
}
.BgClassName
{
background-color: #131E4B;
}
</style>
border-color css
<style>
span { border-color: #131E4B; }
span { border-color: rgb(19,30,75); }
td.TdClassName
{
border-color: #131E4B;
}
.TagClassName
{
border-color: #131E4B;
}
</style>