Shades of Regal Blue #193750
Tints of Regal Blue #193750
RGB
CMYK
RGB Variations
Color information
#193750 (or 0x193750) is known color: Regal Blue. HEX triplet: 19, 37 and 50. RGB value is (25,55,80). Sum of RGB (Red+Green+Blue) = 25+55+80=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #193750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193750 is #E6C8AF. Grayscale: #303030. Windows color (decimal): -15124656 or 5256985. OLE color: 5256985.
HSL color Cylindrical-coordinate representation of color #193750: hue angle of 207.27º 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 #193750 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 55 | 80 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.69 |
| HSL | 207.27º | 0.52% | 0.21% | - |
| HSV(B) | 207.27º | 0.69% | 0.31% | - |
| XYZ | 3.22 | 3.52 | 8.1 | - |
| YUV | 48.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 80 | 0.69 | 0.31 | 0 | 0.69 | 207.27 | 0.52 | 0.21 |
| Hex | 19 | 37 | 50 | 45 | 1F | 0 | 45 | CF | 34 | 15 |
| Octal | 31 | 67 | 120 | 105 | 37 | 0 | 105 | 317 | 64 | 25 |
| Binary | 11001 | 110111 | 1010000 | 1000101 | 11111 | 0 | 1000101 | 11001111 | 110100 | 10101 |
Color Harmonies of #193750
Complementary color
Monochromatic Colors of #193750
Black with #193750
Text Example
Text Example
White with #193750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193750; }
p { color: rgb(25,55,80); }
H1.HeaderClassName
{
color: #193750;
}
.AnyTagClassName
{
color: #193750;
}
</style>
background-color css
<style>
a { background-color: #193750; }
a { background-color: rgb(25,55,80); }
div.DivClassName
{
background-color: #193750;
}
.BgClassName
{
background-color: #193750;
}
</style>
border-color css
<style>
span { border-color: #193750; }
span { border-color: rgb(25,55,80); }
td.TdClassName
{
border-color: #193750;
}
.TagClassName
{
border-color: #193750;
}
</style>