Shades of Medium Blue #1A0EE5
Tints of Medium Blue #1A0EE5
RGB
CMYK
RGB Variations
Color information
#1A0EE5 (or 0x1A0EE5) is known color: Medium Blue. HEX triplet: 1A, 0E and E5. RGB value is (26,14,229). Sum of RGB (Red+Green+Blue) = 26+14+229=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 229 (89.84% from 255 or 85.13% from 269); Max value from RGB is 229 - color contains mainly: blue. Hex color #1A0EE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0EE5 is #E5F11A. Grayscale: #292929. Windows color (decimal): -15069467 or 15011354. OLE color: 15011354.
HSL color Cylindrical-coordinate representation of color #1A0EE5: hue angle of 243.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0EE5 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 14 | 229 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.10 |
| HSL | 243.35º | 0.88% | 0.48% | - |
| HSV(B) | 243.35º | 0.94% | 0.9% | - |
| XYZ | 14.73 | 6.19 | 74.55 | - |
| YUV | 42.1 | 233.48 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 229 | 0.89 | 0.94 | 0 | 0.10 | 243.35 | 0.88 | 0.48 |
| Hex | 1A | E | E5 | 59 | 5E | 0 | A | F3 | 58 | 30 |
| Octal | 32 | 16 | 345 | 131 | 136 | 0 | 12 | 363 | 130 | 60 |
| Binary | 11010 | 1110 | 11100101 | 1011001 | 1011110 | 0 | 1010 | 11110011 | 1011000 | 110000 |
Color Harmonies of #1A0EE5
Complementary color
Monochromatic Colors of #1A0EE5
Black with #1A0EE5
Text Example
Text Example
White with #1A0EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0EE5; }
p { color: rgb(26,14,229); }
H1.HeaderClassName
{
color: #1A0EE5;
}
.AnyTagClassName
{
color: #1A0EE5;
}
</style>
background-color css
<style>
a { background-color: #1A0EE5; }
a { background-color: rgb(26,14,229); }
div.DivClassName
{
background-color: #1A0EE5;
}
.BgClassName
{
background-color: #1A0EE5;
}
</style>
border-color css
<style>
span { border-color: #1A0EE5; }
span { border-color: rgb(26,14,229); }
td.TdClassName
{
border-color: #1A0EE5;
}
.TagClassName
{
border-color: #1A0EE5;
}
</style>