Shades of Midnight #132D48
Tints of Midnight #132D48
RGB
CMYK
RGB Variations
Color information
#132D48 (or 0x132D48) is known color: Midnight. HEX triplet: 13, 2D and 48. RGB value is (19,45,72). Sum of RGB (Red+Green+Blue) = 19+45+72=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #132D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D48 is #ECD2B7. Grayscale: #282828. Windows color (decimal): -15520440 or 4730131. OLE color: 4730131.
HSL color Cylindrical-coordinate representation of color #132D48: hue angle of 210.57º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132D48 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 45 | 72 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.72 |
| HSL | 210.57º | 0.58% | 0.18% | - |
| HSV(B) | 210.57º | 0.74% | 0.28% | - |
| XYZ | 2.38 | 2.48 | 6.48 | - |
| YUV | 40.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 72 | 0.74 | 0.38 | 0 | 0.72 | 210.57 | 0.58 | 0.18 |
| Hex | 13 | 2D | 48 | 4A | 26 | 0 | 48 | D3 | 3A | 12 |
| Octal | 23 | 55 | 110 | 112 | 46 | 0 | 110 | 323 | 72 | 22 |
| Binary | 10011 | 101101 | 1001000 | 1001010 | 100110 | 0 | 1001000 | 11010011 | 111010 | 10010 |
Color Harmonies of #132D48
Complementary color
Monochromatic Colors of #132D48
Black with #132D48
Text Example
Text Example
White with #132D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D48; }
p { color: rgb(19,45,72); }
H1.HeaderClassName
{
color: #132D48;
}
.AnyTagClassName
{
color: #132D48;
}
</style>
background-color css
<style>
a { background-color: #132D48; }
a { background-color: rgb(19,45,72); }
div.DivClassName
{
background-color: #132D48;
}
.BgClassName
{
background-color: #132D48;
}
</style>
border-color css
<style>
span { border-color: #132D48; }
span { border-color: rgb(19,45,72); }
td.TdClassName
{
border-color: #132D48;
}
.TagClassName
{
border-color: #132D48;
}
</style>