Shades of Midnight #132C4D
Tints of Midnight #132C4D
RGB
CMYK
RGB Variations
Color information
#132C4D (or 0x132C4D) is known color: Midnight. HEX triplet: 13, 2C and 4D. RGB value is (19,44,77). Sum of RGB (Red+Green+Blue) = 19+44+77=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #132C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C4D is #ECD3B2. Grayscale: #282828. Windows color (decimal): -15520691 or 5057555. OLE color: 5057555.
HSL color Cylindrical-coordinate representation of color #132C4D: hue angle of 214.14º 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 #132C4D is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 44 | 77 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.70 |
| HSL | 214.14º | 0.6% | 0.19% | - |
| HSV(B) | 214.14º | 0.75% | 0.3% | - |
| XYZ | 2.51 | 2.48 | 7.37 | - |
| YUV | 40.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 77 | 0.75 | 0.43 | 0 | 0.70 | 214.14 | 0.6 | 0.19 |
| Hex | 13 | 2C | 4D | 4B | 2B | 0 | 46 | D6 | 3C | 13 |
| Octal | 23 | 54 | 115 | 113 | 53 | 0 | 106 | 326 | 74 | 23 |
| Binary | 10011 | 101100 | 1001101 | 1001011 | 101011 | 0 | 1000110 | 11010110 | 111100 | 10011 |
Color Harmonies of #132C4D
Complementary color
Monochromatic Colors of #132C4D
Black with #132C4D
Text Example
Text Example
White with #132C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C4D; }
p { color: rgb(19,44,77); }
H1.HeaderClassName
{
color: #132C4D;
}
.AnyTagClassName
{
color: #132C4D;
}
</style>
background-color css
<style>
a { background-color: #132C4D; }
a { background-color: rgb(19,44,77); }
div.DivClassName
{
background-color: #132C4D;
}
.BgClassName
{
background-color: #132C4D;
}
</style>
border-color css
<style>
span { border-color: #132C4D; }
span { border-color: rgb(19,44,77); }
td.TdClassName
{
border-color: #132C4D;
}
.TagClassName
{
border-color: #132C4D;
}
</style>