Shades of Regal Blue #133256
Tints of Regal Blue #133256
RGB
CMYK
RGB Variations
Color information
#133256 (or 0x133256) is known color: Regal Blue. HEX triplet: 13, 32 and 56. RGB value is (19,50,86). Sum of RGB (Red+Green+Blue) = 19+50+86=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #133256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133256 is #ECCDA9. Grayscale: #2C2C2C. Windows color (decimal): -15519146 or 5648915. OLE color: 5648915.
HSL color Cylindrical-coordinate representation of color #133256: hue angle of 212.24º 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 #133256 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 50 | 86 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.66 |
| HSL | 212.24º | 0.64% | 0.21% | - |
| HSV(B) | 212.24º | 0.78% | 0.34% | - |
| XYZ | 3.09 | 3.09 | 9.24 | - |
| YUV | 44.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 86 | 0.78 | 0.42 | 0 | 0.66 | 212.24 | 0.64 | 0.21 |
| Hex | 13 | 32 | 56 | 4E | 2A | 0 | 42 | D4 | 40 | 15 |
| Octal | 23 | 62 | 126 | 116 | 52 | 0 | 102 | 324 | 100 | 25 |
| Binary | 10011 | 110010 | 1010110 | 1001110 | 101010 | 0 | 1000010 | 11010100 | 1000000 | 10101 |
Color Harmonies of #133256
Complementary color
Monochromatic Colors of #133256
Black with #133256
Text Example
Text Example
White with #133256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133256; }
p { color: rgb(19,50,86); }
H1.HeaderClassName
{
color: #133256;
}
.AnyTagClassName
{
color: #133256;
}
</style>
background-color css
<style>
a { background-color: #133256; }
a { background-color: rgb(19,50,86); }
div.DivClassName
{
background-color: #133256;
}
.BgClassName
{
background-color: #133256;
}
</style>
border-color css
<style>
span { border-color: #133256; }
span { border-color: rgb(19,50,86); }
td.TdClassName
{
border-color: #133256;
}
.TagClassName
{
border-color: #133256;
}
</style>