Shades of Midnight #13294F
Tints of Midnight #13294F
RGB
CMYK
RGB Variations
Color information
#13294F (or 0x13294F) is known color: Midnight. HEX triplet: 13, 29 and 4F. RGB value is (19,41,79). Sum of RGB (Red+Green+Blue) = 19+41+79=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #13294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13294F is #ECD6B0. Grayscale: #262626. Windows color (decimal): -15521457 or 5187859. OLE color: 5187859.
HSL color Cylindrical-coordinate representation of color #13294F: hue angle of 218º 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 #13294F is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 41 | 79 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.69 |
| HSL | 218º | 0.61% | 0.19% | - |
| HSV(B) | 218º | 0.76% | 0.31% | - |
| XYZ | 2.47 | 2.29 | 7.71 | - |
| YUV | 38.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 79 | 0.76 | 0.48 | 0 | 0.69 | 218 | 0.61 | 0.19 |
| Hex | 13 | 29 | 4F | 4C | 30 | 0 | 45 | DA | 3D | 13 |
| Octal | 23 | 51 | 117 | 114 | 60 | 0 | 105 | 332 | 75 | 23 |
| Binary | 10011 | 101001 | 1001111 | 1001100 | 110000 | 0 | 1000101 | 11011010 | 111101 | 10011 |
Color Harmonies of #13294F
Complementary color
Monochromatic Colors of #13294F
Black with #13294F
Text Example
Text Example
White with #13294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13294F; }
p { color: rgb(19,41,79); }
H1.HeaderClassName
{
color: #13294F;
}
.AnyTagClassName
{
color: #13294F;
}
</style>
background-color css
<style>
a { background-color: #13294F; }
a { background-color: rgb(19,41,79); }
div.DivClassName
{
background-color: #13294F;
}
.BgClassName
{
background-color: #13294F;
}
</style>
border-color css
<style>
span { border-color: #13294F; }
span { border-color: rgb(19,41,79); }
td.TdClassName
{
border-color: #13294F;
}
.TagClassName
{
border-color: #13294F;
}
</style>