Shades of Regal Blue #194162
Tints of Regal Blue #194162
RGB
CMYK
RGB Variations
Color information
#194162 (or 0x194162) is known color: Regal Blue. HEX triplet: 19, 41 and 62. RGB value is (25,65,98). Sum of RGB (Red+Green+Blue) = 25+65+98=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #194162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194162 is #E6BE9D. Grayscale: #383838. Windows color (decimal): -15122078 or 6439193. OLE color: 6439193.
HSL color Cylindrical-coordinate representation of color #194162: hue angle of 207.12º 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 #194162 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 65 | 98 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.62 |
| HSL | 207.12º | 0.59% | 0.24% | - |
| HSV(B) | 207.12º | 0.74% | 0.38% | - |
| XYZ | 4.5 | 4.87 | 12.26 | - |
| YUV | 56.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 98 | 0.74 | 0.34 | 0 | 0.62 | 207.12 | 0.59 | 0.24 |
| Hex | 19 | 41 | 62 | 4A | 22 | 0 | 3E | CF | 3B | 18 |
| Octal | 31 | 101 | 142 | 112 | 42 | 0 | 76 | 317 | 73 | 30 |
| Binary | 11001 | 1000001 | 1100010 | 1001010 | 100010 | 0 | 111110 | 11001111 | 111011 | 11000 |
Color Harmonies of #194162
Complementary color
Monochromatic Colors of #194162
Black with #194162
Text Example
Text Example
White with #194162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194162; }
p { color: rgb(25,65,98); }
H1.HeaderClassName
{
color: #194162;
}
.AnyTagClassName
{
color: #194162;
}
</style>
background-color css
<style>
a { background-color: #194162; }
a { background-color: rgb(25,65,98); }
div.DivClassName
{
background-color: #194162;
}
.BgClassName
{
background-color: #194162;
}
</style>
border-color css
<style>
span { border-color: #194162; }
span { border-color: rgb(25,65,98); }
td.TdClassName
{
border-color: #194162;
}
.TagClassName
{
border-color: #194162;
}
</style>