Shades of Midnight Express #13163B
Tints of Midnight Express #13163B
RGB
CMYK
RGB Variations
Color information
#13163B (or 0x13163B) is known color: Midnight Express. HEX triplet: 13, 16 and 3B. RGB value is (19,22,59). Sum of RGB (Red+Green+Blue) = 19+22+59=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #13163B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13163B is #ECE9C4. Grayscale: #191919. Windows color (decimal): -15526341 or 3872275. OLE color: 3872275.
HSL color Cylindrical-coordinate representation of color #13163B: hue angle of 235.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13163B is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 22 | 59 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.77 |
| HSL | 235.5º | 0.51% | 0.15% | - |
| HSV(B) | 235.5º | 0.68% | 0.23% | - |
| XYZ | 1.34 | 1.03 | 4.27 | - |
| YUV | 25.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 59 | 0.68 | 0.63 | 0 | 0.77 | 235.5 | 0.51 | 0.15 |
| Hex | 13 | 16 | 3B | 44 | 3F | 0 | 4D | EC | 33 | F |
| Octal | 23 | 26 | 73 | 104 | 77 | 0 | 115 | 354 | 63 | 17 |
| Binary | 10011 | 10110 | 111011 | 1000100 | 111111 | 0 | 1001101 | 11101100 | 110011 | 1111 |
Color Harmonies of #13163B
Complementary color
Monochromatic Colors of #13163B
Black with #13163B
Text Example
Text Example
White with #13163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13163B; }
p { color: rgb(19,22,59); }
H1.HeaderClassName
{
color: #13163B;
}
.AnyTagClassName
{
color: #13163B;
}
</style>
background-color css
<style>
a { background-color: #13163B; }
a { background-color: rgb(19,22,59); }
div.DivClassName
{
background-color: #13163B;
}
.BgClassName
{
background-color: #13163B;
}
</style>
border-color css
<style>
span { border-color: #13163B; }
span { border-color: rgb(19,22,59); }
td.TdClassName
{
border-color: #13163B;
}
.TagClassName
{
border-color: #13163B;
}
</style>