Shades of Regal Blue #194465
Tints of Regal Blue #194465
RGB
CMYK
RGB Variations
Color information
#194465 (or 0x194465) is known color: Regal Blue. HEX triplet: 19, 44 and 65. RGB value is (25,68,101). Sum of RGB (Red+Green+Blue) = 25+68+101=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #194465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194465 is #E6BB9A. Grayscale: #3A3A3A. Windows color (decimal): -15121307 or 6636569. OLE color: 6636569.
HSL color Cylindrical-coordinate representation of color #194465: hue angle of 206.05º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194465 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 68 | 101 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.60 |
| HSL | 206.05º | 0.6% | 0.25% | - |
| HSV(B) | 206.05º | 0.75% | 0.4% | - |
| XYZ | 4.82 | 5.28 | 13.08 | - |
| YUV | 58.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 101 | 0.75 | 0.33 | 0 | 0.60 | 206.05 | 0.6 | 0.25 |
| Hex | 19 | 44 | 65 | 4B | 21 | 0 | 3C | CE | 3C | 19 |
| Octal | 31 | 104 | 145 | 113 | 41 | 0 | 74 | 316 | 74 | 31 |
| Binary | 11001 | 1000100 | 1100101 | 1001011 | 100001 | 0 | 111100 | 11001110 | 111100 | 11001 |
Color Harmonies of #194465
Complementary color
Monochromatic Colors of #194465
Black with #194465
Text Example
Text Example
White with #194465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194465; }
p { color: rgb(25,68,101); }
H1.HeaderClassName
{
color: #194465;
}
.AnyTagClassName
{
color: #194465;
}
</style>
background-color css
<style>
a { background-color: #194465; }
a { background-color: rgb(25,68,101); }
div.DivClassName
{
background-color: #194465;
}
.BgClassName
{
background-color: #194465;
}
</style>
border-color css
<style>
span { border-color: #194465; }
span { border-color: rgb(25,68,101); }
td.TdClassName
{
border-color: #194465;
}
.TagClassName
{
border-color: #194465;
}
</style>