Shades of Midnight #132B48
Tints of Midnight #132B48
RGB
CMYK
RGB Variations
Color information
#132B48 (or 0x132B48) is known color: Midnight. HEX triplet: 13, 2B and 48. RGB value is (19,43,72). Sum of RGB (Red+Green+Blue) = 19+43+72=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #132B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B48 is #ECD4B7. Grayscale: #262626. Windows color (decimal): -15520952 or 4729619. OLE color: 4729619.
HSL color Cylindrical-coordinate representation of color #132B48: hue angle of 212.83º 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 #132B48 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 43 | 72 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.72 |
| HSL | 212.83º | 0.58% | 0.18% | - |
| HSV(B) | 212.83º | 0.74% | 0.28% | - |
| XYZ | 2.3 | 2.33 | 6.46 | - |
| YUV | 39.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 72 | 0.74 | 0.40 | 0 | 0.72 | 212.83 | 0.58 | 0.18 |
| Hex | 13 | 2B | 48 | 4A | 28 | 0 | 48 | D5 | 3A | 12 |
| Octal | 23 | 53 | 110 | 112 | 50 | 0 | 110 | 325 | 72 | 22 |
| Binary | 10011 | 101011 | 1001000 | 1001010 | 101000 | 0 | 1001000 | 11010101 | 111010 | 10010 |
Color Harmonies of #132B48
Complementary color
Monochromatic Colors of #132B48
Black with #132B48
Text Example
Text Example
White with #132B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B48; }
p { color: rgb(19,43,72); }
H1.HeaderClassName
{
color: #132B48;
}
.AnyTagClassName
{
color: #132B48;
}
</style>
background-color css
<style>
a { background-color: #132B48; }
a { background-color: rgb(19,43,72); }
div.DivClassName
{
background-color: #132B48;
}
.BgClassName
{
background-color: #132B48;
}
</style>
border-color css
<style>
span { border-color: #132B48; }
span { border-color: rgb(19,43,72); }
td.TdClassName
{
border-color: #132B48;
}
.TagClassName
{
border-color: #132B48;
}
</style>