Shades of Regal Blue #133A60
Tints of Regal Blue #133A60
RGB
CMYK
RGB Variations
Color information
#133A60 (or 0x133A60) is known color: Regal Blue. HEX triplet: 13, 3A and 60. RGB value is (19,58,96). Sum of RGB (Red+Green+Blue) = 19+58+96=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #133A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A60 is #ECC59F. Grayscale: #323232. Windows color (decimal): -15517088 or 6306323. OLE color: 6306323.
HSL color Cylindrical-coordinate representation of color #133A60: hue angle of 209.61º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133A60 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 58 | 96 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.62 |
| HSL | 209.61º | 0.67% | 0.23% | - |
| HSV(B) | 209.61º | 0.8% | 0.38% | - |
| XYZ | 3.89 | 4.01 | 11.63 | - |
| YUV | 50.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 96 | 0.80 | 0.40 | 0 | 0.62 | 209.61 | 0.67 | 0.23 |
| Hex | 13 | 3A | 60 | 50 | 28 | 0 | 3E | D2 | 43 | 17 |
| Octal | 23 | 72 | 140 | 120 | 50 | 0 | 76 | 322 | 103 | 27 |
| Binary | 10011 | 111010 | 1100000 | 1010000 | 101000 | 0 | 111110 | 11010010 | 1000011 | 10111 |
Color Harmonies of #133A60
Complementary color
Monochromatic Colors of #133A60
Black with #133A60
Text Example
Text Example
White with #133A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A60; }
p { color: rgb(19,58,96); }
H1.HeaderClassName
{
color: #133A60;
}
.AnyTagClassName
{
color: #133A60;
}
</style>
background-color css
<style>
a { background-color: #133A60; }
a { background-color: rgb(19,58,96); }
div.DivClassName
{
background-color: #133A60;
}
.BgClassName
{
background-color: #133A60;
}
</style>
border-color css
<style>
span { border-color: #133A60; }
span { border-color: rgb(19,58,96); }
td.TdClassName
{
border-color: #133A60;
}
.TagClassName
{
border-color: #133A60;
}
</style>