Shades of Midnight Express #13163A
Tints of Midnight Express #13163A
RGB
CMYK
RGB Variations
Color information
#13163A (or 0x13163A) is known color: Midnight Express. HEX triplet: 13, 16 and 3A. RGB value is (19,22,58). Sum of RGB (Red+Green+Blue) = 19+22+58=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #13163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13163A is #ECE9C5. Grayscale: #191919. Windows color (decimal): -15526342 or 3806739. OLE color: 3806739.
HSL color Cylindrical-coordinate representation of color #13163A: hue angle of 235.38º 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 #13163A is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 22 | 58 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.77 |
| HSL | 235.38º | 0.51% | 0.15% | - |
| HSV(B) | 235.38º | 0.67% | 0.23% | - |
| XYZ | 1.32 | 1.02 | 4.13 | - |
| YUV | 25.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 58 | 0.67 | 0.62 | 0 | 0.77 | 235.38 | 0.51 | 0.15 |
| Hex | 13 | 16 | 3A | 43 | 3E | 0 | 4D | EB | 33 | F |
| Octal | 23 | 26 | 72 | 103 | 76 | 0 | 115 | 353 | 63 | 17 |
| Binary | 10011 | 10110 | 111010 | 1000011 | 111110 | 0 | 1001101 | 11101011 | 110011 | 1111 |
Color Harmonies of #13163A
Complementary color
Monochromatic Colors of #13163A
Black with #13163A
Text Example
Text Example
White with #13163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13163A; }
p { color: rgb(19,22,58); }
H1.HeaderClassName
{
color: #13163A;
}
.AnyTagClassName
{
color: #13163A;
}
</style>
background-color css
<style>
a { background-color: #13163A; }
a { background-color: rgb(19,22,58); }
div.DivClassName
{
background-color: #13163A;
}
.BgClassName
{
background-color: #13163A;
}
</style>
border-color css
<style>
span { border-color: #13163A; }
span { border-color: rgb(19,22,58); }
td.TdClassName
{
border-color: #13163A;
}
.TagClassName
{
border-color: #13163A;
}
</style>