Shades of Regal Blue #194167
Tints of Regal Blue #194167
RGB
CMYK
RGB Variations
Color information
#194167 (or 0x194167) is known color: Regal Blue. HEX triplet: 19, 41 and 67. RGB value is (25,65,103). Sum of RGB (Red+Green+Blue) = 25+65+103=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #194167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194167 is #E6BE98. Grayscale: #393939. Windows color (decimal): -15122073 or 6766873. OLE color: 6766873.
HSL color Cylindrical-coordinate representation of color #194167: hue angle of 209.23º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194167 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 65 | 103 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.60 |
| HSL | 209.23º | 0.61% | 0.25% | - |
| HSV(B) | 209.23º | 0.76% | 0.4% | - |
| XYZ | 4.74 | 4.97 | 13.54 | - |
| YUV | 57.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 103 | 0.76 | 0.37 | 0 | 0.60 | 209.23 | 0.61 | 0.25 |
| Hex | 19 | 41 | 67 | 4C | 25 | 0 | 3C | D1 | 3D | 19 |
| Octal | 31 | 101 | 147 | 114 | 45 | 0 | 74 | 321 | 75 | 31 |
| Binary | 11001 | 1000001 | 1100111 | 1001100 | 100101 | 0 | 111100 | 11010001 | 111101 | 11001 |
Color Harmonies of #194167
Complementary color
Monochromatic Colors of #194167
Black with #194167
Text Example
Text Example
White with #194167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194167; }
p { color: rgb(25,65,103); }
H1.HeaderClassName
{
color: #194167;
}
.AnyTagClassName
{
color: #194167;
}
</style>
background-color css
<style>
a { background-color: #194167; }
a { background-color: rgb(25,65,103); }
div.DivClassName
{
background-color: #194167;
}
.BgClassName
{
background-color: #194167;
}
</style>
border-color css
<style>
span { border-color: #194167; }
span { border-color: rgb(25,65,103); }
td.TdClassName
{
border-color: #194167;
}
.TagClassName
{
border-color: #194167;
}
</style>