Shades of Regal Blue #133553
Tints of Regal Blue #133553
RGB
CMYK
RGB Variations
Color information
#133553 (or 0x133553) is known color: Regal Blue. HEX triplet: 13, 35 and 53. RGB value is (19,53,83). Sum of RGB (Red+Green+Blue) = 19+53+83=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #133553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133553 is #ECCAAC. Grayscale: #2E2E2E. Windows color (decimal): -15518381 or 5453075. OLE color: 5453075.
HSL color Cylindrical-coordinate representation of color #133553: hue angle of 208.12º 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 #133553 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 53 | 83 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.67 |
| HSL | 208.13º | 0.63% | 0.2% | - |
| HSV(B) | 208.13º | 0.77% | 0.33% | - |
| XYZ | 3.1 | 3.31 | 8.66 | - |
| YUV | 46.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 83 | 0.77 | 0.36 | 0 | 0.67 | 208.13 | 0.63 | 0.2 |
| Hex | 13 | 35 | 53 | 4D | 24 | 0 | 43 | D0 | 3F | 14 |
| Octal | 23 | 65 | 123 | 115 | 44 | 0 | 103 | 320 | 77 | 24 |
| Binary | 10011 | 110101 | 1010011 | 1001101 | 100100 | 0 | 1000011 | 11010000 | 111111 | 10100 |
Color Harmonies of #133553
Complementary color
Monochromatic Colors of #133553
Black with #133553
Text Example
Text Example
White with #133553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133553; }
p { color: rgb(19,53,83); }
H1.HeaderClassName
{
color: #133553;
}
.AnyTagClassName
{
color: #133553;
}
</style>
background-color css
<style>
a { background-color: #133553; }
a { background-color: rgb(19,53,83); }
div.DivClassName
{
background-color: #133553;
}
.BgClassName
{
background-color: #133553;
}
</style>
border-color css
<style>
span { border-color: #133553; }
span { border-color: rgb(19,53,83); }
td.TdClassName
{
border-color: #133553;
}
.TagClassName
{
border-color: #133553;
}
</style>