Shades of Midnight Express #131A35
Tints of Midnight Express #131A35
RGB
CMYK
RGB Variations
Color information
#131A35 (or 0x131A35) is known color: Midnight Express. HEX triplet: 13, 1A and 35. RGB value is (19,26,53). Sum of RGB (Red+Green+Blue) = 19+26+53=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #131A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A35 is #ECE5CA. Grayscale: #1A1A1A. Windows color (decimal): -15525323 or 3480083. OLE color: 3480083.
HSL color Cylindrical-coordinate representation of color #131A35: hue angle of 227.65º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #131A35 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 26 | 53 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.79 |
| HSL | 227.65º | 0.47% | 0.14% | - |
| HSV(B) | 227.65º | 0.64% | 0.21% | - |
| XYZ | 1.28 | 1.13 | 3.52 | - |
| YUV | 26.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 53 | 0.64 | 0.51 | 0 | 0.79 | 227.65 | 0.47 | 0.14 |
| Hex | 13 | 1A | 35 | 40 | 33 | 0 | 4F | E4 | 2F | E |
| Octal | 23 | 32 | 65 | 100 | 63 | 0 | 117 | 344 | 57 | 16 |
| Binary | 10011 | 11010 | 110101 | 1000000 | 110011 | 0 | 1001111 | 11100100 | 101111 | 1110 |
Color Harmonies of #131A35
Complementary color
Monochromatic Colors of #131A35
Black with #131A35
Text Example
Text Example
White with #131A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A35; }
p { color: rgb(19,26,53); }
H1.HeaderClassName
{
color: #131A35;
}
.AnyTagClassName
{
color: #131A35;
}
</style>
background-color css
<style>
a { background-color: #131A35; }
a { background-color: rgb(19,26,53); }
div.DivClassName
{
background-color: #131A35;
}
.BgClassName
{
background-color: #131A35;
}
</style>
border-color css
<style>
span { border-color: #131A35; }
span { border-color: rgb(19,26,53); }
td.TdClassName
{
border-color: #131A35;
}
.TagClassName
{
border-color: #131A35;
}
</style>