Shades of Regal Blue #133D53
Tints of Regal Blue #133D53
RGB
CMYK
RGB Variations
Color information
#133D53 (or 0x133D53) is known color: Regal Blue. HEX triplet: 13, 3D and 53. RGB value is (19,61,83). Sum of RGB (Red+Green+Blue) = 19+61+83=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #133D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D53 is #ECC2AC. Grayscale: #323232. Windows color (decimal): -15516333 or 5455123. OLE color: 5455123.
HSL color Cylindrical-coordinate representation of color #133D53: hue angle of 200.62º 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 #133D53 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 61 | 83 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.67 |
| HSL | 200.63º | 0.63% | 0.2% | - |
| HSV(B) | 200.63º | 0.77% | 0.33% | - |
| XYZ | 3.5 | 4.1 | 8.79 | - |
| YUV | 50.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 83 | 0.77 | 0.27 | 0 | 0.67 | 200.63 | 0.63 | 0.2 |
| Hex | 13 | 3D | 53 | 4D | 1B | 0 | 43 | C9 | 3F | 14 |
| Octal | 23 | 75 | 123 | 115 | 33 | 0 | 103 | 311 | 77 | 24 |
| Binary | 10011 | 111101 | 1010011 | 1001101 | 11011 | 0 | 1000011 | 11001001 | 111111 | 10100 |
Color Harmonies of #133D53
Complementary color
Monochromatic Colors of #133D53
Black with #133D53
Text Example
Text Example
White with #133D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D53; }
p { color: rgb(19,61,83); }
H1.HeaderClassName
{
color: #133D53;
}
.AnyTagClassName
{
color: #133D53;
}
</style>
background-color css
<style>
a { background-color: #133D53; }
a { background-color: rgb(19,61,83); }
div.DivClassName
{
background-color: #133D53;
}
.BgClassName
{
background-color: #133D53;
}
</style>
border-color css
<style>
span { border-color: #133D53; }
span { border-color: rgb(19,61,83); }
td.TdClassName
{
border-color: #133D53;
}
.TagClassName
{
border-color: #133D53;
}
</style>