Shades of Midnight #132A50
Tints of Midnight #132A50
RGB
CMYK
RGB Variations
Color information
#132A50 (or 0x132A50) is known color: Midnight. HEX triplet: 13, 2A and 50. RGB value is (19,42,80). Sum of RGB (Red+Green+Blue) = 19+42+80=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #132A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A50 is #ECD5AF. Grayscale: #272727. Windows color (decimal): -15521200 or 5253651. OLE color: 5253651.
HSL color Cylindrical-coordinate representation of color #132A50: hue angle of 217.38º degrees, saturation: 0.62, 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 #132A50 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 42 | 80 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.69 |
| HSL | 217.38º | 0.62% | 0.19% | - |
| HSV(B) | 217.38º | 0.76% | 0.31% | - |
| XYZ | 2.54 | 2.37 | 7.91 | - |
| YUV | 39.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 80 | 0.76 | 0.48 | 0 | 0.69 | 217.38 | 0.62 | 0.19 |
| Hex | 13 | 2A | 50 | 4C | 30 | 0 | 45 | D9 | 3E | 13 |
| Octal | 23 | 52 | 120 | 114 | 60 | 0 | 105 | 331 | 76 | 23 |
| Binary | 10011 | 101010 | 1010000 | 1001100 | 110000 | 0 | 1000101 | 11011001 | 111110 | 10011 |
Color Harmonies of #132A50
Complementary color
Monochromatic Colors of #132A50
Black with #132A50
Text Example
Text Example
White with #132A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A50; }
p { color: rgb(19,42,80); }
H1.HeaderClassName
{
color: #132A50;
}
.AnyTagClassName
{
color: #132A50;
}
</style>
background-color css
<style>
a { background-color: #132A50; }
a { background-color: rgb(19,42,80); }
div.DivClassName
{
background-color: #132A50;
}
.BgClassName
{
background-color: #132A50;
}
</style>
border-color css
<style>
span { border-color: #132A50; }
span { border-color: rgb(19,42,80); }
td.TdClassName
{
border-color: #132A50;
}
.TagClassName
{
border-color: #132A50;
}
</style>