Shades of Midnight #13294D
Tints of Midnight #13294D
RGB
CMYK
RGB Variations
Color information
#13294D (or 0x13294D) is known color: Midnight. HEX triplet: 13, 29 and 4D. RGB value is (19,41,77). Sum of RGB (Red+Green+Blue) = 19+41+77=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #13294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13294D is #ECD6B2. Grayscale: #262626. Windows color (decimal): -15521459 or 5056787. OLE color: 5056787.
HSL color Cylindrical-coordinate representation of color #13294D: hue angle of 217.24º 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 #13294D is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 41 | 77 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.70 |
| HSL | 217.24º | 0.6% | 0.19% | - |
| HSV(B) | 217.24º | 0.75% | 0.3% | - |
| XYZ | 2.4 | 2.26 | 7.33 | - |
| YUV | 38.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 77 | 0.75 | 0.47 | 0 | 0.70 | 217.24 | 0.6 | 0.19 |
| Hex | 13 | 29 | 4D | 4B | 2F | 0 | 46 | D9 | 3C | 13 |
| Octal | 23 | 51 | 115 | 113 | 57 | 0 | 106 | 331 | 74 | 23 |
| Binary | 10011 | 101001 | 1001101 | 1001011 | 101111 | 0 | 1000110 | 11011001 | 111100 | 10011 |
Color Harmonies of #13294D
Complementary color
Monochromatic Colors of #13294D
Black with #13294D
Text Example
Text Example
White with #13294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13294D; }
p { color: rgb(19,41,77); }
H1.HeaderClassName
{
color: #13294D;
}
.AnyTagClassName
{
color: #13294D;
}
</style>
background-color css
<style>
a { background-color: #13294D; }
a { background-color: rgb(19,41,77); }
div.DivClassName
{
background-color: #13294D;
}
.BgClassName
{
background-color: #13294D;
}
</style>
border-color css
<style>
span { border-color: #13294D; }
span { border-color: rgb(19,41,77); }
td.TdClassName
{
border-color: #13294D;
}
.TagClassName
{
border-color: #13294D;
}
</style>