Shades of Royal Blue #1A51EA
Tints of Royal Blue #1A51EA
RGB
CMYK
RGB Variations
Color information
#1A51EA (or 0x1A51EA) is known color: Royal Blue. HEX triplet: 1A, 51 and EA. RGB value is (26,81,234). Sum of RGB (Red+Green+Blue) = 26+81+234=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A51EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A51EA is #E5AE15. Grayscale: #515151. Windows color (decimal): -15052310 or 15356186. OLE color: 15356186.
HSL color Cylindrical-coordinate representation of color #1A51EA: hue angle of 224.13º degrees, saturation: 0.83, 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 #1A51EA is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 81 | 234 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.08 |
| HSL | 224.13º | 0.83% | 0.51% | - |
| HSV(B) | 224.13º | 0.89% | 0.92% | - |
| XYZ | 18.22 | 12.04 | 79.21 | - |
| YUV | 82 | 213.78 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 234 | 0.89 | 0.65 | 0 | 0.08 | 224.13 | 0.83 | 0.51 |
| Hex | 1A | 51 | EA | 59 | 41 | 0 | 8 | E0 | 53 | 33 |
| Octal | 32 | 121 | 352 | 131 | 101 | 0 | 10 | 340 | 123 | 63 |
| Binary | 11010 | 1010001 | 11101010 | 1011001 | 1000001 | 0 | 1000 | 11100000 | 1010011 | 110011 |
Color Harmonies of #1A51EA
Complementary color
Monochromatic Colors of #1A51EA
Black with #1A51EA
Text Example
Text Example
White with #1A51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A51EA; }
p { color: rgb(26,81,234); }
H1.HeaderClassName
{
color: #1A51EA;
}
.AnyTagClassName
{
color: #1A51EA;
}
</style>
background-color css
<style>
a { background-color: #1A51EA; }
a { background-color: rgb(26,81,234); }
div.DivClassName
{
background-color: #1A51EA;
}
.BgClassName
{
background-color: #1A51EA;
}
</style>
border-color css
<style>
span { border-color: #1A51EA; }
span { border-color: rgb(26,81,234); }
td.TdClassName
{
border-color: #1A51EA;
}
.TagClassName
{
border-color: #1A51EA;
}
</style>