Shades of Midnight #132846
Tints of Midnight #132846
RGB
CMYK
RGB Variations
Color information
#132846 (or 0x132846) is known color: Midnight. HEX triplet: 13, 28 and 46. RGB value is (19,40,70). Sum of RGB (Red+Green+Blue) = 19+40+70=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #132846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132846 is #ECD7B9. Grayscale: #252525. Windows color (decimal): -15521722 or 4597779. OLE color: 4597779.
HSL color Cylindrical-coordinate representation of color #132846: hue angle of 215.29º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132846 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 40 | 70 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.73 |
| HSL | 215.29º | 0.57% | 0.17% | - |
| HSV(B) | 215.29º | 0.73% | 0.27% | - |
| XYZ | 2.13 | 2.1 | 6.09 | - |
| YUV | 37.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 70 | 0.73 | 0.43 | 0 | 0.73 | 215.29 | 0.57 | 0.17 |
| Hex | 13 | 28 | 46 | 49 | 2B | 0 | 49 | D7 | 39 | 11 |
| Octal | 23 | 50 | 106 | 111 | 53 | 0 | 111 | 327 | 71 | 21 |
| Binary | 10011 | 101000 | 1000110 | 1001001 | 101011 | 0 | 1001001 | 11010111 | 111001 | 10001 |
Color Harmonies of #132846
Complementary color
Monochromatic Colors of #132846
Black with #132846
Text Example
Text Example
White with #132846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132846; }
p { color: rgb(19,40,70); }
H1.HeaderClassName
{
color: #132846;
}
.AnyTagClassName
{
color: #132846;
}
</style>
background-color css
<style>
a { background-color: #132846; }
a { background-color: rgb(19,40,70); }
div.DivClassName
{
background-color: #132846;
}
.BgClassName
{
background-color: #132846;
}
</style>
border-color css
<style>
span { border-color: #132846; }
span { border-color: rgb(19,40,70); }
td.TdClassName
{
border-color: #132846;
}
.TagClassName
{
border-color: #132846;
}
</style>