Shades of Royal Blue #1A53EB
Tints of Royal Blue #1A53EB
RGB
CMYK
RGB Variations
Color information
#1A53EB (or 0x1A53EB) is known color: Royal Blue. HEX triplet: 1A, 53 and EB. RGB value is (26,83,235). Sum of RGB (Red+Green+Blue) = 26+83+235=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A53EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A53EB is #E5AC14. Grayscale: #525252. Windows color (decimal): -15051797 or 15422234. OLE color: 15422234.
HSL color Cylindrical-coordinate representation of color #1A53EB: hue angle of 223.64º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A53EB is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 83 | 235 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.08 |
| HSL | 223.64º | 0.84% | 0.51% | - |
| HSV(B) | 223.64º | 0.89% | 0.92% | - |
| XYZ | 18.51 | 12.4 | 80.02 | - |
| YUV | 83.29 | 213.62 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 235 | 0.89 | 0.65 | 0 | 0.08 | 223.64 | 0.84 | 0.51 |
| Hex | 1A | 53 | EB | 59 | 41 | 0 | 8 | E0 | 54 | 33 |
| Octal | 32 | 123 | 353 | 131 | 101 | 0 | 10 | 340 | 124 | 63 |
| Binary | 11010 | 1010011 | 11101011 | 1011001 | 1000001 | 0 | 1000 | 11100000 | 1010100 | 110011 |
Color Harmonies of #1A53EB
Complementary color
Monochromatic Colors of #1A53EB
Black with #1A53EB
Text Example
Text Example
White with #1A53EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A53EB; }
p { color: rgb(26,83,235); }
H1.HeaderClassName
{
color: #1A53EB;
}
.AnyTagClassName
{
color: #1A53EB;
}
</style>
background-color css
<style>
a { background-color: #1A53EB; }
a { background-color: rgb(26,83,235); }
div.DivClassName
{
background-color: #1A53EB;
}
.BgClassName
{
background-color: #1A53EB;
}
</style>
border-color css
<style>
span { border-color: #1A53EB; }
span { border-color: rgb(26,83,235); }
td.TdClassName
{
border-color: #1A53EB;
}
.TagClassName
{
border-color: #1A53EB;
}
</style>