Shades of Blue #1A04E7
Tints of Blue #1A04E7
RGB
CMYK
RGB Variations
Color information
#1A04E7 (or 0x1A04E7) is known color: Blue. HEX triplet: 1A, 04 and E7. RGB value is (26,4,231). Sum of RGB (Red+Green+Blue) = 26+4+231=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 231 (90.62% from 255 or 88.51% from 261); Max value from RGB is 231 - color contains mainly: blue. Hex color #1A04E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A04E7 is #E5FB18. Grayscale: #232323. Windows color (decimal): -15072025 or 15139866. OLE color: 15139866.
HSL color Cylindrical-coordinate representation of color #1A04E7: hue angle of 245.81º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A04E7 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 4 | 231 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.09 |
| HSL | 245.82º | 0.97% | 0.46% | - |
| HSV(B) | 245.82º | 0.98% | 0.91% | - |
| XYZ | 14.89 | 6.08 | 75.99 | - |
| YUV | 36.46 | 237.79 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 231 | 0.89 | 0.98 | 0 | 0.09 | 245.82 | 0.97 | 0.46 |
| Hex | 1A | 4 | E7 | 59 | 62 | 0 | 9 | F6 | 61 | 2E |
| Octal | 32 | 4 | 347 | 131 | 142 | 0 | 11 | 366 | 141 | 56 |
| Binary | 11010 | 100 | 11100111 | 1011001 | 1100010 | 0 | 1001 | 11110110 | 1100001 | 101110 |
Color Harmonies of #1A04E7
Complementary color
Monochromatic Colors of #1A04E7
Black with #1A04E7
Text Example
Text Example
White with #1A04E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A04E7; }
p { color: rgb(26,4,231); }
H1.HeaderClassName
{
color: #1A04E7;
}
.AnyTagClassName
{
color: #1A04E7;
}
</style>
background-color css
<style>
a { background-color: #1A04E7; }
a { background-color: rgb(26,4,231); }
div.DivClassName
{
background-color: #1A04E7;
}
.BgClassName
{
background-color: #1A04E7;
}
</style>
border-color css
<style>
span { border-color: #1A04E7; }
span { border-color: rgb(26,4,231); }
td.TdClassName
{
border-color: #1A04E7;
}
.TagClassName
{
border-color: #1A04E7;
}
</style>