Shades of Midnight Express #131F4B
Tints of Midnight Express #131F4B
RGB
CMYK
RGB Variations
Color information
#131F4B (or 0x131F4B) is known color: Midnight Express. HEX triplet: 13, 1F and 4B. RGB value is (19,31,75). Sum of RGB (Red+Green+Blue) = 19+31+75=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #131F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F4B is #ECE0B4. Grayscale: #202020. Windows color (decimal): -15524021 or 4923155. OLE color: 4923155.
HSL color Cylindrical-coordinate representation of color #131F4B: hue angle of 227.14º 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 #131F4B is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 31 | 75 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.71 |
| HSL | 227.14º | 0.6% | 0.18% | - |
| HSV(B) | 227.14º | 0.75% | 0.29% | - |
| XYZ | 2.03 | 1.63 | 6.86 | - |
| YUV | 32.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 75 | 0.75 | 0.59 | 0 | 0.71 | 227.14 | 0.6 | 0.18 |
| Hex | 13 | 1F | 4B | 4B | 3B | 0 | 47 | E3 | 3C | 12 |
| Octal | 23 | 37 | 113 | 113 | 73 | 0 | 107 | 343 | 74 | 22 |
| Binary | 10011 | 11111 | 1001011 | 1001011 | 111011 | 0 | 1000111 | 11100011 | 111100 | 10010 |
Color Harmonies of #131F4B
Complementary color
Monochromatic Colors of #131F4B
Black with #131F4B
Text Example
Text Example
White with #131F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F4B; }
p { color: rgb(19,31,75); }
H1.HeaderClassName
{
color: #131F4B;
}
.AnyTagClassName
{
color: #131F4B;
}
</style>
background-color css
<style>
a { background-color: #131F4B; }
a { background-color: rgb(19,31,75); }
div.DivClassName
{
background-color: #131F4B;
}
.BgClassName
{
background-color: #131F4B;
}
</style>
border-color css
<style>
span { border-color: #131F4B; }
span { border-color: rgb(19,31,75); }
td.TdClassName
{
border-color: #131F4B;
}
.TagClassName
{
border-color: #131F4B;
}
</style>