Shades of Regal Blue #133A59
Tints of Regal Blue #133A59
RGB
CMYK
RGB Variations
Color information
#133A59 (or 0x133A59) is known color: Regal Blue. HEX triplet: 13, 3A and 59. RGB value is (19,58,89). Sum of RGB (Red+Green+Blue) = 19+58+89=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #133A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A59 is #ECC5A6. Grayscale: #313131. Windows color (decimal): -15517095 or 5847571. OLE color: 5847571.
HSL color Cylindrical-coordinate representation of color #133A59: hue angle of 206.57º 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 #133A59 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 58 | 89 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.65 |
| HSL | 206.57º | 0.65% | 0.21% | - |
| HSV(B) | 206.57º | 0.79% | 0.35% | - |
| XYZ | 3.58 | 3.89 | 10.01 | - |
| YUV | 49.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 89 | 0.79 | 0.35 | 0 | 0.65 | 206.57 | 0.65 | 0.21 |
| Hex | 13 | 3A | 59 | 4F | 23 | 0 | 41 | CF | 41 | 15 |
| Octal | 23 | 72 | 131 | 117 | 43 | 0 | 101 | 317 | 101 | 25 |
| Binary | 10011 | 111010 | 1011001 | 1001111 | 100011 | 0 | 1000001 | 11001111 | 1000001 | 10101 |
Color Harmonies of #133A59
Complementary color
Monochromatic Colors of #133A59
Black with #133A59
Text Example
Text Example
White with #133A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A59; }
p { color: rgb(19,58,89); }
H1.HeaderClassName
{
color: #133A59;
}
.AnyTagClassName
{
color: #133A59;
}
</style>
background-color css
<style>
a { background-color: #133A59; }
a { background-color: rgb(19,58,89); }
div.DivClassName
{
background-color: #133A59;
}
.BgClassName
{
background-color: #133A59;
}
</style>
border-color css
<style>
span { border-color: #133A59; }
span { border-color: rgb(19,58,89); }
td.TdClassName
{
border-color: #133A59;
}
.TagClassName
{
border-color: #133A59;
}
</style>