Shades of Royal Blue #194EF1
Tints of Royal Blue #194EF1
RGB
CMYK
RGB Variations
Color information
#194EF1 (or 0x194EF1) is known color: Royal Blue. HEX triplet: 19, 4E and F1. RGB value is (25,78,241). Sum of RGB (Red+Green+Blue) = 25+78+241=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #194EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EF1 is #E6B10E. Grayscale: #505050. Windows color (decimal): -15118607 or 15814169. OLE color: 15814169.
HSL color Cylindrical-coordinate representation of color #194EF1: hue angle of 225.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194EF1 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 78 | 241 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.05 |
| HSL | 225.28º | 0.89% | 0.52% | - |
| HSV(B) | 225.28º | 0.9% | 0.95% | - |
| XYZ | 19 | 12.01 | 84.54 | - |
| YUV | 80.74 | 218.44 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 241 | 0.90 | 0.68 | 0 | 0.05 | 225.28 | 0.89 | 0.52 |
| Hex | 19 | 4E | F1 | 5A | 44 | 0 | 5 | E1 | 59 | 34 |
| Octal | 31 | 116 | 361 | 132 | 104 | 0 | 5 | 341 | 131 | 64 |
| Binary | 11001 | 1001110 | 11110001 | 1011010 | 1000100 | 0 | 101 | 11100001 | 1011001 | 110100 |
Color Harmonies of #194EF1
Complementary color
Monochromatic Colors of #194EF1
Black with #194EF1
Text Example
Text Example
White with #194EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EF1; }
p { color: rgb(25,78,241); }
H1.HeaderClassName
{
color: #194EF1;
}
.AnyTagClassName
{
color: #194EF1;
}
</style>
background-color css
<style>
a { background-color: #194EF1; }
a { background-color: rgb(25,78,241); }
div.DivClassName
{
background-color: #194EF1;
}
.BgClassName
{
background-color: #194EF1;
}
</style>
border-color css
<style>
span { border-color: #194EF1; }
span { border-color: rgb(25,78,241); }
td.TdClassName
{
border-color: #194EF1;
}
.TagClassName
{
border-color: #194EF1;
}
</style>