Shades of Midnight Express #13234F
Tints of Midnight Express #13234F
RGB
CMYK
RGB Variations
Color information
#13234F (or 0x13234F) is known color: Midnight Express. HEX triplet: 13, 23 and 4F. RGB value is (19,35,79). Sum of RGB (Red+Green+Blue) = 19+35+79=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #13234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13234F is #ECDCB0. Grayscale: #232323. Windows color (decimal): -15522993 or 5186323. OLE color: 5186323.
HSL color Cylindrical-coordinate representation of color #13234F: hue angle of 224º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13234F is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 35 | 79 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.69 |
| HSL | 224º | 0.61% | 0.19% | - |
| HSV(B) | 224º | 0.76% | 0.31% | - |
| XYZ | 2.28 | 1.91 | 7.64 | - |
| YUV | 35.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 79 | 0.76 | 0.56 | 0 | 0.69 | 224 | 0.61 | 0.19 |
| Hex | 13 | 23 | 4F | 4C | 38 | 0 | 45 | E0 | 3D | 13 |
| Octal | 23 | 43 | 117 | 114 | 70 | 0 | 105 | 340 | 75 | 23 |
| Binary | 10011 | 100011 | 1001111 | 1001100 | 111000 | 0 | 1000101 | 11100000 | 111101 | 10011 |
Color Harmonies of #13234F
Complementary color
Monochromatic Colors of #13234F
Black with #13234F
Text Example
Text Example
White with #13234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13234F; }
p { color: rgb(19,35,79); }
H1.HeaderClassName
{
color: #13234F;
}
.AnyTagClassName
{
color: #13234F;
}
</style>
background-color css
<style>
a { background-color: #13234F; }
a { background-color: rgb(19,35,79); }
div.DivClassName
{
background-color: #13234F;
}
.BgClassName
{
background-color: #13234F;
}
</style>
border-color css
<style>
span { border-color: #13234F; }
span { border-color: rgb(19,35,79); }
td.TdClassName
{
border-color: #13234F;
}
.TagClassName
{
border-color: #13234F;
}
</style>