Shades of Regal Blue #194168
Tints of Regal Blue #194168
RGB
CMYK
RGB Variations
Color information
#194168 (or 0x194168) is known color: Regal Blue. HEX triplet: 19, 41 and 68. RGB value is (25,65,104). Sum of RGB (Red+Green+Blue) = 25+65+104=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #194168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194168 is #E6BE97. Grayscale: #393939. Windows color (decimal): -15122072 or 6832409. OLE color: 6832409.
HSL color Cylindrical-coordinate representation of color #194168: hue angle of 209.62º 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 #194168 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 65 | 104 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.59 |
| HSL | 209.62º | 0.61% | 0.25% | - |
| HSV(B) | 209.62º | 0.76% | 0.41% | - |
| XYZ | 4.79 | 4.99 | 13.81 | - |
| YUV | 57.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 104 | 0.76 | 0.38 | 0 | 0.59 | 209.62 | 0.61 | 0.25 |
| Hex | 19 | 41 | 68 | 4C | 26 | 0 | 3B | D2 | 3D | 19 |
| Octal | 31 | 101 | 150 | 114 | 46 | 0 | 73 | 322 | 75 | 31 |
| Binary | 11001 | 1000001 | 1101000 | 1001100 | 100110 | 0 | 111011 | 11010010 | 111101 | 11001 |
Color Harmonies of #194168
Complementary color
Monochromatic Colors of #194168
Black with #194168
Text Example
Text Example
White with #194168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194168; }
p { color: rgb(25,65,104); }
H1.HeaderClassName
{
color: #194168;
}
.AnyTagClassName
{
color: #194168;
}
</style>
background-color css
<style>
a { background-color: #194168; }
a { background-color: rgb(25,65,104); }
div.DivClassName
{
background-color: #194168;
}
.BgClassName
{
background-color: #194168;
}
</style>
border-color css
<style>
span { border-color: #194168; }
span { border-color: rgb(25,65,104); }
td.TdClassName
{
border-color: #194168;
}
.TagClassName
{
border-color: #194168;
}
</style>