Shades of Midnight Express #13234C
Tints of Midnight Express #13234C
RGB
CMYK
RGB Variations
Color information
#13234C (or 0x13234C) is known color: Midnight Express. HEX triplet: 13, 23 and 4C. RGB value is (19,35,76). Sum of RGB (Red+Green+Blue) = 19+35+76=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #13234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13234C is #ECDCB3. Grayscale: #222222. Windows color (decimal): -15522996 or 4989715. OLE color: 4989715.
HSL color Cylindrical-coordinate representation of color #13234C: hue angle of 223.16º 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 #13234C is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 35 | 76 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.70 |
| HSL | 223.16º | 0.6% | 0.19% | - |
| HSV(B) | 223.16º | 0.75% | 0.3% | - |
| XYZ | 2.17 | 1.86 | 7.08 | - |
| YUV | 34.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 76 | 0.75 | 0.54 | 0 | 0.70 | 223.16 | 0.6 | 0.19 |
| Hex | 13 | 23 | 4C | 4B | 36 | 0 | 46 | DF | 3C | 13 |
| Octal | 23 | 43 | 114 | 113 | 66 | 0 | 106 | 337 | 74 | 23 |
| Binary | 10011 | 100011 | 1001100 | 1001011 | 110110 | 0 | 1000110 | 11011111 | 111100 | 10011 |
Color Harmonies of #13234C
Complementary color
Monochromatic Colors of #13234C
Black with #13234C
Text Example
Text Example
White with #13234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13234C; }
p { color: rgb(19,35,76); }
H1.HeaderClassName
{
color: #13234C;
}
.AnyTagClassName
{
color: #13234C;
}
</style>
background-color css
<style>
a { background-color: #13234C; }
a { background-color: rgb(19,35,76); }
div.DivClassName
{
background-color: #13234C;
}
.BgClassName
{
background-color: #13234C;
}
</style>
border-color css
<style>
span { border-color: #13234C; }
span { border-color: rgb(19,35,76); }
td.TdClassName
{
border-color: #13234C;
}
.TagClassName
{
border-color: #13234C;
}
</style>