Shades of Midnight Express #131A4F
Tints of Midnight Express #131A4F
RGB
CMYK
RGB Variations
Color information
#131A4F (or 0x131A4F) is known color: Midnight Express. HEX triplet: 13, 1A and 4F. RGB value is (19,26,79). Sum of RGB (Red+Green+Blue) = 19+26+79=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #131A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A4F is #ECE5B0. Grayscale: #1D1D1D. Windows color (decimal): -15525297 or 5184019. OLE color: 5184019.
HSL color Cylindrical-coordinate representation of color #131A4F: hue angle of 233º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131A4F is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 26 | 79 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.69 |
| HSL | 233º | 0.61% | 0.19% | - |
| HSV(B) | 233º | 0.76% | 0.31% | - |
| XYZ | 2.05 | 1.44 | 7.57 | - |
| YUV | 29.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 79 | 0.76 | 0.67 | 0 | 0.69 | 233 | 0.61 | 0.19 |
| Hex | 13 | 1A | 4F | 4C | 43 | 0 | 45 | E9 | 3D | 13 |
| Octal | 23 | 32 | 117 | 114 | 103 | 0 | 105 | 351 | 75 | 23 |
| Binary | 10011 | 11010 | 1001111 | 1001100 | 1000011 | 0 | 1000101 | 11101001 | 111101 | 10011 |
Color Harmonies of #131A4F
Complementary color
Monochromatic Colors of #131A4F
Black with #131A4F
Text Example
Text Example
White with #131A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A4F; }
p { color: rgb(19,26,79); }
H1.HeaderClassName
{
color: #131A4F;
}
.AnyTagClassName
{
color: #131A4F;
}
</style>
background-color css
<style>
a { background-color: #131A4F; }
a { background-color: rgb(19,26,79); }
div.DivClassName
{
background-color: #131A4F;
}
.BgClassName
{
background-color: #131A4F;
}
</style>
border-color css
<style>
span { border-color: #131A4F; }
span { border-color: rgb(19,26,79); }
td.TdClassName
{
border-color: #131A4F;
}
.TagClassName
{
border-color: #131A4F;
}
</style>