Shades of Blue #1A25E9
Tints of Blue #1A25E9
RGB
CMYK
RGB Variations
Color information
#1A25E9 (or 0x1A25E9) is known color: Blue. HEX triplet: 1A, 25 and E9. RGB value is (26,37,233). Sum of RGB (Red+Green+Blue) = 26+37+233=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 233 (91.41% from 255 or 78.72% from 296); Max value from RGB is 233 - color contains mainly: blue. Hex color #1A25E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A25E9 is #E5DA16. Grayscale: #373737. Windows color (decimal): -15063575 or 15279386. OLE color: 15279386.
HSL color Cylindrical-coordinate representation of color #1A25E9: hue angle of 236.81º 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 #1A25E9 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 37 | 233 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.09 |
| HSL | 236.81º | 0.82% | 0.51% | - |
| HSV(B) | 236.81º | 0.89% | 0.91% | - |
| XYZ | 15.8 | 7.43 | 77.69 | - |
| YUV | 56.06 | 227.86 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 233 | 0.89 | 0.84 | 0 | 0.09 | 236.81 | 0.82 | 0.51 |
| Hex | 1A | 25 | E9 | 59 | 54 | 0 | 9 | ED | 52 | 33 |
| Octal | 32 | 45 | 351 | 131 | 124 | 0 | 11 | 355 | 122 | 63 |
| Binary | 11010 | 100101 | 11101001 | 1011001 | 1010100 | 0 | 1001 | 11101101 | 1010010 | 110011 |
Color Harmonies of #1A25E9
Complementary color
Monochromatic Colors of #1A25E9
Black with #1A25E9
Text Example
Text Example
White with #1A25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A25E9; }
p { color: rgb(26,37,233); }
H1.HeaderClassName
{
color: #1A25E9;
}
.AnyTagClassName
{
color: #1A25E9;
}
</style>
background-color css
<style>
a { background-color: #1A25E9; }
a { background-color: rgb(26,37,233); }
div.DivClassName
{
background-color: #1A25E9;
}
.BgClassName
{
background-color: #1A25E9;
}
</style>
border-color css
<style>
span { border-color: #1A25E9; }
span { border-color: rgb(26,37,233); }
td.TdClassName
{
border-color: #1A25E9;
}
.TagClassName
{
border-color: #1A25E9;
}
</style>