Shades of Midnight #13284C
Tints of Midnight #13284C
RGB
CMYK
RGB Variations
Color information
#13284C (or 0x13284C) is known color: Midnight. HEX triplet: 13, 28 and 4C. RGB value is (19,40,76). Sum of RGB (Red+Green+Blue) = 19+40+76=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #13284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13284C is #ECD7B3. Grayscale: #252525. Windows color (decimal): -15521716 or 4990995. OLE color: 4990995.
HSL color Cylindrical-coordinate representation of color #13284C: hue angle of 217.89º 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 #13284C is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 40 | 76 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.70 |
| HSL | 217.89º | 0.6% | 0.19% | - |
| HSV(B) | 217.89º | 0.75% | 0.3% | - |
| XYZ | 2.33 | 2.18 | 7.13 | - |
| YUV | 37.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 76 | 0.75 | 0.47 | 0 | 0.70 | 217.89 | 0.6 | 0.19 |
| Hex | 13 | 28 | 4C | 4B | 2F | 0 | 46 | DA | 3C | 13 |
| Octal | 23 | 50 | 114 | 113 | 57 | 0 | 106 | 332 | 74 | 23 |
| Binary | 10011 | 101000 | 1001100 | 1001011 | 101111 | 0 | 1000110 | 11011010 | 111100 | 10011 |
Color Harmonies of #13284C
Complementary color
Monochromatic Colors of #13284C
Black with #13284C
Text Example
Text Example
White with #13284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13284C; }
p { color: rgb(19,40,76); }
H1.HeaderClassName
{
color: #13284C;
}
.AnyTagClassName
{
color: #13284C;
}
</style>
background-color css
<style>
a { background-color: #13284C; }
a { background-color: rgb(19,40,76); }
div.DivClassName
{
background-color: #13284C;
}
.BgClassName
{
background-color: #13284C;
}
</style>
border-color css
<style>
span { border-color: #13284C; }
span { border-color: rgb(19,40,76); }
td.TdClassName
{
border-color: #13284C;
}
.TagClassName
{
border-color: #13284C;
}
</style>