Shades of Royal Blue #1A5BFF
Tints of Royal Blue #1A5BFF
RGB
CMYK
RGB Variations
Color information
#1A5BFF (or 0x1A5BFF) is known color: Royal Blue. HEX triplet: 1A, 5B and FF. RGB value is (26,91,255). Sum of RGB (Red+Green+Blue) = 26+91+255=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A5BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5BFF is #E5A400. Grayscale: #595959. Windows color (decimal): -15049729 or 16735002. OLE color: 16735002.
HSL color Cylindrical-coordinate representation of color #1A5BFF: hue angle of 222.97º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A5BFF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 91 | 255 | - |
| CMYK | 0.90 | 0.64 | 0 | 0 |
| HSL | 222.97º | 1% | 0.55% | - |
| HSV(B) | 222.97º | 0.9% | 1% | - |
| XYZ | 22.22 | 14.92 | 96.32 | - |
| YUV | 90.26 | 220.97 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 255 | 0.90 | 0.64 | 0 | 0 | 222.97 | 1 | 0.55 |
| Hex | 1A | 5B | FF | 5A | 40 | 0 | 0 | DF | 64 | 37 |
| Octal | 32 | 133 | 377 | 132 | 100 | 0 | 0 | 337 | 144 | 67 |
| Binary | 11010 | 1011011 | 11111111 | 1011010 | 1000000 | 0 | 0 | 11011111 | 1100100 | 110111 |
Color Harmonies of #1A5BFF
Complementary color
Monochromatic Colors of #1A5BFF
Black with #1A5BFF
Text Example
Text Example
White with #1A5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5BFF; }
p { color: rgb(26,91,255); }
H1.HeaderClassName
{
color: #1A5BFF;
}
.AnyTagClassName
{
color: #1A5BFF;
}
</style>
background-color css
<style>
a { background-color: #1A5BFF; }
a { background-color: rgb(26,91,255); }
div.DivClassName
{
background-color: #1A5BFF;
}
.BgClassName
{
background-color: #1A5BFF;
}
</style>
border-color css
<style>
span { border-color: #1A5BFF; }
span { border-color: rgb(26,91,255); }
td.TdClassName
{
border-color: #1A5BFF;
}
.TagClassName
{
border-color: #1A5BFF;
}
</style>