Shades of Regal Blue #133D60
Tints of Regal Blue #133D60
RGB
CMYK
RGB Variations
Color information
#133D60 (or 0x133D60) is known color: Regal Blue. HEX triplet: 13, 3D and 60. RGB value is (19,61,96). Sum of RGB (Red+Green+Blue) = 19+61+96=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #133D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D60 is #ECC29F. Grayscale: #343434. Windows color (decimal): -15516320 or 6307091. OLE color: 6307091.
HSL color Cylindrical-coordinate representation of color #133D60: hue angle of 207.27º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133D60 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 61 | 96 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.62 |
| HSL | 207.27º | 0.67% | 0.23% | - |
| HSV(B) | 207.27º | 0.8% | 0.38% | - |
| XYZ | 4.05 | 4.32 | 11.69 | - |
| YUV | 52.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 96 | 0.80 | 0.36 | 0 | 0.62 | 207.27 | 0.67 | 0.23 |
| Hex | 13 | 3D | 60 | 50 | 24 | 0 | 3E | CF | 43 | 17 |
| Octal | 23 | 75 | 140 | 120 | 44 | 0 | 76 | 317 | 103 | 27 |
| Binary | 10011 | 111101 | 1100000 | 1010000 | 100100 | 0 | 111110 | 11001111 | 1000011 | 10111 |
Color Harmonies of #133D60
Complementary color
Monochromatic Colors of #133D60
Black with #133D60
Text Example
Text Example
White with #133D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D60; }
p { color: rgb(19,61,96); }
H1.HeaderClassName
{
color: #133D60;
}
.AnyTagClassName
{
color: #133D60;
}
</style>
background-color css
<style>
a { background-color: #133D60; }
a { background-color: rgb(19,61,96); }
div.DivClassName
{
background-color: #133D60;
}
.BgClassName
{
background-color: #133D60;
}
</style>
border-color css
<style>
span { border-color: #133D60; }
span { border-color: rgb(19,61,96); }
td.TdClassName
{
border-color: #133D60;
}
.TagClassName
{
border-color: #133D60;
}
</style>