Shades of Regal Blue #194268
Tints of Regal Blue #194268
RGB
CMYK
RGB Variations
Color information
#194268 (or 0x194268) is known color: Regal Blue. HEX triplet: 19, 42 and 68. RGB value is (25,66,104). Sum of RGB (Red+Green+Blue) = 25+66+104=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #194268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194268 is #E6BD97. Grayscale: #393939. Windows color (decimal): -15121816 or 6832665. OLE color: 6832665.
HSL color Cylindrical-coordinate representation of color #194268: hue angle of 208.86º degrees, saturation: 0.61, 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 #194268 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 66 | 104 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.59 |
| HSL | 208.86º | 0.61% | 0.25% | - |
| HSV(B) | 208.86º | 0.76% | 0.41% | - |
| XYZ | 4.85 | 5.1 | 13.83 | - |
| YUV | 58.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 104 | 0.76 | 0.37 | 0 | 0.59 | 208.86 | 0.61 | 0.25 |
| Hex | 19 | 42 | 68 | 4C | 25 | 0 | 3B | D1 | 3D | 19 |
| Octal | 31 | 102 | 150 | 114 | 45 | 0 | 73 | 321 | 75 | 31 |
| Binary | 11001 | 1000010 | 1101000 | 1001100 | 100101 | 0 | 111011 | 11010001 | 111101 | 11001 |
Color Harmonies of #194268
Complementary color
Monochromatic Colors of #194268
Black with #194268
Text Example
Text Example
White with #194268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194268; }
p { color: rgb(25,66,104); }
H1.HeaderClassName
{
color: #194268;
}
.AnyTagClassName
{
color: #194268;
}
</style>
background-color css
<style>
a { background-color: #194268; }
a { background-color: rgb(25,66,104); }
div.DivClassName
{
background-color: #194268;
}
.BgClassName
{
background-color: #194268;
}
</style>
border-color css
<style>
span { border-color: #194268; }
span { border-color: rgb(25,66,104); }
td.TdClassName
{
border-color: #194268;
}
.TagClassName
{
border-color: #194268;
}
</style>