Shades of Midnight Express #13123A
Tints of Midnight Express #13123A
RGB
CMYK
RGB Variations
Color information
#13123A (or 0x13123A) is known color: Midnight Express. HEX triplet: 13, 12 and 3A. RGB value is (19,18,58). Sum of RGB (Red+Green+Blue) = 19+18+58=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #13123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13123A is #ECEDC5. Grayscale: #161616. Windows color (decimal): -15527366 or 3805715. OLE color: 3805715.
HSL color Cylindrical-coordinate representation of color #13123A: hue angle of 241.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13123A is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 18 | 58 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.77 |
| HSL | 241.5º | 0.53% | 0.15% | - |
| HSV(B) | 241.5º | 0.69% | 0.23% | - |
| XYZ | 1.25 | 0.88 | 4.11 | - |
| YUV | 22.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 58 | 0.67 | 0.69 | 0 | 0.77 | 241.5 | 0.53 | 0.15 |
| Hex | 13 | 12 | 3A | 43 | 45 | 0 | 4D | F2 | 35 | F |
| Octal | 23 | 22 | 72 | 103 | 105 | 0 | 115 | 362 | 65 | 17 |
| Binary | 10011 | 10010 | 111010 | 1000011 | 1000101 | 0 | 1001101 | 11110010 | 110101 | 1111 |
Color Harmonies of #13123A
Complementary color
Monochromatic Colors of #13123A
Black with #13123A
Text Example
Text Example
White with #13123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13123A; }
p { color: rgb(19,18,58); }
H1.HeaderClassName
{
color: #13123A;
}
.AnyTagClassName
{
color: #13123A;
}
</style>
background-color css
<style>
a { background-color: #13123A; }
a { background-color: rgb(19,18,58); }
div.DivClassName
{
background-color: #13123A;
}
.BgClassName
{
background-color: #13123A;
}
</style>
border-color css
<style>
span { border-color: #13123A; }
span { border-color: rgb(19,18,58); }
td.TdClassName
{
border-color: #13123A;
}
.TagClassName
{
border-color: #13123A;
}
</style>