Shades of Midnight Express #131938
Tints of Midnight Express #131938
RGB
CMYK
RGB Variations
Color information
#131938 (or 0x131938) is known color: Midnight Express. HEX triplet: 13, 19 and 38. RGB value is (19,25,56). Sum of RGB (Red+Green+Blue) = 19+25+56=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #131938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131938 is #ECE6C7. Grayscale: #1A1A1A. Windows color (decimal): -15525576 or 3676435. OLE color: 3676435.
HSL color Cylindrical-coordinate representation of color #131938: hue angle of 230.27º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131938 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 25 | 56 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.78 |
| HSL | 230.27º | 0.49% | 0.15% | - |
| HSV(B) | 230.27º | 0.66% | 0.22% | - |
| XYZ | 1.33 | 1.12 | 3.89 | - |
| YUV | 26.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 56 | 0.66 | 0.55 | 0 | 0.78 | 230.27 | 0.49 | 0.15 |
| Hex | 13 | 19 | 38 | 42 | 37 | 0 | 4E | E6 | 31 | F |
| Octal | 23 | 31 | 70 | 102 | 67 | 0 | 116 | 346 | 61 | 17 |
| Binary | 10011 | 11001 | 111000 | 1000010 | 110111 | 0 | 1001110 | 11100110 | 110001 | 1111 |
Color Harmonies of #131938
Complementary color
Monochromatic Colors of #131938
Black with #131938
Text Example
Text Example
White with #131938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131938; }
p { color: rgb(19,25,56); }
H1.HeaderClassName
{
color: #131938;
}
.AnyTagClassName
{
color: #131938;
}
</style>
background-color css
<style>
a { background-color: #131938; }
a { background-color: rgb(19,25,56); }
div.DivClassName
{
background-color: #131938;
}
.BgClassName
{
background-color: #131938;
}
</style>
border-color css
<style>
span { border-color: #131938; }
span { border-color: rgb(19,25,56); }
td.TdClassName
{
border-color: #131938;
}
.TagClassName
{
border-color: #131938;
}
</style>