Shades of Midnight Express #13223A
Tints of Midnight Express #13223A
RGB
CMYK
RGB Variations
Color information
#13223A (or 0x13223A) is known color: Midnight Express. HEX triplet: 13, 22 and 3A. RGB value is (19,34,58). Sum of RGB (Red+Green+Blue) = 19+34+58=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #13223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13223A is #ECDDC5. Grayscale: #202020. Windows color (decimal): -15523270 or 3809811. OLE color: 3809811.
HSL color Cylindrical-coordinate representation of color #13223A: hue angle of 216.92º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13223A is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 34 | 58 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.77 |
| HSL | 216.92º | 0.51% | 0.15% | - |
| HSV(B) | 216.92º | 0.67% | 0.23% | - |
| XYZ | 1.6 | 1.59 | 4.22 | - |
| YUV | 32.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 58 | 0.67 | 0.41 | 0 | 0.77 | 216.92 | 0.51 | 0.15 |
| Hex | 13 | 22 | 3A | 43 | 29 | 0 | 4D | D9 | 33 | F |
| Octal | 23 | 42 | 72 | 103 | 51 | 0 | 115 | 331 | 63 | 17 |
| Binary | 10011 | 100010 | 111010 | 1000011 | 101001 | 0 | 1001101 | 11011001 | 110011 | 1111 |
Color Harmonies of #13223A
Complementary color
Monochromatic Colors of #13223A
Black with #13223A
Text Example
Text Example
White with #13223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13223A; }
p { color: rgb(19,34,58); }
H1.HeaderClassName
{
color: #13223A;
}
.AnyTagClassName
{
color: #13223A;
}
</style>
background-color css
<style>
a { background-color: #13223A; }
a { background-color: rgb(19,34,58); }
div.DivClassName
{
background-color: #13223A;
}
.BgClassName
{
background-color: #13223A;
}
</style>
border-color css
<style>
span { border-color: #13223A; }
span { border-color: rgb(19,34,58); }
td.TdClassName
{
border-color: #13223A;
}
.TagClassName
{
border-color: #13223A;
}
</style>