Shades of Midnight Express #13184A
Tints of Midnight Express #13184A
RGB
CMYK
RGB Variations
Color information
#13184A (or 0x13184A) is known color: Midnight Express. HEX triplet: 13, 18 and 4A. RGB value is (19,24,74). Sum of RGB (Red+Green+Blue) = 19+24+74=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #13184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13184A is #ECE7B5. Grayscale: #1C1C1C. Windows color (decimal): -15525814 or 4855827. OLE color: 4855827.
HSL color Cylindrical-coordinate representation of color #13184A: hue angle of 234.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13184A is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 24 | 74 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.71 |
| HSL | 234.55º | 0.59% | 0.18% | - |
| HSV(B) | 234.55º | 0.74% | 0.29% | - |
| XYZ | 1.83 | 1.29 | 6.63 | - |
| YUV | 28.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 74 | 0.74 | 0.68 | 0 | 0.71 | 234.55 | 0.59 | 0.18 |
| Hex | 13 | 18 | 4A | 4A | 44 | 0 | 47 | EB | 3B | 12 |
| Octal | 23 | 30 | 112 | 112 | 104 | 0 | 107 | 353 | 73 | 22 |
| Binary | 10011 | 11000 | 1001010 | 1001010 | 1000100 | 0 | 1000111 | 11101011 | 111011 | 10010 |
Color Harmonies of #13184A
Complementary color
Monochromatic Colors of #13184A
Black with #13184A
Text Example
Text Example
White with #13184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13184A; }
p { color: rgb(19,24,74); }
H1.HeaderClassName
{
color: #13184A;
}
.AnyTagClassName
{
color: #13184A;
}
</style>
background-color css
<style>
a { background-color: #13184A; }
a { background-color: rgb(19,24,74); }
div.DivClassName
{
background-color: #13184A;
}
.BgClassName
{
background-color: #13184A;
}
</style>
border-color css
<style>
span { border-color: #13184A; }
span { border-color: rgb(19,24,74); }
td.TdClassName
{
border-color: #13184A;
}
.TagClassName
{
border-color: #13184A;
}
</style>