Shades of Regal Blue #193F62
Tints of Regal Blue #193F62
RGB
CMYK
RGB Variations
Color information
#193F62 (or 0x193F62) is known color: Regal Blue. HEX triplet: 19, 3F and 62. RGB value is (25,63,98). Sum of RGB (Red+Green+Blue) = 25+63+98=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #193F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F62 is #E6C09D. Grayscale: #373737. Windows color (decimal): -15122590 or 6438681. OLE color: 6438681.
HSL color Cylindrical-coordinate representation of color #193F62: hue angle of 208.77º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193F62 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 63 | 98 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.62 |
| HSL | 208.77º | 0.59% | 0.24% | - |
| HSV(B) | 208.77º | 0.74% | 0.38% | - |
| XYZ | 4.38 | 4.64 | 12.22 | - |
| YUV | 55.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 98 | 0.74 | 0.36 | 0 | 0.62 | 208.77 | 0.59 | 0.24 |
| Hex | 19 | 3F | 62 | 4A | 24 | 0 | 3E | D1 | 3B | 18 |
| Octal | 31 | 77 | 142 | 112 | 44 | 0 | 76 | 321 | 73 | 30 |
| Binary | 11001 | 111111 | 1100010 | 1001010 | 100100 | 0 | 111110 | 11010001 | 111011 | 11000 |
Color Harmonies of #193F62
Complementary color
Monochromatic Colors of #193F62
Black with #193F62
Text Example
Text Example
White with #193F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F62; }
p { color: rgb(25,63,98); }
H1.HeaderClassName
{
color: #193F62;
}
.AnyTagClassName
{
color: #193F62;
}
</style>
background-color css
<style>
a { background-color: #193F62; }
a { background-color: rgb(25,63,98); }
div.DivClassName
{
background-color: #193F62;
}
.BgClassName
{
background-color: #193F62;
}
</style>
border-color css
<style>
span { border-color: #193F62; }
span { border-color: rgb(25,63,98); }
td.TdClassName
{
border-color: #193F62;
}
.TagClassName
{
border-color: #193F62;
}
</style>