Shades of Regal Blue #133D57
Tints of Regal Blue #133D57
RGB
CMYK
RGB Variations
Color information
#133D57 (or 0x133D57) is known color: Regal Blue. HEX triplet: 13, 3D and 57. RGB value is (19,61,87). Sum of RGB (Red+Green+Blue) = 19+61+87=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #133D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D57 is #ECC2A8. Grayscale: #333333. Windows color (decimal): -15516329 or 5717267. OLE color: 5717267.
HSL color Cylindrical-coordinate representation of color #133D57: hue angle of 202.94º 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 #133D57 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 61 | 87 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.66 |
| HSL | 202.94º | 0.64% | 0.21% | - |
| HSV(B) | 202.94º | 0.78% | 0.34% | - |
| XYZ | 3.66 | 4.16 | 9.63 | - |
| YUV | 51.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 87 | 0.78 | 0.30 | 0 | 0.66 | 202.94 | 0.64 | 0.21 |
| Hex | 13 | 3D | 57 | 4E | 1E | 0 | 42 | CB | 40 | 15 |
| Octal | 23 | 75 | 127 | 116 | 36 | 0 | 102 | 313 | 100 | 25 |
| Binary | 10011 | 111101 | 1010111 | 1001110 | 11110 | 0 | 1000010 | 11001011 | 1000000 | 10101 |
Color Harmonies of #133D57
Complementary color
Monochromatic Colors of #133D57
Black with #133D57
Text Example
Text Example
White with #133D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D57; }
p { color: rgb(19,61,87); }
H1.HeaderClassName
{
color: #133D57;
}
.AnyTagClassName
{
color: #133D57;
}
</style>
background-color css
<style>
a { background-color: #133D57; }
a { background-color: rgb(19,61,87); }
div.DivClassName
{
background-color: #133D57;
}
.BgClassName
{
background-color: #133D57;
}
</style>
border-color css
<style>
span { border-color: #133D57; }
span { border-color: rgb(19,61,87); }
td.TdClassName
{
border-color: #133D57;
}
.TagClassName
{
border-color: #133D57;
}
</style>