Shades of Midnight #13284E
Tints of Midnight #13284E
RGB
CMYK
RGB Variations
Color information
#13284E (or 0x13284E) is known color: Midnight. HEX triplet: 13, 28 and 4E. RGB value is (19,40,78). Sum of RGB (Red+Green+Blue) = 19+40+78=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #13284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13284E is #ECD7B1. Grayscale: #252525. Windows color (decimal): -15521714 or 5122067. OLE color: 5122067.
HSL color Cylindrical-coordinate representation of color #13284E: hue angle of 218.64º 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 #13284E is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 40 | 78 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.69 |
| HSL | 218.64º | 0.61% | 0.19% | - |
| HSV(B) | 218.64º | 0.76% | 0.31% | - |
| XYZ | 2.4 | 2.21 | 7.51 | - |
| YUV | 38.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 78 | 0.76 | 0.49 | 0 | 0.69 | 218.64 | 0.61 | 0.19 |
| Hex | 13 | 28 | 4E | 4C | 31 | 0 | 45 | DB | 3D | 13 |
| Octal | 23 | 50 | 116 | 114 | 61 | 0 | 105 | 333 | 75 | 23 |
| Binary | 10011 | 101000 | 1001110 | 1001100 | 110001 | 0 | 1000101 | 11011011 | 111101 | 10011 |
Color Harmonies of #13284E
Complementary color
Monochromatic Colors of #13284E
Black with #13284E
Text Example
Text Example
White with #13284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13284E; }
p { color: rgb(19,40,78); }
H1.HeaderClassName
{
color: #13284E;
}
.AnyTagClassName
{
color: #13284E;
}
</style>
background-color css
<style>
a { background-color: #13284E; }
a { background-color: rgb(19,40,78); }
div.DivClassName
{
background-color: #13284E;
}
.BgClassName
{
background-color: #13284E;
}
</style>
border-color css
<style>
span { border-color: #13284E; }
span { border-color: rgb(19,40,78); }
td.TdClassName
{
border-color: #13284E;
}
.TagClassName
{
border-color: #13284E;
}
</style>