Shades of Royal Blue #1A49F1
Tints of Royal Blue #1A49F1
RGB
CMYK
RGB Variations
Color information
#1A49F1 (or 0x1A49F1) is known color: Royal Blue. HEX triplet: 1A, 49 and F1. RGB value is (26,73,241). Sum of RGB (Red+Green+Blue) = 26+73+241=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A49F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A49F1 is #E5B60E. Grayscale: #4D4D4D. Windows color (decimal): -15054351 or 15812890. OLE color: 15812890.
HSL color Cylindrical-coordinate representation of color #1A49F1: hue angle of 226.88º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A49F1 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 73 | 241 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.05 |
| HSL | 226.88º | 0.88% | 0.52% | - |
| HSV(B) | 226.88º | 0.89% | 0.95% | - |
| XYZ | 18.69 | 11.34 | 84.42 | - |
| YUV | 78.1 | 219.93 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 241 | 0.89 | 0.70 | 0 | 0.05 | 226.88 | 0.88 | 0.52 |
| Hex | 1A | 49 | F1 | 59 | 46 | 0 | 5 | E3 | 58 | 34 |
| Octal | 32 | 111 | 361 | 131 | 106 | 0 | 5 | 343 | 130 | 64 |
| Binary | 11010 | 1001001 | 11110001 | 1011001 | 1000110 | 0 | 101 | 11100011 | 1011000 | 110100 |
Color Harmonies of #1A49F1
Complementary color
Monochromatic Colors of #1A49F1
Black with #1A49F1
Text Example
Text Example
White with #1A49F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A49F1; }
p { color: rgb(26,73,241); }
H1.HeaderClassName
{
color: #1A49F1;
}
.AnyTagClassName
{
color: #1A49F1;
}
</style>
background-color css
<style>
a { background-color: #1A49F1; }
a { background-color: rgb(26,73,241); }
div.DivClassName
{
background-color: #1A49F1;
}
.BgClassName
{
background-color: #1A49F1;
}
</style>
border-color css
<style>
span { border-color: #1A49F1; }
span { border-color: rgb(26,73,241); }
td.TdClassName
{
border-color: #1A49F1;
}
.TagClassName
{
border-color: #1A49F1;
}
</style>