Shades of Regal Blue #133559
Tints of Regal Blue #133559
RGB
CMYK
RGB Variations
Color information
#133559 (or 0x133559) is known color: Regal Blue. HEX triplet: 13, 35 and 59. RGB value is (19,53,89). Sum of RGB (Red+Green+Blue) = 19+53+89=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #133559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133559 is #ECCAA6. Grayscale: #2E2E2E. Windows color (decimal): -15518375 or 5846291. OLE color: 5846291.
HSL color Cylindrical-coordinate representation of color #133559: hue angle of 210.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133559 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 53 | 89 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.65 |
| HSL | 210.86º | 0.65% | 0.21% | - |
| HSV(B) | 210.86º | 0.79% | 0.35% | - |
| XYZ | 3.34 | 3.41 | 9.93 | - |
| YUV | 46.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 89 | 0.79 | 0.40 | 0 | 0.65 | 210.86 | 0.65 | 0.21 |
| Hex | 13 | 35 | 59 | 4F | 28 | 0 | 41 | D3 | 41 | 15 |
| Octal | 23 | 65 | 131 | 117 | 50 | 0 | 101 | 323 | 101 | 25 |
| Binary | 10011 | 110101 | 1011001 | 1001111 | 101000 | 0 | 1000001 | 11010011 | 1000001 | 10101 |
Color Harmonies of #133559
Complementary color
Monochromatic Colors of #133559
Black with #133559
Text Example
Text Example
White with #133559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133559; }
p { color: rgb(19,53,89); }
H1.HeaderClassName
{
color: #133559;
}
.AnyTagClassName
{
color: #133559;
}
</style>
background-color css
<style>
a { background-color: #133559; }
a { background-color: rgb(19,53,89); }
div.DivClassName
{
background-color: #133559;
}
.BgClassName
{
background-color: #133559;
}
</style>
border-color css
<style>
span { border-color: #133559; }
span { border-color: rgb(19,53,89); }
td.TdClassName
{
border-color: #133559;
}
.TagClassName
{
border-color: #133559;
}
</style>