Shades of Royal Blue #1A63EB
Tints of Royal Blue #1A63EB
RGB
CMYK
RGB Variations
Color information
#1A63EB (or 0x1A63EB) is known color: Royal Blue. HEX triplet: 1A, 63 and EB. RGB value is (26,99,235). Sum of RGB (Red+Green+Blue) = 26+99+235=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A63EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A63EB is #E59C14. Grayscale: #5C5C5C. Windows color (decimal): -15047701 or 15426330. OLE color: 15426330.
HSL color Cylindrical-coordinate representation of color #1A63EB: hue angle of 219.04º degrees, saturation: 0.84, 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 #1A63EB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 99 | 235 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.08 |
| HSL | 219.04º | 0.84% | 0.51% | - |
| HSV(B) | 219.04º | 0.89% | 0.92% | - |
| XYZ | 19.88 | 15.14 | 80.47 | - |
| YUV | 92.68 | 208.32 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 235 | 0.89 | 0.58 | 0 | 0.08 | 219.04 | 0.84 | 0.51 |
| Hex | 1A | 63 | EB | 59 | 3A | 0 | 8 | DB | 54 | 33 |
| Octal | 32 | 143 | 353 | 131 | 72 | 0 | 10 | 333 | 124 | 63 |
| Binary | 11010 | 1100011 | 11101011 | 1011001 | 111010 | 0 | 1000 | 11011011 | 1010100 | 110011 |
Color Harmonies of #1A63EB
Complementary color
Monochromatic Colors of #1A63EB
Black with #1A63EB
Text Example
Text Example
White with #1A63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A63EB; }
p { color: rgb(26,99,235); }
H1.HeaderClassName
{
color: #1A63EB;
}
.AnyTagClassName
{
color: #1A63EB;
}
</style>
background-color css
<style>
a { background-color: #1A63EB; }
a { background-color: rgb(26,99,235); }
div.DivClassName
{
background-color: #1A63EB;
}
.BgClassName
{
background-color: #1A63EB;
}
</style>
border-color css
<style>
span { border-color: #1A63EB; }
span { border-color: rgb(26,99,235); }
td.TdClassName
{
border-color: #1A63EB;
}
.TagClassName
{
border-color: #1A63EB;
}
</style>