Shades of Regal Blue #133359
Tints of Regal Blue #133359
RGB
CMYK
RGB Variations
Color information
#133359 (or 0x133359) is known color: Regal Blue. HEX triplet: 13, 33 and 59. RGB value is (19,51,89). Sum of RGB (Red+Green+Blue) = 19+51+89=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #133359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133359 is #ECCCA6. Grayscale: #2D2D2D. Windows color (decimal): -15518887 or 5845779. OLE color: 5845779.
HSL color Cylindrical-coordinate representation of color #133359: hue angle of 212.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 #133359 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 51 | 89 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.65 |
| HSL | 212.57º | 0.65% | 0.21% | - |
| HSV(B) | 212.57º | 0.79% | 0.35% | - |
| XYZ | 3.26 | 3.23 | 9.9 | - |
| YUV | 45.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 89 | 0.79 | 0.43 | 0 | 0.65 | 212.57 | 0.65 | 0.21 |
| Hex | 13 | 33 | 59 | 4F | 2B | 0 | 41 | D5 | 41 | 15 |
| Octal | 23 | 63 | 131 | 117 | 53 | 0 | 101 | 325 | 101 | 25 |
| Binary | 10011 | 110011 | 1011001 | 1001111 | 101011 | 0 | 1000001 | 11010101 | 1000001 | 10101 |
Color Harmonies of #133359
Complementary color
Monochromatic Colors of #133359
Black with #133359
Text Example
Text Example
White with #133359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133359; }
p { color: rgb(19,51,89); }
H1.HeaderClassName
{
color: #133359;
}
.AnyTagClassName
{
color: #133359;
}
</style>
background-color css
<style>
a { background-color: #133359; }
a { background-color: rgb(19,51,89); }
div.DivClassName
{
background-color: #133359;
}
.BgClassName
{
background-color: #133359;
}
</style>
border-color css
<style>
span { border-color: #133359; }
span { border-color: rgb(19,51,89); }
td.TdClassName
{
border-color: #133359;
}
.TagClassName
{
border-color: #133359;
}
</style>