Shades of Regal Blue #133859
Tints of Regal Blue #133859
RGB
CMYK
RGB Variations
Color information
#133859 (or 0x133859) is known color: Regal Blue. HEX triplet: 13, 38 and 59. RGB value is (19,56,89). Sum of RGB (Red+Green+Blue) = 19+56+89=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #133859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133859 is #ECC7A6. Grayscale: #303030. Windows color (decimal): -15517607 or 5847059. OLE color: 5847059.
HSL color Cylindrical-coordinate representation of color #133859: hue angle of 208.29º 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 #133859 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 56 | 89 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.65 |
| HSL | 208.29º | 0.65% | 0.21% | - |
| HSV(B) | 208.29º | 0.79% | 0.35% | - |
| XYZ | 3.49 | 3.69 | 9.98 | - |
| YUV | 48.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 89 | 0.79 | 0.37 | 0 | 0.65 | 208.29 | 0.65 | 0.21 |
| Hex | 13 | 38 | 59 | 4F | 25 | 0 | 41 | D0 | 41 | 15 |
| Octal | 23 | 70 | 131 | 117 | 45 | 0 | 101 | 320 | 101 | 25 |
| Binary | 10011 | 111000 | 1011001 | 1001111 | 100101 | 0 | 1000001 | 11010000 | 1000001 | 10101 |
Color Harmonies of #133859
Complementary color
Monochromatic Colors of #133859
Black with #133859
Text Example
Text Example
White with #133859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133859; }
p { color: rgb(19,56,89); }
H1.HeaderClassName
{
color: #133859;
}
.AnyTagClassName
{
color: #133859;
}
</style>
background-color css
<style>
a { background-color: #133859; }
a { background-color: rgb(19,56,89); }
div.DivClassName
{
background-color: #133859;
}
.BgClassName
{
background-color: #133859;
}
</style>
border-color css
<style>
span { border-color: #133859; }
span { border-color: rgb(19,56,89); }
td.TdClassName
{
border-color: #133859;
}
.TagClassName
{
border-color: #133859;
}
</style>