Shades of Regal Blue #194161
Tints of Regal Blue #194161
RGB
CMYK
RGB Variations
Color information
#194161 (or 0x194161) is known color: Regal Blue. HEX triplet: 19, 41 and 61. RGB value is (25,65,97). Sum of RGB (Red+Green+Blue) = 25+65+97=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #194161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194161 is #E6BE9E. Grayscale: #383838. Windows color (decimal): -15122079 or 6373657. OLE color: 6373657.
HSL color Cylindrical-coordinate representation of color #194161: hue angle of 206.67º 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 #194161 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 65 | 97 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.62 |
| HSL | 206.67º | 0.59% | 0.24% | - |
| HSV(B) | 206.67º | 0.74% | 0.38% | - |
| XYZ | 4.45 | 4.85 | 12.01 | - |
| YUV | 56.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 97 | 0.74 | 0.33 | 0 | 0.62 | 206.67 | 0.59 | 0.24 |
| Hex | 19 | 41 | 61 | 4A | 21 | 0 | 3E | CF | 3B | 18 |
| Octal | 31 | 101 | 141 | 112 | 41 | 0 | 76 | 317 | 73 | 30 |
| Binary | 11001 | 1000001 | 1100001 | 1001010 | 100001 | 0 | 111110 | 11001111 | 111011 | 11000 |
Color Harmonies of #194161
Complementary color
Monochromatic Colors of #194161
Black with #194161
Text Example
Text Example
White with #194161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194161; }
p { color: rgb(25,65,97); }
H1.HeaderClassName
{
color: #194161;
}
.AnyTagClassName
{
color: #194161;
}
</style>
background-color css
<style>
a { background-color: #194161; }
a { background-color: rgb(25,65,97); }
div.DivClassName
{
background-color: #194161;
}
.BgClassName
{
background-color: #194161;
}
</style>
border-color css
<style>
span { border-color: #194161; }
span { border-color: rgb(25,65,97); }
td.TdClassName
{
border-color: #194161;
}
.TagClassName
{
border-color: #194161;
}
</style>