Shades of Midnight Express #131933
Tints of Midnight Express #131933
RGB
CMYK
RGB Variations
Color information
#131933 (or 0x131933) is known color: Midnight Express. HEX triplet: 13, 19 and 33. RGB value is (19,25,51). Sum of RGB (Red+Green+Blue) = 19+25+51=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #131933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131933 is #ECE6CC. Grayscale: #1A1A1A. Windows color (decimal): -15525581 or 3348755. OLE color: 3348755.
HSL color Cylindrical-coordinate representation of color #131933: hue angle of 228.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131933 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 25 | 51 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.8 |
| HSL | 228.75º | 0.46% | 0.14% | - |
| HSV(B) | 228.75º | 0.63% | 0.2% | - |
| XYZ | 1.21 | 1.07 | 3.28 | - |
| YUV | 26.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 51 | 0.63 | 0.51 | 0 | 0.8 | 228.75 | 0.46 | 0.14 |
| Hex | 13 | 19 | 33 | 3F | 33 | 0 | 50 | E5 | 2E | E |
| Octal | 23 | 31 | 63 | 77 | 63 | 0 | 120 | 345 | 56 | 16 |
| Binary | 10011 | 11001 | 110011 | 111111 | 110011 | 0 | 1010000 | 11100101 | 101110 | 1110 |
Color Harmonies of #131933
Complementary color
Monochromatic Colors of #131933
Black with #131933
Text Example
Text Example
White with #131933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131933; }
p { color: rgb(19,25,51); }
H1.HeaderClassName
{
color: #131933;
}
.AnyTagClassName
{
color: #131933;
}
</style>
background-color css
<style>
a { background-color: #131933; }
a { background-color: rgb(19,25,51); }
div.DivClassName
{
background-color: #131933;
}
.BgClassName
{
background-color: #131933;
}
</style>
border-color css
<style>
span { border-color: #131933; }
span { border-color: rgb(19,25,51); }
td.TdClassName
{
border-color: #131933;
}
.TagClassName
{
border-color: #131933;
}
</style>