Shades of Regal Blue #133A50
Tints of Regal Blue #133A50
RGB
CMYK
RGB Variations
Color information
#133A50 (or 0x133A50) is known color: Regal Blue. HEX triplet: 13, 3A and 50. RGB value is (19,58,80). Sum of RGB (Red+Green+Blue) = 19+58+80=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #133A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A50 is #ECC5AF. Grayscale: #303030. Windows color (decimal): -15517104 or 5257747. OLE color: 5257747.
HSL color Cylindrical-coordinate representation of color #133A50: hue angle of 201.64º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133A50 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 58 | 80 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.69 |
| HSL | 201.64º | 0.62% | 0.19% | - |
| HSV(B) | 201.64º | 0.76% | 0.31% | - |
| XYZ | 3.23 | 3.74 | 8.14 | - |
| YUV | 48.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 80 | 0.76 | 0.28 | 0 | 0.69 | 201.64 | 0.62 | 0.19 |
| Hex | 13 | 3A | 50 | 4C | 1C | 0 | 45 | CA | 3E | 13 |
| Octal | 23 | 72 | 120 | 114 | 34 | 0 | 105 | 312 | 76 | 23 |
| Binary | 10011 | 111010 | 1010000 | 1001100 | 11100 | 0 | 1000101 | 11001010 | 111110 | 10011 |
Color Harmonies of #133A50
Complementary color
Monochromatic Colors of #133A50
Black with #133A50
Text Example
Text Example
White with #133A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A50; }
p { color: rgb(19,58,80); }
H1.HeaderClassName
{
color: #133A50;
}
.AnyTagClassName
{
color: #133A50;
}
</style>
background-color css
<style>
a { background-color: #133A50; }
a { background-color: rgb(19,58,80); }
div.DivClassName
{
background-color: #133A50;
}
.BgClassName
{
background-color: #133A50;
}
</style>
border-color css
<style>
span { border-color: #133A50; }
span { border-color: rgb(19,58,80); }
td.TdClassName
{
border-color: #133A50;
}
.TagClassName
{
border-color: #133A50;
}
</style>