Shades of Midnight Express #131B4F
Tints of Midnight Express #131B4F
RGB
CMYK
RGB Variations
Color information
#131B4F (or 0x131B4F) is known color: Midnight Express. HEX triplet: 13, 1B and 4F. RGB value is (19,27,79). Sum of RGB (Red+Green+Blue) = 19+27+79=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #131B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B4F is #ECE4B0. Grayscale: #1E1E1E. Windows color (decimal): -15525041 or 5184275. OLE color: 5184275.
HSL color Cylindrical-coordinate representation of color #131B4F: hue angle of 232º 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 #131B4F is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 27 | 79 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.69 |
| HSL | 232º | 0.61% | 0.19% | - |
| HSV(B) | 232º | 0.76% | 0.31% | - |
| XYZ | 2.07 | 1.49 | 7.57 | - |
| YUV | 30.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 79 | 0.76 | 0.66 | 0 | 0.69 | 232 | 0.61 | 0.19 |
| Hex | 13 | 1B | 4F | 4C | 42 | 0 | 45 | E8 | 3D | 13 |
| Octal | 23 | 33 | 117 | 114 | 102 | 0 | 105 | 350 | 75 | 23 |
| Binary | 10011 | 11011 | 1001111 | 1001100 | 1000010 | 0 | 1000101 | 11101000 | 111101 | 10011 |
Color Harmonies of #131B4F
Complementary color
Monochromatic Colors of #131B4F
Black with #131B4F
Text Example
Text Example
White with #131B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B4F; }
p { color: rgb(19,27,79); }
H1.HeaderClassName
{
color: #131B4F;
}
.AnyTagClassName
{
color: #131B4F;
}
</style>
background-color css
<style>
a { background-color: #131B4F; }
a { background-color: rgb(19,27,79); }
div.DivClassName
{
background-color: #131B4F;
}
.BgClassName
{
background-color: #131B4F;
}
</style>
border-color css
<style>
span { border-color: #131B4F; }
span { border-color: rgb(19,27,79); }
td.TdClassName
{
border-color: #131B4F;
}
.TagClassName
{
border-color: #131B4F;
}
</style>