Shades of Royal Blue #1A5BEA
Tints of Royal Blue #1A5BEA
RGB
CMYK
RGB Variations
Color information
#1A5BEA (or 0x1A5BEA) is known color: Royal Blue. HEX triplet: 1A, 5B and EA. RGB value is (26,91,234). Sum of RGB (Red+Green+Blue) = 26+91+234=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A5BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5BEA is #E5A415. Grayscale: #575757. Windows color (decimal): -15049750 or 15358746. OLE color: 15358746.
HSL color Cylindrical-coordinate representation of color #1A5BEA: hue angle of 221.25º 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 #1A5BEA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 91 | 234 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.08 |
| HSL | 221.25º | 0.83% | 0.51% | - |
| HSV(B) | 221.25º | 0.89% | 0.92% | - |
| XYZ | 19.02 | 13.64 | 79.47 | - |
| YUV | 87.87 | 210.47 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 234 | 0.89 | 0.61 | 0 | 0.08 | 221.25 | 0.83 | 0.51 |
| Hex | 1A | 5B | EA | 59 | 3D | 0 | 8 | DD | 53 | 33 |
| Octal | 32 | 133 | 352 | 131 | 75 | 0 | 10 | 335 | 123 | 63 |
| Binary | 11010 | 1011011 | 11101010 | 1011001 | 111101 | 0 | 1000 | 11011101 | 1010011 | 110011 |
Color Harmonies of #1A5BEA
Complementary color
Monochromatic Colors of #1A5BEA
Black with #1A5BEA
Text Example
Text Example
White with #1A5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5BEA; }
p { color: rgb(26,91,234); }
H1.HeaderClassName
{
color: #1A5BEA;
}
.AnyTagClassName
{
color: #1A5BEA;
}
</style>
background-color css
<style>
a { background-color: #1A5BEA; }
a { background-color: rgb(26,91,234); }
div.DivClassName
{
background-color: #1A5BEA;
}
.BgClassName
{
background-color: #1A5BEA;
}
</style>
border-color css
<style>
span { border-color: #1A5BEA; }
span { border-color: rgb(26,91,234); }
td.TdClassName
{
border-color: #1A5BEA;
}
.TagClassName
{
border-color: #1A5BEA;
}
</style>