Shades of Midnight Express #131B4A
Tints of Midnight Express #131B4A
RGB
CMYK
RGB Variations
Color information
#131B4A (or 0x131B4A) is known color: Midnight Express. HEX triplet: 13, 1B and 4A. RGB value is (19,27,74). Sum of RGB (Red+Green+Blue) = 19+27+74=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #131B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B4A is #ECE4B5. Grayscale: #1D1D1D. Windows color (decimal): -15525046 or 4856595. OLE color: 4856595.
HSL color Cylindrical-coordinate representation of color #131B4A: hue angle of 231.27º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131B4A is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 27 | 74 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.71 |
| HSL | 231.27º | 0.59% | 0.18% | - |
| HSV(B) | 231.27º | 0.74% | 0.29% | - |
| XYZ | 1.9 | 1.42 | 6.65 | - |
| YUV | 29.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 74 | 0.74 | 0.64 | 0 | 0.71 | 231.27 | 0.59 | 0.18 |
| Hex | 13 | 1B | 4A | 4A | 40 | 0 | 47 | E7 | 3B | 12 |
| Octal | 23 | 33 | 112 | 112 | 100 | 0 | 107 | 347 | 73 | 22 |
| Binary | 10011 | 11011 | 1001010 | 1001010 | 1000000 | 0 | 1000111 | 11100111 | 111011 | 10010 |
Color Harmonies of #131B4A
Complementary color
Monochromatic Colors of #131B4A
Black with #131B4A
Text Example
Text Example
White with #131B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B4A; }
p { color: rgb(19,27,74); }
H1.HeaderClassName
{
color: #131B4A;
}
.AnyTagClassName
{
color: #131B4A;
}
</style>
background-color css
<style>
a { background-color: #131B4A; }
a { background-color: rgb(19,27,74); }
div.DivClassName
{
background-color: #131B4A;
}
.BgClassName
{
background-color: #131B4A;
}
</style>
border-color css
<style>
span { border-color: #131B4A; }
span { border-color: rgb(19,27,74); }
td.TdClassName
{
border-color: #131B4A;
}
.TagClassName
{
border-color: #131B4A;
}
</style>