Shades of Regal Blue #133057
Tints of Regal Blue #133057
RGB
CMYK
RGB Variations
Color information
#133057 (or 0x133057) is known color: Regal Blue. HEX triplet: 13, 30 and 57. RGB value is (19,48,87). Sum of RGB (Red+Green+Blue) = 19+48+87=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #133057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133057 is #ECCFA8. Grayscale: #2B2B2B. Windows color (decimal): -15519657 or 5713939. OLE color: 5713939.
HSL color Cylindrical-coordinate representation of color #133057: hue angle of 214.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133057 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 48 | 87 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.66 |
| HSL | 214.41º | 0.64% | 0.21% | - |
| HSV(B) | 214.41º | 0.78% | 0.34% | - |
| XYZ | 3.05 | 2.94 | 9.42 | - |
| YUV | 43.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 87 | 0.78 | 0.45 | 0 | 0.66 | 214.41 | 0.64 | 0.21 |
| Hex | 13 | 30 | 57 | 4E | 2D | 0 | 42 | D6 | 40 | 15 |
| Octal | 23 | 60 | 127 | 116 | 55 | 0 | 102 | 326 | 100 | 25 |
| Binary | 10011 | 110000 | 1010111 | 1001110 | 101101 | 0 | 1000010 | 11010110 | 1000000 | 10101 |
Color Harmonies of #133057
Complementary color
Monochromatic Colors of #133057
Black with #133057
Text Example
Text Example
White with #133057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133057; }
p { color: rgb(19,48,87); }
H1.HeaderClassName
{
color: #133057;
}
.AnyTagClassName
{
color: #133057;
}
</style>
background-color css
<style>
a { background-color: #133057; }
a { background-color: rgb(19,48,87); }
div.DivClassName
{
background-color: #133057;
}
.BgClassName
{
background-color: #133057;
}
</style>
border-color css
<style>
span { border-color: #133057; }
span { border-color: rgb(19,48,87); }
td.TdClassName
{
border-color: #133057;
}
.TagClassName
{
border-color: #133057;
}
</style>