Shades of Regal Blue #133C56
Tints of Regal Blue #133C56
RGB
CMYK
RGB Variations
Color information
#133C56 (or 0x133C56) is known color: Regal Blue. HEX triplet: 13, 3C and 56. RGB value is (19,60,86). Sum of RGB (Red+Green+Blue) = 19+60+86=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #133C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C56 is #ECC3A9. Grayscale: #323232. Windows color (decimal): -15516586 or 5651475. OLE color: 5651475.
HSL color Cylindrical-coordinate representation of color #133C56: hue angle of 203.28º 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 #133C56 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 60 | 86 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.66 |
| HSL | 203.28º | 0.64% | 0.21% | - |
| HSV(B) | 203.28º | 0.78% | 0.34% | - |
| XYZ | 3.56 | 4.04 | 9.4 | - |
| YUV | 50.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 86 | 0.78 | 0.30 | 0 | 0.66 | 203.28 | 0.64 | 0.21 |
| Hex | 13 | 3C | 56 | 4E | 1E | 0 | 42 | CB | 40 | 15 |
| Octal | 23 | 74 | 126 | 116 | 36 | 0 | 102 | 313 | 100 | 25 |
| Binary | 10011 | 111100 | 1010110 | 1001110 | 11110 | 0 | 1000010 | 11001011 | 1000000 | 10101 |
Color Harmonies of #133C56
Complementary color
Monochromatic Colors of #133C56
Black with #133C56
Text Example
Text Example
White with #133C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C56; }
p { color: rgb(19,60,86); }
H1.HeaderClassName
{
color: #133C56;
}
.AnyTagClassName
{
color: #133C56;
}
</style>
background-color css
<style>
a { background-color: #133C56; }
a { background-color: rgb(19,60,86); }
div.DivClassName
{
background-color: #133C56;
}
.BgClassName
{
background-color: #133C56;
}
</style>
border-color css
<style>
span { border-color: #133C56; }
span { border-color: rgb(19,60,86); }
td.TdClassName
{
border-color: #133C56;
}
.TagClassName
{
border-color: #133C56;
}
</style>