Shades of Regal Blue #194060
Tints of Regal Blue #194060
RGB
CMYK
RGB Variations
Color information
#194060 (or 0x194060) is known color: Regal Blue. HEX triplet: 19, 40 and 60. RGB value is (25,64,96). Sum of RGB (Red+Green+Blue) = 25+64+96=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #194060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194060 is #E6BF9F. Grayscale: #373737. Windows color (decimal): -15122336 or 6307865. OLE color: 6307865.
HSL color Cylindrical-coordinate representation of color #194060: hue angle of 207.04º 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 #194060 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 64 | 96 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.62 |
| HSL | 207.04º | 0.59% | 0.24% | - |
| HSV(B) | 207.04º | 0.74% | 0.38% | - |
| XYZ | 4.35 | 4.72 | 11.75 | - |
| YUV | 55.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 96 | 0.74 | 0.33 | 0 | 0.62 | 207.04 | 0.59 | 0.24 |
| Hex | 19 | 40 | 60 | 4A | 21 | 0 | 3E | CF | 3B | 18 |
| Octal | 31 | 100 | 140 | 112 | 41 | 0 | 76 | 317 | 73 | 30 |
| Binary | 11001 | 1000000 | 1100000 | 1001010 | 100001 | 0 | 111110 | 11001111 | 111011 | 11000 |
Color Harmonies of #194060
Complementary color
Monochromatic Colors of #194060
Black with #194060
Text Example
Text Example
White with #194060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194060; }
p { color: rgb(25,64,96); }
H1.HeaderClassName
{
color: #194060;
}
.AnyTagClassName
{
color: #194060;
}
</style>
background-color css
<style>
a { background-color: #194060; }
a { background-color: rgb(25,64,96); }
div.DivClassName
{
background-color: #194060;
}
.BgClassName
{
background-color: #194060;
}
</style>
border-color css
<style>
span { border-color: #194060; }
span { border-color: rgb(25,64,96); }
td.TdClassName
{
border-color: #194060;
}
.TagClassName
{
border-color: #194060;
}
</style>