Shades of Blue #1A0AED
Tints of Blue #1A0AED
RGB
CMYK
RGB Variations
Color information
#1A0AED (or 0x1A0AED) is known color: Blue. HEX triplet: 1A, 0A and ED. RGB value is (26,10,237). Sum of RGB (Red+Green+Blue) = 26+10+237=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 237 (92.97% from 255 or 86.81% from 273); Max value from RGB is 237 - color contains mainly: blue. Hex color #1A0AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A0AED is #E5F512. Grayscale: #272727. Windows color (decimal): -15070483 or 15534618. OLE color: 15534618.
HSL color Cylindrical-coordinate representation of color #1A0AED: hue angle of 244.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0AED is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 10 | 237 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.07 |
| HSL | 244.23º | 0.92% | 0.48% | - |
| HSV(B) | 244.23º | 0.96% | 0.93% | - |
| XYZ | 15.82 | 6.55 | 80.55 | - |
| YUV | 40.66 | 238.8 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 237 | 0.89 | 0.96 | 0 | 0.07 | 244.23 | 0.92 | 0.48 |
| Hex | 1A | A | ED | 59 | 60 | 0 | 7 | F4 | 5C | 30 |
| Octal | 32 | 12 | 355 | 131 | 140 | 0 | 7 | 364 | 134 | 60 |
| Binary | 11010 | 1010 | 11101101 | 1011001 | 1100000 | 0 | 111 | 11110100 | 1011100 | 110000 |
Color Harmonies of #1A0AED
Complementary color
Monochromatic Colors of #1A0AED
Black with #1A0AED
Text Example
Text Example
White with #1A0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0AED; }
p { color: rgb(26,10,237); }
H1.HeaderClassName
{
color: #1A0AED;
}
.AnyTagClassName
{
color: #1A0AED;
}
</style>
background-color css
<style>
a { background-color: #1A0AED; }
a { background-color: rgb(26,10,237); }
div.DivClassName
{
background-color: #1A0AED;
}
.BgClassName
{
background-color: #1A0AED;
}
</style>
border-color css
<style>
span { border-color: #1A0AED; }
span { border-color: rgb(26,10,237); }
td.TdClassName
{
border-color: #1A0AED;
}
.TagClassName
{
border-color: #1A0AED;
}
</style>