Shades of Blue #1A00E8
Tints of Blue #1A00E8
RGB
CMYK
RGB Variations
Color information
#1A00E8 (or 0x1A00E8) is known color: Blue. HEX triplet: 1A, 00 and E8. RGB value is (26,0,232). Sum of RGB (Red+Green+Blue) = 26+0+232=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 232 (91.02% from 255 or 89.92% from 258); Max value from RGB is 232 - color contains mainly: blue. Hex color #1A00E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A00E8 is #E5FF17. Grayscale: #212121. Windows color (decimal): -15073048 or 15204378. OLE color: 15204378.
HSL color Cylindrical-coordinate representation of color #1A00E8: hue angle of 246.72º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00E8 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 0 | 232 | - |
| CMYK | 0.89 | 1 | 0 | 0.09 |
| HSL | 246.72º | 1% | 0.45% | - |
| HSV(B) | 246.72º | 1% | 0.91% | - |
| XYZ | 14.99 | 6.05 | 76.72 | - |
| YUV | 34.22 | 239.61 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 232 | 0.89 | 1 | 0 | 0.09 | 246.72 | 1 | 0.45 |
| Hex | 1A | 0 | E8 | 59 | 64 | 0 | 9 | F7 | 64 | 2D |
| Octal | 32 | 0 | 350 | 131 | 144 | 0 | 11 | 367 | 144 | 55 |
| Binary | 11010 | 0 | 11101000 | 1011001 | 1100100 | 0 | 1001 | 11110111 | 1100100 | 101101 |
Color Harmonies of #1A00E8
Complementary color
Monochromatic Colors of #1A00E8
Black with #1A00E8
Text Example
Text Example
White with #1A00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A00E8; }
p { color: rgb(26,0,232); }
H1.HeaderClassName
{
color: #1A00E8;
}
.AnyTagClassName
{
color: #1A00E8;
}
</style>
background-color css
<style>
a { background-color: #1A00E8; }
a { background-color: rgb(26,0,232); }
div.DivClassName
{
background-color: #1A00E8;
}
.BgClassName
{
background-color: #1A00E8;
}
</style>
border-color css
<style>
span { border-color: #1A00E8; }
span { border-color: rgb(26,0,232); }
td.TdClassName
{
border-color: #1A00E8;
}
.TagClassName
{
border-color: #1A00E8;
}
</style>