Shades of Royal Blue #1A64EF
Tints of Royal Blue #1A64EF
RGB
CMYK
RGB Variations
Color information
#1A64EF (or 0x1A64EF) is known color: Royal Blue. HEX triplet: 1A, 64 and EF. RGB value is (26,100,239). Sum of RGB (Red+Green+Blue) = 26+100+239=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A64EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A64EF is #E59B10. Grayscale: #5D5D5D. Windows color (decimal): -15047441 or 15688730. OLE color: 15688730.
HSL color Cylindrical-coordinate representation of color #1A64EF: hue angle of 219.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A64EF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 100 | 239 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.06 |
| HSL | 219.15º | 0.87% | 0.52% | - |
| HSV(B) | 219.15º | 0.89% | 0.94% | - |
| XYZ | 20.56 | 15.57 | 83.58 | - |
| YUV | 93.72 | 209.98 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 239 | 0.89 | 0.58 | 0 | 0.06 | 219.15 | 0.87 | 0.52 |
| Hex | 1A | 64 | EF | 59 | 3A | 0 | 6 | DB | 57 | 34 |
| Octal | 32 | 144 | 357 | 131 | 72 | 0 | 6 | 333 | 127 | 64 |
| Binary | 11010 | 1100100 | 11101111 | 1011001 | 111010 | 0 | 110 | 11011011 | 1010111 | 110100 |
Color Harmonies of #1A64EF
Complementary color
Monochromatic Colors of #1A64EF
Black with #1A64EF
Text Example
Text Example
White with #1A64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A64EF; }
p { color: rgb(26,100,239); }
H1.HeaderClassName
{
color: #1A64EF;
}
.AnyTagClassName
{
color: #1A64EF;
}
</style>
background-color css
<style>
a { background-color: #1A64EF; }
a { background-color: rgb(26,100,239); }
div.DivClassName
{
background-color: #1A64EF;
}
.BgClassName
{
background-color: #1A64EF;
}
</style>
border-color css
<style>
span { border-color: #1A64EF; }
span { border-color: rgb(26,100,239); }
td.TdClassName
{
border-color: #1A64EF;
}
.TagClassName
{
border-color: #1A64EF;
}
</style>