Shades of Regal Blue #193552
Tints of Regal Blue #193552
RGB
CMYK
RGB Variations
Color information
#193552 (or 0x193552) is known color: Regal Blue. HEX triplet: 19, 35 and 52. RGB value is (25,53,82). Sum of RGB (Red+Green+Blue) = 25+53+82=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #193552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193552 is #E6CAAD. Grayscale: #2F2F2F. Windows color (decimal): -15125166 or 5387545. OLE color: 5387545.
HSL color Cylindrical-coordinate representation of color #193552: hue angle of 210.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193552 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 53 | 82 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.68 |
| HSL | 210.53º | 0.53% | 0.21% | - |
| HSV(B) | 210.53º | 0.7% | 0.32% | - |
| XYZ | 3.2 | 3.36 | 8.46 | - |
| YUV | 47.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 82 | 0.70 | 0.35 | 0 | 0.68 | 210.53 | 0.53 | 0.21 |
| Hex | 19 | 35 | 52 | 46 | 23 | 0 | 44 | D3 | 35 | 15 |
| Octal | 31 | 65 | 122 | 106 | 43 | 0 | 104 | 323 | 65 | 25 |
| Binary | 11001 | 110101 | 1010010 | 1000110 | 100011 | 0 | 1000100 | 11010011 | 110101 | 10101 |
Color Harmonies of #193552
Complementary color
Monochromatic Colors of #193552
Black with #193552
Text Example
Text Example
White with #193552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193552; }
p { color: rgb(25,53,82); }
H1.HeaderClassName
{
color: #193552;
}
.AnyTagClassName
{
color: #193552;
}
</style>
background-color css
<style>
a { background-color: #193552; }
a { background-color: rgb(25,53,82); }
div.DivClassName
{
background-color: #193552;
}
.BgClassName
{
background-color: #193552;
}
</style>
border-color css
<style>
span { border-color: #193552; }
span { border-color: rgb(25,53,82); }
td.TdClassName
{
border-color: #193552;
}
.TagClassName
{
border-color: #193552;
}
</style>