Shades of Regal Blue #194169
Tints of Regal Blue #194169
RGB
CMYK
RGB Variations
Color information
#194169 (or 0x194169) is known color: Regal Blue. HEX triplet: 19, 41 and 69. RGB value is (25,65,105). Sum of RGB (Red+Green+Blue) = 25+65+105=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #194169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194169 is #E6BE96. Grayscale: #393939. Windows color (decimal): -15122071 or 6897945. OLE color: 6897945.
HSL color Cylindrical-coordinate representation of color #194169: hue angle of 210º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194169 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 65 | 105 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.59 |
| HSL | 210º | 0.62% | 0.25% | - |
| HSV(B) | 210º | 0.76% | 0.41% | - |
| XYZ | 4.84 | 5.01 | 14.08 | - |
| YUV | 57.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 105 | 0.76 | 0.38 | 0 | 0.59 | 210 | 0.62 | 0.25 |
| Hex | 19 | 41 | 69 | 4C | 26 | 0 | 3B | D2 | 3E | 19 |
| Octal | 31 | 101 | 151 | 114 | 46 | 0 | 73 | 322 | 76 | 31 |
| Binary | 11001 | 1000001 | 1101001 | 1001100 | 100110 | 0 | 111011 | 11010010 | 111110 | 11001 |
Color Harmonies of #194169
Complementary color
Monochromatic Colors of #194169
Black with #194169
Text Example
Text Example
White with #194169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194169; }
p { color: rgb(25,65,105); }
H1.HeaderClassName
{
color: #194169;
}
.AnyTagClassName
{
color: #194169;
}
</style>
background-color css
<style>
a { background-color: #194169; }
a { background-color: rgb(25,65,105); }
div.DivClassName
{
background-color: #194169;
}
.BgClassName
{
background-color: #194169;
}
</style>
border-color css
<style>
span { border-color: #194169; }
span { border-color: rgb(25,65,105); }
td.TdClassName
{
border-color: #194169;
}
.TagClassName
{
border-color: #194169;
}
</style>