Shades of Blue #1A0EE9
Tints of Blue #1A0EE9
RGB
CMYK
RGB Variations
Color information
#1A0EE9 (or 0x1A0EE9) is known color: Blue. HEX triplet: 1A, 0E and E9. RGB value is (26,14,233). Sum of RGB (Red+Green+Blue) = 26+14+233=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 233 (91.41% from 255 or 85.35% from 273); Max value from RGB is 233 - color contains mainly: blue. Hex color #1A0EE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A0EE9 is #E5F116. Grayscale: #292929. Windows color (decimal): -15069463 or 15273498. OLE color: 15273498.
HSL color Cylindrical-coordinate representation of color #1A0EE9: hue angle of 243.29º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0EE9 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 14 | 233 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.09 |
| HSL | 243.29º | 0.89% | 0.48% | - |
| HSV(B) | 243.29º | 0.94% | 0.91% | - |
| XYZ | 15.29 | 6.42 | 77.52 | - |
| YUV | 42.55 | 235.48 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 233 | 0.89 | 0.94 | 0 | 0.09 | 243.29 | 0.89 | 0.48 |
| Hex | 1A | E | E9 | 59 | 5E | 0 | 9 | F3 | 59 | 30 |
| Octal | 32 | 16 | 351 | 131 | 136 | 0 | 11 | 363 | 131 | 60 |
| Binary | 11010 | 1110 | 11101001 | 1011001 | 1011110 | 0 | 1001 | 11110011 | 1011001 | 110000 |
Color Harmonies of #1A0EE9
Complementary color
Monochromatic Colors of #1A0EE9
Black with #1A0EE9
Text Example
Text Example
White with #1A0EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0EE9; }
p { color: rgb(26,14,233); }
H1.HeaderClassName
{
color: #1A0EE9;
}
.AnyTagClassName
{
color: #1A0EE9;
}
</style>
background-color css
<style>
a { background-color: #1A0EE9; }
a { background-color: rgb(26,14,233); }
div.DivClassName
{
background-color: #1A0EE9;
}
.BgClassName
{
background-color: #1A0EE9;
}
</style>
border-color css
<style>
span { border-color: #1A0EE9; }
span { border-color: rgb(26,14,233); }
td.TdClassName
{
border-color: #1A0EE9;
}
.TagClassName
{
border-color: #1A0EE9;
}
</style>