Shades of Midnight Express #13234D
Tints of Midnight Express #13234D
RGB
CMYK
RGB Variations
Color information
#13234D (or 0x13234D) is known color: Midnight Express. HEX triplet: 13, 23 and 4D. RGB value is (19,35,77). Sum of RGB (Red+Green+Blue) = 19+35+77=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #13234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13234D is #ECDCB2. Grayscale: #222222. Windows color (decimal): -15522995 or 5055251. OLE color: 5055251.
HSL color Cylindrical-coordinate representation of color #13234D: hue angle of 223.45º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13234D is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 35 | 77 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.70 |
| HSL | 223.45º | 0.6% | 0.19% | - |
| HSV(B) | 223.45º | 0.75% | 0.3% | - |
| XYZ | 2.21 | 1.88 | 7.27 | - |
| YUV | 35 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 77 | 0.75 | 0.55 | 0 | 0.70 | 223.45 | 0.6 | 0.19 |
| Hex | 13 | 23 | 4D | 4B | 37 | 0 | 46 | DF | 3C | 13 |
| Octal | 23 | 43 | 115 | 113 | 67 | 0 | 106 | 337 | 74 | 23 |
| Binary | 10011 | 100011 | 1001101 | 1001011 | 110111 | 0 | 1000110 | 11011111 | 111100 | 10011 |
Color Harmonies of #13234D
Complementary color
Monochromatic Colors of #13234D
Black with #13234D
Text Example
Text Example
White with #13234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13234D; }
p { color: rgb(19,35,77); }
H1.HeaderClassName
{
color: #13234D;
}
.AnyTagClassName
{
color: #13234D;
}
</style>
background-color css
<style>
a { background-color: #13234D; }
a { background-color: rgb(19,35,77); }
div.DivClassName
{
background-color: #13234D;
}
.BgClassName
{
background-color: #13234D;
}
</style>
border-color css
<style>
span { border-color: #13234D; }
span { border-color: rgb(19,35,77); }
td.TdClassName
{
border-color: #13234D;
}
.TagClassName
{
border-color: #13234D;
}
</style>