Shades of Regal Blue #132F51
Tints of Regal Blue #132F51
RGB
CMYK
RGB Variations
Color information
#132F51 (or 0x132F51) is known color: Regal Blue. HEX triplet: 13, 2F and 51. RGB value is (19,47,81). Sum of RGB (Red+Green+Blue) = 19+47+81=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #132F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F51 is #ECD0AE. Grayscale: #2A2A2A. Windows color (decimal): -15519919 or 5320467. OLE color: 5320467.
HSL color Cylindrical-coordinate representation of color #132F51: hue angle of 212.9º 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 #132F51 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 47 | 81 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.68 |
| HSL | 212.9º | 0.62% | 0.2% | - |
| HSV(B) | 212.9º | 0.77% | 0.32% | - |
| XYZ | 2.77 | 2.77 | 8.17 | - |
| YUV | 42.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 81 | 0.77 | 0.42 | 0 | 0.68 | 212.9 | 0.62 | 0.2 |
| Hex | 13 | 2F | 51 | 4D | 2A | 0 | 44 | D5 | 3E | 14 |
| Octal | 23 | 57 | 121 | 115 | 52 | 0 | 104 | 325 | 76 | 24 |
| Binary | 10011 | 101111 | 1010001 | 1001101 | 101010 | 0 | 1000100 | 11010101 | 111110 | 10100 |
Color Harmonies of #132F51
Complementary color
Monochromatic Colors of #132F51
Black with #132F51
Text Example
Text Example
White with #132F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F51; }
p { color: rgb(19,47,81); }
H1.HeaderClassName
{
color: #132F51;
}
.AnyTagClassName
{
color: #132F51;
}
</style>
background-color css
<style>
a { background-color: #132F51; }
a { background-color: rgb(19,47,81); }
div.DivClassName
{
background-color: #132F51;
}
.BgClassName
{
background-color: #132F51;
}
</style>
border-color css
<style>
span { border-color: #132F51; }
span { border-color: rgb(19,47,81); }
td.TdClassName
{
border-color: #132F51;
}
.TagClassName
{
border-color: #132F51;
}
</style>