Shades of Regal Blue #133C53
Tints of Regal Blue #133C53
RGB
CMYK
RGB Variations
Color information
#133C53 (or 0x133C53) is known color: Regal Blue. HEX triplet: 13, 3C and 53. RGB value is (19,60,83). Sum of RGB (Red+Green+Blue) = 19+60+83=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #133C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C53 is #ECC3AC. Grayscale: #323232. Windows color (decimal): -15516589 or 5454867. OLE color: 5454867.
HSL color Cylindrical-coordinate representation of color #133C53: hue angle of 201.56º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133C53 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 60 | 83 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.67 |
| HSL | 201.56º | 0.63% | 0.2% | - |
| HSV(B) | 201.56º | 0.77% | 0.33% | - |
| XYZ | 3.45 | 3.99 | 8.77 | - |
| YUV | 50.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 83 | 0.77 | 0.28 | 0 | 0.67 | 201.56 | 0.63 | 0.2 |
| Hex | 13 | 3C | 53 | 4D | 1C | 0 | 43 | CA | 3F | 14 |
| Octal | 23 | 74 | 123 | 115 | 34 | 0 | 103 | 312 | 77 | 24 |
| Binary | 10011 | 111100 | 1010011 | 1001101 | 11100 | 0 | 1000011 | 11001010 | 111111 | 10100 |
Color Harmonies of #133C53
Complementary color
Monochromatic Colors of #133C53
Black with #133C53
Text Example
Text Example
White with #133C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C53; }
p { color: rgb(19,60,83); }
H1.HeaderClassName
{
color: #133C53;
}
.AnyTagClassName
{
color: #133C53;
}
</style>
background-color css
<style>
a { background-color: #133C53; }
a { background-color: rgb(19,60,83); }
div.DivClassName
{
background-color: #133C53;
}
.BgClassName
{
background-color: #133C53;
}
</style>
border-color css
<style>
span { border-color: #133C53; }
span { border-color: rgb(19,60,83); }
td.TdClassName
{
border-color: #133C53;
}
.TagClassName
{
border-color: #133C53;
}
</style>