Shades of Royal Blue #194EF3
Tints of Royal Blue #194EF3
RGB
CMYK
RGB Variations
Color information
#194EF3 (or 0x194EF3) is known color: Royal Blue. HEX triplet: 19, 4E and F3. RGB value is (25,78,243). Sum of RGB (Red+Green+Blue) = 25+78+243=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #194EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EF3 is #E6B10C. Grayscale: #505050. Windows color (decimal): -15118605 or 15945241. OLE color: 15945241.
HSL color Cylindrical-coordinate representation of color #194EF3: hue angle of 225.41º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194EF3 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 78 | 243 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.05 |
| HSL | 225.41º | 0.9% | 0.53% | - |
| HSV(B) | 225.41º | 0.9% | 0.95% | - |
| XYZ | 19.3 | 12.13 | 86.12 | - |
| YUV | 80.96 | 219.44 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 243 | 0.90 | 0.68 | 0 | 0.05 | 225.41 | 0.9 | 0.53 |
| Hex | 19 | 4E | F3 | 5A | 44 | 0 | 5 | E1 | 5A | 35 |
| Octal | 31 | 116 | 363 | 132 | 104 | 0 | 5 | 341 | 132 | 65 |
| Binary | 11001 | 1001110 | 11110011 | 1011010 | 1000100 | 0 | 101 | 11100001 | 1011010 | 110101 |
Color Harmonies of #194EF3
Complementary color
Monochromatic Colors of #194EF3
Black with #194EF3
Text Example
Text Example
White with #194EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EF3; }
p { color: rgb(25,78,243); }
H1.HeaderClassName
{
color: #194EF3;
}
.AnyTagClassName
{
color: #194EF3;
}
</style>
background-color css
<style>
a { background-color: #194EF3; }
a { background-color: rgb(25,78,243); }
div.DivClassName
{
background-color: #194EF3;
}
.BgClassName
{
background-color: #194EF3;
}
</style>
border-color css
<style>
span { border-color: #194EF3; }
span { border-color: rgb(25,78,243); }
td.TdClassName
{
border-color: #194EF3;
}
.TagClassName
{
border-color: #194EF3;
}
</style>