Shades of Midnight Express #13123D
Tints of Midnight Express #13123D
RGB
CMYK
RGB Variations
Color information
#13123D (or 0x13123D) is known color: Midnight Express. HEX triplet: 13, 12 and 3D. RGB value is (19,18,61). Sum of RGB (Red+Green+Blue) = 19+18+61=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #13123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13123D is #ECEDC2. Grayscale: #171717. Windows color (decimal): -15527363 or 4002323. OLE color: 4002323.
HSL color Cylindrical-coordinate representation of color #13123D: hue angle of 241.4º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13123D is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 18 | 61 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.76 |
| HSL | 241.4º | 0.54% | 0.15% | - |
| HSV(B) | 241.4º | 0.7% | 0.24% | - |
| XYZ | 1.33 | 0.91 | 4.52 | - |
| YUV | 23.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 61 | 0.69 | 0.70 | 0 | 0.76 | 241.4 | 0.54 | 0.15 |
| Hex | 13 | 12 | 3D | 45 | 46 | 0 | 4C | F1 | 36 | F |
| Octal | 23 | 22 | 75 | 105 | 106 | 0 | 114 | 361 | 66 | 17 |
| Binary | 10011 | 10010 | 111101 | 1000101 | 1000110 | 0 | 1001100 | 11110001 | 110110 | 1111 |
Color Harmonies of #13123D
Complementary color
Monochromatic Colors of #13123D
Black with #13123D
Text Example
Text Example
White with #13123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13123D; }
p { color: rgb(19,18,61); }
H1.HeaderClassName
{
color: #13123D;
}
.AnyTagClassName
{
color: #13123D;
}
</style>
background-color css
<style>
a { background-color: #13123D; }
a { background-color: rgb(19,18,61); }
div.DivClassName
{
background-color: #13123D;
}
.BgClassName
{
background-color: #13123D;
}
</style>
border-color css
<style>
span { border-color: #13123D; }
span { border-color: rgb(19,18,61); }
td.TdClassName
{
border-color: #13123D;
}
.TagClassName
{
border-color: #13123D;
}
</style>