Shades of Midnight Express #13163E
Tints of Midnight Express #13163E
RGB
CMYK
RGB Variations
Color information
#13163E (or 0x13163E) is known color: Midnight Express. HEX triplet: 13, 16 and 3E. RGB value is (19,22,62). Sum of RGB (Red+Green+Blue) = 19+22+62=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #13163E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13163E is #ECE9C1. Grayscale: #191919. Windows color (decimal): -15526338 or 4068883. OLE color: 4068883.
HSL color Cylindrical-coordinate representation of color #13163E: hue angle of 235.81º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13163E is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 22 | 62 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.76 |
| HSL | 235.81º | 0.53% | 0.16% | - |
| HSV(B) | 235.81º | 0.69% | 0.24% | - |
| XYZ | 1.42 | 1.06 | 4.69 | - |
| YUV | 25.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 62 | 0.69 | 0.65 | 0 | 0.76 | 235.81 | 0.53 | 0.16 |
| Hex | 13 | 16 | 3E | 45 | 41 | 0 | 4C | EC | 35 | 10 |
| Octal | 23 | 26 | 76 | 105 | 101 | 0 | 114 | 354 | 65 | 20 |
| Binary | 10011 | 10110 | 111110 | 1000101 | 1000001 | 0 | 1001100 | 11101100 | 110101 | 10000 |
Color Harmonies of #13163E
Complementary color
Monochromatic Colors of #13163E
Black with #13163E
Text Example
Text Example
White with #13163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13163E; }
p { color: rgb(19,22,62); }
H1.HeaderClassName
{
color: #13163E;
}
.AnyTagClassName
{
color: #13163E;
}
</style>
background-color css
<style>
a { background-color: #13163E; }
a { background-color: rgb(19,22,62); }
div.DivClassName
{
background-color: #13163E;
}
.BgClassName
{
background-color: #13163E;
}
</style>
border-color css
<style>
span { border-color: #13163E; }
span { border-color: rgb(19,22,62); }
td.TdClassName
{
border-color: #13163E;
}
.TagClassName
{
border-color: #13163E;
}
</style>