Shades of Blue #1A29FF
Tints of Blue #1A29FF
RGB
CMYK
RGB Variations
Color information
#1A29FF (or 0x1A29FF) is known color: Blue. HEX triplet: 1A, 29 and FF. RGB value is (26,41,255). Sum of RGB (Red+Green+Blue) = 26+41+255=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A29FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A29FF is #E5D600. Grayscale: #3C3C3C. Windows color (decimal): -15062529 or 16722202. OLE color: 16722202.
HSL color Cylindrical-coordinate representation of color #1A29FF: hue angle of 236.07º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A29FF is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 41 | 255 | - |
| CMYK | 0.90 | 0.84 | 0 | 0 |
| HSL | 236.07º | 1% | 0.55% | - |
| HSV(B) | 236.07º | 0.9% | 1% | - |
| XYZ | 19.27 | 9.03 | 95.33 | - |
| YUV | 60.91 | 237.53 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 255 | 0.90 | 0.84 | 0 | 0 | 236.07 | 1 | 0.55 |
| Hex | 1A | 29 | FF | 5A | 54 | 0 | 0 | EC | 64 | 37 |
| Octal | 32 | 51 | 377 | 132 | 124 | 0 | 0 | 354 | 144 | 67 |
| Binary | 11010 | 101001 | 11111111 | 1011010 | 1010100 | 0 | 0 | 11101100 | 1100100 | 110111 |
Color Harmonies of #1A29FF
Complementary color
Monochromatic Colors of #1A29FF
Black with #1A29FF
Text Example
Text Example
White with #1A29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A29FF; }
p { color: rgb(26,41,255); }
H1.HeaderClassName
{
color: #1A29FF;
}
.AnyTagClassName
{
color: #1A29FF;
}
</style>
background-color css
<style>
a { background-color: #1A29FF; }
a { background-color: rgb(26,41,255); }
div.DivClassName
{
background-color: #1A29FF;
}
.BgClassName
{
background-color: #1A29FF;
}
</style>
border-color css
<style>
span { border-color: #1A29FF; }
span { border-color: rgb(26,41,255); }
td.TdClassName
{
border-color: #1A29FF;
}
.TagClassName
{
border-color: #1A29FF;
}
</style>