Shades of Regal Blue #194468
Tints of Regal Blue #194468
RGB
CMYK
RGB Variations
Color information
#194468 (or 0x194468) is known color: Regal Blue. HEX triplet: 19, 44 and 68. RGB value is (25,68,104). Sum of RGB (Red+Green+Blue) = 25+68+104=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #194468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194468 is #E6BB97. Grayscale: #3B3B3B. Windows color (decimal): -15121304 or 6833177. OLE color: 6833177.
HSL color Cylindrical-coordinate representation of color #194468: hue angle of 207.34º 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 #194468 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 68 | 104 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.59 |
| HSL | 207.34º | 0.61% | 0.25% | - |
| HSV(B) | 207.34º | 0.76% | 0.41% | - |
| XYZ | 4.97 | 5.34 | 13.87 | - |
| YUV | 59.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 104 | 0.76 | 0.35 | 0 | 0.59 | 207.34 | 0.61 | 0.25 |
| Hex | 19 | 44 | 68 | 4C | 23 | 0 | 3B | CF | 3D | 19 |
| Octal | 31 | 104 | 150 | 114 | 43 | 0 | 73 | 317 | 75 | 31 |
| Binary | 11001 | 1000100 | 1101000 | 1001100 | 100011 | 0 | 111011 | 11001111 | 111101 | 11001 |
Color Harmonies of #194468
Complementary color
Monochromatic Colors of #194468
Black with #194468
Text Example
Text Example
White with #194468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194468; }
p { color: rgb(25,68,104); }
H1.HeaderClassName
{
color: #194468;
}
.AnyTagClassName
{
color: #194468;
}
</style>
background-color css
<style>
a { background-color: #194468; }
a { background-color: rgb(25,68,104); }
div.DivClassName
{
background-color: #194468;
}
.BgClassName
{
background-color: #194468;
}
</style>
border-color css
<style>
span { border-color: #194468; }
span { border-color: rgb(25,68,104); }
td.TdClassName
{
border-color: #194468;
}
.TagClassName
{
border-color: #194468;
}
</style>