Shades of Royal Blue #1A52EC
Tints of Royal Blue #1A52EC
RGB
CMYK
RGB Variations
Color information
#1A52EC (or 0x1A52EC) is known color: Royal Blue. HEX triplet: 1A, 52 and EC. RGB value is (26,82,236). Sum of RGB (Red+Green+Blue) = 26+82+236=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A52EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A52EC is #E5AD13. Grayscale: #525252. Windows color (decimal): -15052052 or 15487514. OLE color: 15487514.
HSL color Cylindrical-coordinate representation of color #1A52EC: hue angle of 224º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A52EC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 82 | 236 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.07 |
| HSL | 224º | 0.85% | 0.51% | - |
| HSV(B) | 224º | 0.89% | 0.93% | - |
| XYZ | 18.58 | 12.31 | 80.75 | - |
| YUV | 82.81 | 214.45 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 236 | 0.89 | 0.65 | 0 | 0.07 | 224 | 0.85 | 0.51 |
| Hex | 1A | 52 | EC | 59 | 41 | 0 | 7 | E0 | 55 | 33 |
| Octal | 32 | 122 | 354 | 131 | 101 | 0 | 7 | 340 | 125 | 63 |
| Binary | 11010 | 1010010 | 11101100 | 1011001 | 1000001 | 0 | 111 | 11100000 | 1010101 | 110011 |
Color Harmonies of #1A52EC
Complementary color
Monochromatic Colors of #1A52EC
Black with #1A52EC
Text Example
Text Example
White with #1A52EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A52EC; }
p { color: rgb(26,82,236); }
H1.HeaderClassName
{
color: #1A52EC;
}
.AnyTagClassName
{
color: #1A52EC;
}
</style>
background-color css
<style>
a { background-color: #1A52EC; }
a { background-color: rgb(26,82,236); }
div.DivClassName
{
background-color: #1A52EC;
}
.BgClassName
{
background-color: #1A52EC;
}
</style>
border-color css
<style>
span { border-color: #1A52EC; }
span { border-color: rgb(26,82,236); }
td.TdClassName
{
border-color: #1A52EC;
}
.TagClassName
{
border-color: #1A52EC;
}
</style>