Shades of Regal Blue #133356
Tints of Regal Blue #133356
RGB
CMYK
RGB Variations
Color information
#133356 (or 0x133356) is known color: Regal Blue. HEX triplet: 13, 33 and 56. RGB value is (19,51,86). Sum of RGB (Red+Green+Blue) = 19+51+86=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #133356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133356 is #ECCCA9. Grayscale: #2D2D2D. Windows color (decimal): -15518890 or 5649171. OLE color: 5649171.
HSL color Cylindrical-coordinate representation of color #133356: hue angle of 211.34º 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 #133356 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 51 | 86 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.66 |
| HSL | 211.34º | 0.64% | 0.21% | - |
| HSV(B) | 211.34º | 0.78% | 0.34% | - |
| XYZ | 3.13 | 3.18 | 9.25 | - |
| YUV | 45.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 86 | 0.78 | 0.41 | 0 | 0.66 | 211.34 | 0.64 | 0.21 |
| Hex | 13 | 33 | 56 | 4E | 29 | 0 | 42 | D3 | 40 | 15 |
| Octal | 23 | 63 | 126 | 116 | 51 | 0 | 102 | 323 | 100 | 25 |
| Binary | 10011 | 110011 | 1010110 | 1001110 | 101001 | 0 | 1000010 | 11010011 | 1000000 | 10101 |
Color Harmonies of #133356
Complementary color
Monochromatic Colors of #133356
Black with #133356
Text Example
Text Example
White with #133356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133356; }
p { color: rgb(19,51,86); }
H1.HeaderClassName
{
color: #133356;
}
.AnyTagClassName
{
color: #133356;
}
</style>
background-color css
<style>
a { background-color: #133356; }
a { background-color: rgb(19,51,86); }
div.DivClassName
{
background-color: #133356;
}
.BgClassName
{
background-color: #133356;
}
</style>
border-color css
<style>
span { border-color: #133356; }
span { border-color: rgb(19,51,86); }
td.TdClassName
{
border-color: #133356;
}
.TagClassName
{
border-color: #133356;
}
</style>