Shades of Regal Blue #193550
Tints of Regal Blue #193550
RGB
CMYK
RGB Variations
Color information
#193550 (or 0x193550) is known color: Regal Blue. HEX triplet: 19, 35 and 50. RGB value is (25,53,80). Sum of RGB (Red+Green+Blue) = 25+53+80=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #193550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193550 is #E6CAAF. Grayscale: #2F2F2F. Windows color (decimal): -15125168 or 5256473. OLE color: 5256473.
HSL color Cylindrical-coordinate representation of color #193550: hue angle of 209.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193550 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 53 | 80 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.69 |
| HSL | 209.45º | 0.52% | 0.21% | - |
| HSV(B) | 209.45º | 0.69% | 0.31% | - |
| XYZ | 3.12 | 3.33 | 8.07 | - |
| YUV | 47.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 80 | 0.69 | 0.34 | 0 | 0.69 | 209.45 | 0.52 | 0.21 |
| Hex | 19 | 35 | 50 | 45 | 22 | 0 | 45 | D1 | 34 | 15 |
| Octal | 31 | 65 | 120 | 105 | 42 | 0 | 105 | 321 | 64 | 25 |
| Binary | 11001 | 110101 | 1010000 | 1000101 | 100010 | 0 | 1000101 | 11010001 | 110100 | 10101 |
Color Harmonies of #193550
Complementary color
Monochromatic Colors of #193550
Black with #193550
Text Example
Text Example
White with #193550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193550; }
p { color: rgb(25,53,80); }
H1.HeaderClassName
{
color: #193550;
}
.AnyTagClassName
{
color: #193550;
}
</style>
background-color css
<style>
a { background-color: #193550; }
a { background-color: rgb(25,53,80); }
div.DivClassName
{
background-color: #193550;
}
.BgClassName
{
background-color: #193550;
}
</style>
border-color css
<style>
span { border-color: #193550; }
span { border-color: rgb(25,53,80); }
td.TdClassName
{
border-color: #193550;
}
.TagClassName
{
border-color: #193550;
}
</style>