Shades of Blue #1A05E6
Tints of Blue #1A05E6
RGB
CMYK
RGB Variations
Color information
#1A05E6 (or 0x1A05E6) is known color: Blue. HEX triplet: 1A, 05 and E6. RGB value is (26,5,230). Sum of RGB (Red+Green+Blue) = 26+5+230=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 230 (90.23% from 255 or 88.12% from 261); Max value from RGB is 230 - color contains mainly: blue. Hex color #1A05E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A05E6 is #E5FA19. Grayscale: #242424. Windows color (decimal): -15071770 or 15074586. OLE color: 15074586.
HSL color Cylindrical-coordinate representation of color #1A05E6: hue angle of 245.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A05E6 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 5 | 230 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.10 |
| HSL | 245.6º | 0.96% | 0.46% | - |
| HSV(B) | 245.6º | 0.98% | 0.9% | - |
| XYZ | 14.76 | 6.04 | 75.25 | - |
| YUV | 36.93 | 236.96 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 230 | 0.89 | 0.98 | 0 | 0.10 | 245.6 | 0.96 | 0.46 |
| Hex | 1A | 5 | E6 | 59 | 62 | 0 | A | F6 | 60 | 2E |
| Octal | 32 | 5 | 346 | 131 | 142 | 0 | 12 | 366 | 140 | 56 |
| Binary | 11010 | 101 | 11100110 | 1011001 | 1100010 | 0 | 1010 | 11110110 | 1100000 | 101110 |
Color Harmonies of #1A05E6
Complementary color
Monochromatic Colors of #1A05E6
Black with #1A05E6
Text Example
Text Example
White with #1A05E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A05E6; }
p { color: rgb(26,5,230); }
H1.HeaderClassName
{
color: #1A05E6;
}
.AnyTagClassName
{
color: #1A05E6;
}
</style>
background-color css
<style>
a { background-color: #1A05E6; }
a { background-color: rgb(26,5,230); }
div.DivClassName
{
background-color: #1A05E6;
}
.BgClassName
{
background-color: #1A05E6;
}
</style>
border-color css
<style>
span { border-color: #1A05E6; }
span { border-color: rgb(26,5,230); }
td.TdClassName
{
border-color: #1A05E6;
}
.TagClassName
{
border-color: #1A05E6;
}
</style>