Shades of Regal Blue #194063
Tints of Regal Blue #194063
RGB
CMYK
RGB Variations
Color information
#194063 (or 0x194063) is known color: Regal Blue. HEX triplet: 19, 40 and 63. RGB value is (25,64,99). Sum of RGB (Red+Green+Blue) = 25+64+99=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #194063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194063 is #E6BF9C. Grayscale: #383838. Windows color (decimal): -15122333 or 6504473. OLE color: 6504473.
HSL color Cylindrical-coordinate representation of color #194063: hue angle of 208.38º 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 #194063 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 64 | 99 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.61 |
| HSL | 208.38º | 0.6% | 0.24% | - |
| HSV(B) | 208.38º | 0.75% | 0.39% | - |
| XYZ | 4.49 | 4.77 | 12.49 | - |
| YUV | 56.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 99 | 0.75 | 0.35 | 0 | 0.61 | 208.38 | 0.6 | 0.24 |
| Hex | 19 | 40 | 63 | 4B | 23 | 0 | 3D | D0 | 3C | 18 |
| Octal | 31 | 100 | 143 | 113 | 43 | 0 | 75 | 320 | 74 | 30 |
| Binary | 11001 | 1000000 | 1100011 | 1001011 | 100011 | 0 | 111101 | 11010000 | 111100 | 11000 |
Color Harmonies of #194063
Complementary color
Monochromatic Colors of #194063
Black with #194063
Text Example
Text Example
White with #194063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194063; }
p { color: rgb(25,64,99); }
H1.HeaderClassName
{
color: #194063;
}
.AnyTagClassName
{
color: #194063;
}
</style>
background-color css
<style>
a { background-color: #194063; }
a { background-color: rgb(25,64,99); }
div.DivClassName
{
background-color: #194063;
}
.BgClassName
{
background-color: #194063;
}
</style>
border-color css
<style>
span { border-color: #194063; }
span { border-color: rgb(25,64,99); }
td.TdClassName
{
border-color: #194063;
}
.TagClassName
{
border-color: #194063;
}
</style>