Shades of Royal Blue #1A65F2
Tints of Royal Blue #1A65F2
RGB
CMYK
RGB Variations
Color information
#1A65F2 (or 0x1A65F2) is known color: Royal Blue. HEX triplet: 1A, 65 and F2. RGB value is (26,101,242). Sum of RGB (Red+Green+Blue) = 26+101+242=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #1A65F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A65F2 is #E59A0D. Grayscale: #5E5E5E. Windows color (decimal): -15047182 or 15885594. OLE color: 15885594.
HSL color Cylindrical-coordinate representation of color #1A65F2: hue angle of 219.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A65F2 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 101 | 242 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.05 |
| HSL | 219.17º | 0.89% | 0.53% | - |
| HSV(B) | 219.17º | 0.89% | 0.95% | - |
| XYZ | 21.11 | 15.94 | 85.97 | - |
| YUV | 94.65 | 211.15 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 242 | 0.89 | 0.58 | 0 | 0.05 | 219.17 | 0.89 | 0.53 |
| Hex | 1A | 65 | F2 | 59 | 3A | 0 | 5 | DB | 59 | 35 |
| Octal | 32 | 145 | 362 | 131 | 72 | 0 | 5 | 333 | 131 | 65 |
| Binary | 11010 | 1100101 | 11110010 | 1011001 | 111010 | 0 | 101 | 11011011 | 1011001 | 110101 |
Color Harmonies of #1A65F2
Complementary color
Monochromatic Colors of #1A65F2
Black with #1A65F2
Text Example
Text Example
White with #1A65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A65F2; }
p { color: rgb(26,101,242); }
H1.HeaderClassName
{
color: #1A65F2;
}
.AnyTagClassName
{
color: #1A65F2;
}
</style>
background-color css
<style>
a { background-color: #1A65F2; }
a { background-color: rgb(26,101,242); }
div.DivClassName
{
background-color: #1A65F2;
}
.BgClassName
{
background-color: #1A65F2;
}
</style>
border-color css
<style>
span { border-color: #1A65F2; }
span { border-color: rgb(26,101,242); }
td.TdClassName
{
border-color: #1A65F2;
}
.TagClassName
{
border-color: #1A65F2;
}
</style>