Shades of Regal Blue #193F63
Tints of Regal Blue #193F63
RGB
CMYK
RGB Variations
Color information
#193F63 (or 0x193F63) is known color: Regal Blue. HEX triplet: 19, 3F and 63. RGB value is (25,63,99). Sum of RGB (Red+Green+Blue) = 25+63+99=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #193F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F63 is #E6C09C. Grayscale: #373737. Windows color (decimal): -15122589 or 6504217. OLE color: 6504217.
HSL color Cylindrical-coordinate representation of color #193F63: hue angle of 209.19º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193F63 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 63 | 99 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.61 |
| HSL | 209.19º | 0.6% | 0.24% | - |
| HSV(B) | 209.19º | 0.75% | 0.39% | - |
| XYZ | 4.43 | 4.66 | 12.47 | - |
| YUV | 55.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 99 | 0.75 | 0.36 | 0 | 0.61 | 209.19 | 0.6 | 0.24 |
| Hex | 19 | 3F | 63 | 4B | 24 | 0 | 3D | D1 | 3C | 18 |
| Octal | 31 | 77 | 143 | 113 | 44 | 0 | 75 | 321 | 74 | 30 |
| Binary | 11001 | 111111 | 1100011 | 1001011 | 100100 | 0 | 111101 | 11010001 | 111100 | 11000 |
Color Harmonies of #193F63
Complementary color
Monochromatic Colors of #193F63
Black with #193F63
Text Example
Text Example
White with #193F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F63; }
p { color: rgb(25,63,99); }
H1.HeaderClassName
{
color: #193F63;
}
.AnyTagClassName
{
color: #193F63;
}
</style>
background-color css
<style>
a { background-color: #193F63; }
a { background-color: rgb(25,63,99); }
div.DivClassName
{
background-color: #193F63;
}
.BgClassName
{
background-color: #193F63;
}
</style>
border-color css
<style>
span { border-color: #193F63; }
span { border-color: rgb(25,63,99); }
td.TdClassName
{
border-color: #193F63;
}
.TagClassName
{
border-color: #193F63;
}
</style>