Shades of Royal Blue #194AF3
Tints of Royal Blue #194AF3
RGB
CMYK
RGB Variations
Color information
#194AF3 (or 0x194AF3) is known color: Royal Blue. HEX triplet: 19, 4A and F3. RGB value is (25,74,243). Sum of RGB (Red+Green+Blue) = 25+74+243=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #194AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AF3 is #E6B50C. Grayscale: #4D4D4D. Windows color (decimal): -15119629 or 15944217. OLE color: 15944217.
HSL color Cylindrical-coordinate representation of color #194AF3: hue angle of 226.51º 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 #194AF3 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 74 | 243 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.05 |
| HSL | 226.51º | 0.9% | 0.53% | - |
| HSV(B) | 226.51º | 0.9% | 0.95% | - |
| XYZ | 19.03 | 11.58 | 86.03 | - |
| YUV | 78.62 | 220.77 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 243 | 0.90 | 0.70 | 0 | 0.05 | 226.51 | 0.9 | 0.53 |
| Hex | 19 | 4A | F3 | 5A | 46 | 0 | 5 | E3 | 5A | 35 |
| Octal | 31 | 112 | 363 | 132 | 106 | 0 | 5 | 343 | 132 | 65 |
| Binary | 11001 | 1001010 | 11110011 | 1011010 | 1000110 | 0 | 101 | 11100011 | 1011010 | 110101 |
Color Harmonies of #194AF3
Complementary color
Monochromatic Colors of #194AF3
Black with #194AF3
Text Example
Text Example
White with #194AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AF3; }
p { color: rgb(25,74,243); }
H1.HeaderClassName
{
color: #194AF3;
}
.AnyTagClassName
{
color: #194AF3;
}
</style>
background-color css
<style>
a { background-color: #194AF3; }
a { background-color: rgb(25,74,243); }
div.DivClassName
{
background-color: #194AF3;
}
.BgClassName
{
background-color: #194AF3;
}
</style>
border-color css
<style>
span { border-color: #194AF3; }
span { border-color: rgb(25,74,243); }
td.TdClassName
{
border-color: #194AF3;
}
.TagClassName
{
border-color: #194AF3;
}
</style>