Shades of Blue #1A21E9
Tints of Blue #1A21E9
RGB
CMYK
RGB Variations
Color information
#1A21E9 (or 0x1A21E9) is known color: Blue. HEX triplet: 1A, 21 and E9. RGB value is (26,33,233). Sum of RGB (Red+Green+Blue) = 26+33+233=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 233 (91.41% from 255 or 79.79% from 292); Max value from RGB is 233 - color contains mainly: blue. Hex color #1A21E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A21E9 is #E5DE16. Grayscale: #343434. Windows color (decimal): -15064599 or 15278362. OLE color: 15278362.
HSL color Cylindrical-coordinate representation of color #1A21E9: hue angle of 237.97º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A21E9 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 33 | 233 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.09 |
| HSL | 237.97º | 0.82% | 0.51% | - |
| HSV(B) | 237.97º | 0.89% | 0.91% | - |
| XYZ | 15.68 | 7.19 | 77.65 | - |
| YUV | 53.71 | 229.18 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 233 | 0.89 | 0.86 | 0 | 0.09 | 237.97 | 0.82 | 0.51 |
| Hex | 1A | 21 | E9 | 59 | 56 | 0 | 9 | EE | 52 | 33 |
| Octal | 32 | 41 | 351 | 131 | 126 | 0 | 11 | 356 | 122 | 63 |
| Binary | 11010 | 100001 | 11101001 | 1011001 | 1010110 | 0 | 1001 | 11101110 | 1010010 | 110011 |
Color Harmonies of #1A21E9
Complementary color
Monochromatic Colors of #1A21E9
Black with #1A21E9
Text Example
Text Example
White with #1A21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A21E9; }
p { color: rgb(26,33,233); }
H1.HeaderClassName
{
color: #1A21E9;
}
.AnyTagClassName
{
color: #1A21E9;
}
</style>
background-color css
<style>
a { background-color: #1A21E9; }
a { background-color: rgb(26,33,233); }
div.DivClassName
{
background-color: #1A21E9;
}
.BgClassName
{
background-color: #1A21E9;
}
</style>
border-color css
<style>
span { border-color: #1A21E9; }
span { border-color: rgb(26,33,233); }
td.TdClassName
{
border-color: #1A21E9;
}
.TagClassName
{
border-color: #1A21E9;
}
</style>