Shades of Regal Blue #133054
Tints of Regal Blue #133054
RGB
CMYK
RGB Variations
Color information
#133054 (or 0x133054) is known color: Regal Blue. HEX triplet: 13, 30 and 54. RGB value is (19,48,84). Sum of RGB (Red+Green+Blue) = 19+48+84=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #133054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133054 is #ECCFAB. Grayscale: #2B2B2B. Windows color (decimal): -15519660 or 5517331. OLE color: 5517331.
HSL color Cylindrical-coordinate representation of color #133054: hue angle of 213.23º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133054 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 48 | 84 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.67 |
| HSL | 213.23º | 0.63% | 0.2% | - |
| HSV(B) | 213.23º | 0.77% | 0.33% | - |
| XYZ | 2.93 | 2.89 | 8.79 | - |
| YUV | 43.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 84 | 0.77 | 0.43 | 0 | 0.67 | 213.23 | 0.63 | 0.2 |
| Hex | 13 | 30 | 54 | 4D | 2B | 0 | 43 | D5 | 3F | 14 |
| Octal | 23 | 60 | 124 | 115 | 53 | 0 | 103 | 325 | 77 | 24 |
| Binary | 10011 | 110000 | 1010100 | 1001101 | 101011 | 0 | 1000011 | 11010101 | 111111 | 10100 |
Color Harmonies of #133054
Complementary color
Monochromatic Colors of #133054
Black with #133054
Text Example
Text Example
White with #133054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133054; }
p { color: rgb(19,48,84); }
H1.HeaderClassName
{
color: #133054;
}
.AnyTagClassName
{
color: #133054;
}
</style>
background-color css
<style>
a { background-color: #133054; }
a { background-color: rgb(19,48,84); }
div.DivClassName
{
background-color: #133054;
}
.BgClassName
{
background-color: #133054;
}
</style>
border-color css
<style>
span { border-color: #133054; }
span { border-color: rgb(19,48,84); }
td.TdClassName
{
border-color: #133054;
}
.TagClassName
{
border-color: #133054;
}
</style>