Shades of Medium Blue #1A0AE0
Tints of Medium Blue #1A0AE0
RGB
CMYK
RGB Variations
Color information
#1A0AE0 (or 0x1A0AE0) is known color: Medium Blue. HEX triplet: 1A, 0A and E0. RGB value is (26,10,224). Sum of RGB (Red+Green+Blue) = 26+10+224=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 224 (87.89% from 255 or 86.15% from 260); Max value from RGB is 224 - color contains mainly: blue. Hex color #1A0AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0AE0 is #E5F51F. Grayscale: #262626. Windows color (decimal): -15070496 or 14682650. OLE color: 14682650.
HSL color Cylindrical-coordinate representation of color #1A0AE0: hue angle of 244.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0AE0 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 10 | 224 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.12 |
| HSL | 244.49º | 0.91% | 0.46% | - |
| HSV(B) | 244.49º | 0.96% | 0.88% | - |
| XYZ | 13.99 | 5.82 | 70.91 | - |
| YUV | 39.18 | 232.3 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 224 | 0.88 | 0.96 | 0 | 0.12 | 244.49 | 0.91 | 0.46 |
| Hex | 1A | A | E0 | 58 | 60 | 0 | C | F4 | 5B | 2E |
| Octal | 32 | 12 | 340 | 130 | 140 | 0 | 14 | 364 | 133 | 56 |
| Binary | 11010 | 1010 | 11100000 | 1011000 | 1100000 | 0 | 1100 | 11110100 | 1011011 | 101110 |
Color Harmonies of #1A0AE0
Complementary color
Monochromatic Colors of #1A0AE0
Black with #1A0AE0
Text Example
Text Example
White with #1A0AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0AE0; }
p { color: rgb(26,10,224); }
H1.HeaderClassName
{
color: #1A0AE0;
}
.AnyTagClassName
{
color: #1A0AE0;
}
</style>
background-color css
<style>
a { background-color: #1A0AE0; }
a { background-color: rgb(26,10,224); }
div.DivClassName
{
background-color: #1A0AE0;
}
.BgClassName
{
background-color: #1A0AE0;
}
</style>
border-color css
<style>
span { border-color: #1A0AE0; }
span { border-color: rgb(26,10,224); }
td.TdClassName
{
border-color: #1A0AE0;
}
.TagClassName
{
border-color: #1A0AE0;
}
</style>