Shades of Regal Blue #194466
Tints of Regal Blue #194466
RGB
CMYK
RGB Variations
Color information
#194466 (or 0x194466) is known color: Regal Blue. HEX triplet: 19, 44 and 66. RGB value is (25,68,102). Sum of RGB (Red+Green+Blue) = 25+68+102=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #194466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194466 is #E6BB99. Grayscale: #3A3A3A. Windows color (decimal): -15121306 or 6702105. OLE color: 6702105.
HSL color Cylindrical-coordinate representation of color #194466: hue angle of 206.49º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194466 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 68 | 102 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.6 |
| HSL | 206.49º | 0.61% | 0.25% | - |
| HSV(B) | 206.49º | 0.75% | 0.4% | - |
| XYZ | 4.87 | 5.3 | 13.34 | - |
| YUV | 59.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 102 | 0.75 | 0.33 | 0 | 0.6 | 206.49 | 0.61 | 0.25 |
| Hex | 19 | 44 | 66 | 4B | 21 | 0 | 3C | CE | 3D | 19 |
| Octal | 31 | 104 | 146 | 113 | 41 | 0 | 74 | 316 | 75 | 31 |
| Binary | 11001 | 1000100 | 1100110 | 1001011 | 100001 | 0 | 111100 | 11001110 | 111101 | 11001 |
Color Harmonies of #194466
Complementary color
Monochromatic Colors of #194466
Black with #194466
Text Example
Text Example
White with #194466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194466; }
p { color: rgb(25,68,102); }
H1.HeaderClassName
{
color: #194466;
}
.AnyTagClassName
{
color: #194466;
}
</style>
background-color css
<style>
a { background-color: #194466; }
a { background-color: rgb(25,68,102); }
div.DivClassName
{
background-color: #194466;
}
.BgClassName
{
background-color: #194466;
}
</style>
border-color css
<style>
span { border-color: #194466; }
span { border-color: rgb(25,68,102); }
td.TdClassName
{
border-color: #194466;
}
.TagClassName
{
border-color: #194466;
}
</style>