Shades of Medium Blue #1A0FE1
Tints of Medium Blue #1A0FE1
RGB
CMYK
RGB Variations
Color information
#1A0FE1 (or 0x1A0FE1) is known color: Medium Blue. HEX triplet: 1A, 0F and E1. RGB value is (26,15,225). Sum of RGB (Red+Green+Blue) = 26+15+225=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 225 (88.28% from 255 or 84.59% from 266); Max value from RGB is 225 - color contains mainly: blue. Hex color #1A0FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0FE1 is #E5F01E. Grayscale: #292929. Windows color (decimal): -15069215 or 14749466. OLE color: 14749466.
HSL color Cylindrical-coordinate representation of color #1A0FE1: hue angle of 243.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0FE1 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 15 | 225 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.12 |
| HSL | 243.14º | 0.88% | 0.47% | - |
| HSV(B) | 243.14º | 0.93% | 0.88% | - |
| XYZ | 14.19 | 6 | 71.64 | - |
| YUV | 42.23 | 231.14 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 225 | 0.88 | 0.93 | 0 | 0.12 | 243.14 | 0.88 | 0.47 |
| Hex | 1A | F | E1 | 58 | 5D | 0 | C | F3 | 58 | 2F |
| Octal | 32 | 17 | 341 | 130 | 135 | 0 | 14 | 363 | 130 | 57 |
| Binary | 11010 | 1111 | 11100001 | 1011000 | 1011101 | 0 | 1100 | 11110011 | 1011000 | 101111 |
Color Harmonies of #1A0FE1
Complementary color
Monochromatic Colors of #1A0FE1
Black with #1A0FE1
Text Example
Text Example
White with #1A0FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0FE1; }
p { color: rgb(26,15,225); }
H1.HeaderClassName
{
color: #1A0FE1;
}
.AnyTagClassName
{
color: #1A0FE1;
}
</style>
background-color css
<style>
a { background-color: #1A0FE1; }
a { background-color: rgb(26,15,225); }
div.DivClassName
{
background-color: #1A0FE1;
}
.BgClassName
{
background-color: #1A0FE1;
}
</style>
border-color css
<style>
span { border-color: #1A0FE1; }
span { border-color: rgb(26,15,225); }
td.TdClassName
{
border-color: #1A0FE1;
}
.TagClassName
{
border-color: #1A0FE1;
}
</style>