Shades of Regal Blue #133E59
Tints of Regal Blue #133E59
RGB
CMYK
RGB Variations
Color information
#133E59 (or 0x133E59) is known color: Regal Blue. HEX triplet: 13, 3E and 59. RGB value is (19,62,89). Sum of RGB (Red+Green+Blue) = 19+62+89=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #133E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E59 is #ECC1A6. Grayscale: #343434. Windows color (decimal): -15516071 or 5848595. OLE color: 5848595.
HSL color Cylindrical-coordinate representation of color #133E59: hue angle of 203.14º 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 #133E59 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 62 | 89 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.65 |
| HSL | 203.14º | 0.65% | 0.21% | - |
| HSV(B) | 203.14º | 0.79% | 0.35% | - |
| XYZ | 3.79 | 4.3 | 10.08 | - |
| YUV | 52.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 89 | 0.79 | 0.30 | 0 | 0.65 | 203.14 | 0.65 | 0.21 |
| Hex | 13 | 3E | 59 | 4F | 1E | 0 | 41 | CB | 41 | 15 |
| Octal | 23 | 76 | 131 | 117 | 36 | 0 | 101 | 313 | 101 | 25 |
| Binary | 10011 | 111110 | 1011001 | 1001111 | 11110 | 0 | 1000001 | 11001011 | 1000001 | 10101 |
Color Harmonies of #133E59
Complementary color
Monochromatic Colors of #133E59
Black with #133E59
Text Example
Text Example
White with #133E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E59; }
p { color: rgb(19,62,89); }
H1.HeaderClassName
{
color: #133E59;
}
.AnyTagClassName
{
color: #133E59;
}
</style>
background-color css
<style>
a { background-color: #133E59; }
a { background-color: rgb(19,62,89); }
div.DivClassName
{
background-color: #133E59;
}
.BgClassName
{
background-color: #133E59;
}
</style>
border-color css
<style>
span { border-color: #133E59; }
span { border-color: rgb(19,62,89); }
td.TdClassName
{
border-color: #133E59;
}
.TagClassName
{
border-color: #133E59;
}
</style>