Shades of Blue #1A02EB
Tints of Blue #1A02EB
RGB
CMYK
RGB Variations
Color information
#1A02EB (or 0x1A02EB) is known color: Blue. HEX triplet: 1A, 02 and EB. RGB value is (26,2,235). Sum of RGB (Red+Green+Blue) = 26+2+235=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 235 (92.19% from 255 or 89.35% from 263); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A02EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A02EB is #E5FD14. Grayscale: #222222. Windows color (decimal): -15072533 or 15401498. OLE color: 15401498.
HSL color Cylindrical-coordinate representation of color #1A02EB: hue angle of 246.18º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A02EB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 2 | 235 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.08 |
| HSL | 246.18º | 0.98% | 0.46% | - |
| HSV(B) | 246.18º | 0.99% | 0.92% | - |
| XYZ | 15.44 | 6.26 | 78.99 | - |
| YUV | 35.74 | 240.45 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 235 | 0.89 | 0.99 | 0 | 0.08 | 246.18 | 0.98 | 0.46 |
| Hex | 1A | 2 | EB | 59 | 63 | 0 | 8 | F6 | 62 | 2E |
| Octal | 32 | 2 | 353 | 131 | 143 | 0 | 10 | 366 | 142 | 56 |
| Binary | 11010 | 10 | 11101011 | 1011001 | 1100011 | 0 | 1000 | 11110110 | 1100010 | 101110 |
Color Harmonies of #1A02EB
Complementary color
Monochromatic Colors of #1A02EB
Black with #1A02EB
Text Example
Text Example
White with #1A02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A02EB; }
p { color: rgb(26,2,235); }
H1.HeaderClassName
{
color: #1A02EB;
}
.AnyTagClassName
{
color: #1A02EB;
}
</style>
background-color css
<style>
a { background-color: #1A02EB; }
a { background-color: rgb(26,2,235); }
div.DivClassName
{
background-color: #1A02EB;
}
.BgClassName
{
background-color: #1A02EB;
}
</style>
border-color css
<style>
span { border-color: #1A02EB; }
span { border-color: rgb(26,2,235); }
td.TdClassName
{
border-color: #1A02EB;
}
.TagClassName
{
border-color: #1A02EB;
}
</style>