Shades of Regal Blue #133E60
Tints of Regal Blue #133E60
RGB
CMYK
RGB Variations
Color information
#133E60 (or 0x133E60) is known color: Regal Blue. HEX triplet: 13, 3E and 60. RGB value is (19,62,96). Sum of RGB (Red+Green+Blue) = 19+62+96=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #133E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E60 is #ECC19F. Grayscale: #343434. Windows color (decimal): -15516064 or 6307347. OLE color: 6307347.
HSL color Cylindrical-coordinate representation of color #133E60: hue angle of 206.49º 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 #133E60 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 62 | 96 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.62 |
| HSL | 206.49º | 0.67% | 0.23% | - |
| HSV(B) | 206.49º | 0.8% | 0.38% | - |
| XYZ | 4.1 | 4.43 | 11.7 | - |
| YUV | 53.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 96 | 0.80 | 0.35 | 0 | 0.62 | 206.49 | 0.67 | 0.23 |
| Hex | 13 | 3E | 60 | 50 | 23 | 0 | 3E | CE | 43 | 17 |
| Octal | 23 | 76 | 140 | 120 | 43 | 0 | 76 | 316 | 103 | 27 |
| Binary | 10011 | 111110 | 1100000 | 1010000 | 100011 | 0 | 111110 | 11001110 | 1000011 | 10111 |
Color Harmonies of #133E60
Complementary color
Monochromatic Colors of #133E60
Black with #133E60
Text Example
Text Example
White with #133E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E60; }
p { color: rgb(19,62,96); }
H1.HeaderClassName
{
color: #133E60;
}
.AnyTagClassName
{
color: #133E60;
}
</style>
background-color css
<style>
a { background-color: #133E60; }
a { background-color: rgb(19,62,96); }
div.DivClassName
{
background-color: #133E60;
}
.BgClassName
{
background-color: #133E60;
}
</style>
border-color css
<style>
span { border-color: #133E60; }
span { border-color: rgb(19,62,96); }
td.TdClassName
{
border-color: #133E60;
}
.TagClassName
{
border-color: #133E60;
}
</style>