Shades of Midnight Express #13133A
Tints of Midnight Express #13133A
RGB
CMYK
RGB Variations
Color information
#13133A (or 0x13133A) is known color: Midnight Express. HEX triplet: 13, 13 and 3A. RGB value is (19,19,58). Sum of RGB (Red+Green+Blue) = 19+19+58=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #13133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13133A is #ECECC5. Grayscale: #171717. Windows color (decimal): -15527110 or 3805971. OLE color: 3805971.
HSL color Cylindrical-coordinate representation of color #13133A: hue angle of 240º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13133A is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 19 | 58 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.77 |
| HSL | 240º | 0.51% | 0.15% | - |
| HSV(B) | 240º | 0.67% | 0.23% | - |
| XYZ | 1.27 | 0.91 | 4.11 | - |
| YUV | 23.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 58 | 0.67 | 0.67 | 0 | 0.77 | 240 | 0.51 | 0.15 |
| Hex | 13 | 13 | 3A | 43 | 43 | 0 | 4D | F0 | 33 | F |
| Octal | 23 | 23 | 72 | 103 | 103 | 0 | 115 | 360 | 63 | 17 |
| Binary | 10011 | 10011 | 111010 | 1000011 | 1000011 | 0 | 1001101 | 11110000 | 110011 | 1111 |
Color Harmonies of #13133A
Complementary color
Monochromatic Colors of #13133A
Black with #13133A
Text Example
Text Example
White with #13133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13133A; }
p { color: rgb(19,19,58); }
H1.HeaderClassName
{
color: #13133A;
}
.AnyTagClassName
{
color: #13133A;
}
</style>
background-color css
<style>
a { background-color: #13133A; }
a { background-color: rgb(19,19,58); }
div.DivClassName
{
background-color: #13133A;
}
.BgClassName
{
background-color: #13133A;
}
</style>
border-color css
<style>
span { border-color: #13133A; }
span { border-color: rgb(19,19,58); }
td.TdClassName
{
border-color: #13133A;
}
.TagClassName
{
border-color: #13133A;
}
</style>