Shades of Regal Blue #133B53
Tints of Regal Blue #133B53
RGB
CMYK
RGB Variations
Color information
#133B53 (or 0x133B53) is known color: Regal Blue. HEX triplet: 13, 3B and 53. RGB value is (19,59,83). Sum of RGB (Red+Green+Blue) = 19+59+83=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #133B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B53 is #ECC4AC. Grayscale: #313131. Windows color (decimal): -15516845 or 5454611. OLE color: 5454611.
HSL color Cylindrical-coordinate representation of color #133B53: hue angle of 202.5º 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 #133B53 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 59 | 83 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.67 |
| HSL | 202.5º | 0.63% | 0.2% | - |
| HSV(B) | 202.5º | 0.77% | 0.33% | - |
| XYZ | 3.39 | 3.89 | 8.76 | - |
| YUV | 49.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 83 | 0.77 | 0.29 | 0 | 0.67 | 202.5 | 0.63 | 0.2 |
| Hex | 13 | 3B | 53 | 4D | 1D | 0 | 43 | CA | 3F | 14 |
| Octal | 23 | 73 | 123 | 115 | 35 | 0 | 103 | 312 | 77 | 24 |
| Binary | 10011 | 111011 | 1010011 | 1001101 | 11101 | 0 | 1000011 | 11001010 | 111111 | 10100 |
Color Harmonies of #133B53
Complementary color
Monochromatic Colors of #133B53
Black with #133B53
Text Example
Text Example
White with #133B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B53; }
p { color: rgb(19,59,83); }
H1.HeaderClassName
{
color: #133B53;
}
.AnyTagClassName
{
color: #133B53;
}
</style>
background-color css
<style>
a { background-color: #133B53; }
a { background-color: rgb(19,59,83); }
div.DivClassName
{
background-color: #133B53;
}
.BgClassName
{
background-color: #133B53;
}
</style>
border-color css
<style>
span { border-color: #133B53; }
span { border-color: rgb(19,59,83); }
td.TdClassName
{
border-color: #133B53;
}
.TagClassName
{
border-color: #133B53;
}
</style>