Shades of Midnight Express #131A30
Tints of Midnight Express #131A30
RGB
CMYK
RGB Variations
Color information
#131A30 (or 0x131A30) is known color: Midnight Express. HEX triplet: 13, 1A and 30. RGB value is (19,26,48). Sum of RGB (Red+Green+Blue) = 19+26+48=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #131A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A30 is #ECE5CF. Grayscale: #1A1A1A. Windows color (decimal): -15525328 or 3152403. OLE color: 3152403.
HSL color Cylindrical-coordinate representation of color #131A30: hue angle of 225.52º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131A30 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 26 | 48 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.81 |
| HSL | 225.52º | 0.43% | 0.13% | - |
| HSV(B) | 225.52º | 0.6% | 0.19% | - |
| XYZ | 1.17 | 1.09 | 2.95 | - |
| YUV | 26.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 48 | 0.60 | 0.46 | 0 | 0.81 | 225.52 | 0.43 | 0.13 |
| Hex | 13 | 1A | 30 | 3C | 2E | 0 | 51 | E2 | 2B | D |
| Octal | 23 | 32 | 60 | 74 | 56 | 0 | 121 | 342 | 53 | 15 |
| Binary | 10011 | 11010 | 110000 | 111100 | 101110 | 0 | 1010001 | 11100010 | 101011 | 1101 |
Color Harmonies of #131A30
Complementary color
Monochromatic Colors of #131A30
Black with #131A30
Text Example
Text Example
White with #131A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A30; }
p { color: rgb(19,26,48); }
H1.HeaderClassName
{
color: #131A30;
}
.AnyTagClassName
{
color: #131A30;
}
</style>
background-color css
<style>
a { background-color: #131A30; }
a { background-color: rgb(19,26,48); }
div.DivClassName
{
background-color: #131A30;
}
.BgClassName
{
background-color: #131A30;
}
</style>
border-color css
<style>
span { border-color: #131A30; }
span { border-color: rgb(19,26,48); }
td.TdClassName
{
border-color: #131A30;
}
.TagClassName
{
border-color: #131A30;
}
</style>