Shades of Regal Blue #132D52
Tints of Regal Blue #132D52
RGB
CMYK
RGB Variations
Color information
#132D52 (or 0x132D52) is known color: Regal Blue. HEX triplet: 13, 2D and 52. RGB value is (19,45,82). Sum of RGB (Red+Green+Blue) = 19+45+82=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #132D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D52 is #ECD2AD. Grayscale: #292929. Windows color (decimal): -15520430 or 5385491. OLE color: 5385491.
HSL color Cylindrical-coordinate representation of color #132D52: hue angle of 215.24º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132D52 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 45 | 82 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.68 |
| HSL | 215.24º | 0.62% | 0.2% | - |
| HSV(B) | 215.24º | 0.77% | 0.32% | - |
| XYZ | 2.73 | 2.62 | 8.35 | - |
| YUV | 41.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 82 | 0.77 | 0.45 | 0 | 0.68 | 215.24 | 0.62 | 0.2 |
| Hex | 13 | 2D | 52 | 4D | 2D | 0 | 44 | D7 | 3E | 14 |
| Octal | 23 | 55 | 122 | 115 | 55 | 0 | 104 | 327 | 76 | 24 |
| Binary | 10011 | 101101 | 1010010 | 1001101 | 101101 | 0 | 1000100 | 11010111 | 111110 | 10100 |
Color Harmonies of #132D52
Complementary color
Monochromatic Colors of #132D52
Black with #132D52
Text Example
Text Example
White with #132D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D52; }
p { color: rgb(19,45,82); }
H1.HeaderClassName
{
color: #132D52;
}
.AnyTagClassName
{
color: #132D52;
}
</style>
background-color css
<style>
a { background-color: #132D52; }
a { background-color: rgb(19,45,82); }
div.DivClassName
{
background-color: #132D52;
}
.BgClassName
{
background-color: #132D52;
}
</style>
border-color css
<style>
span { border-color: #132D52; }
span { border-color: rgb(19,45,82); }
td.TdClassName
{
border-color: #132D52;
}
.TagClassName
{
border-color: #132D52;
}
</style>