Shades of Blue #1A05EC
Tints of Blue #1A05EC
RGB
CMYK
RGB Variations
Color information
#1A05EC (or 0x1A05EC) is known color: Blue. HEX triplet: 1A, 05 and EC. RGB value is (26,5,236). Sum of RGB (Red+Green+Blue) = 26+5+236=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 236 (92.58% from 255 or 88.39% from 267); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A05EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A05EC is #E5FA13. Grayscale: #242424. Windows color (decimal): -15071764 or 15467802. OLE color: 15467802.
HSL color Cylindrical-coordinate representation of color #1A05EC: hue angle of 245.45º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A05EC is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 5 | 236 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.07 |
| HSL | 245.45º | 0.96% | 0.47% | - |
| HSV(B) | 245.45º | 0.98% | 0.93% | - |
| XYZ | 15.62 | 6.38 | 79.77 | - |
| YUV | 37.61 | 239.96 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 236 | 0.89 | 0.98 | 0 | 0.07 | 245.45 | 0.96 | 0.47 |
| Hex | 1A | 5 | EC | 59 | 62 | 0 | 7 | F5 | 60 | 2F |
| Octal | 32 | 5 | 354 | 131 | 142 | 0 | 7 | 365 | 140 | 57 |
| Binary | 11010 | 101 | 11101100 | 1011001 | 1100010 | 0 | 111 | 11110101 | 1100000 | 101111 |
Color Harmonies of #1A05EC
Complementary color
Monochromatic Colors of #1A05EC
Black with #1A05EC
Text Example
Text Example
White with #1A05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A05EC; }
p { color: rgb(26,5,236); }
H1.HeaderClassName
{
color: #1A05EC;
}
.AnyTagClassName
{
color: #1A05EC;
}
</style>
background-color css
<style>
a { background-color: #1A05EC; }
a { background-color: rgb(26,5,236); }
div.DivClassName
{
background-color: #1A05EC;
}
.BgClassName
{
background-color: #1A05EC;
}
</style>
border-color css
<style>
span { border-color: #1A05EC; }
span { border-color: rgb(26,5,236); }
td.TdClassName
{
border-color: #1A05EC;
}
.TagClassName
{
border-color: #1A05EC;
}
</style>