Shades of Blue #1A0FE7
Tints of Blue #1A0FE7
RGB
CMYK
RGB Variations
Color information
#1A0FE7 (or 0x1A0FE7) is known color: Blue. HEX triplet: 1A, 0F and E7. RGB value is (26,15,231). Sum of RGB (Red+Green+Blue) = 26+15+231=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 231 (90.62% from 255 or 84.93% from 272); Max value from RGB is 231 - color contains mainly: blue. Hex color #1A0FE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A0FE7 is #E5F018. Grayscale: #2A2A2A. Windows color (decimal): -15069209 or 15142682. OLE color: 15142682.
HSL color Cylindrical-coordinate representation of color #1A0FE7: hue angle of 243.06º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0FE7 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 15 | 231 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.09 |
| HSL | 243.06º | 0.88% | 0.48% | - |
| HSV(B) | 243.06º | 0.94% | 0.91% | - |
| XYZ | 15.02 | 6.33 | 76.03 | - |
| YUV | 42.91 | 234.14 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 231 | 0.89 | 0.94 | 0 | 0.09 | 243.06 | 0.88 | 0.48 |
| Hex | 1A | F | E7 | 59 | 5E | 0 | 9 | F3 | 58 | 30 |
| Octal | 32 | 17 | 347 | 131 | 136 | 0 | 11 | 363 | 130 | 60 |
| Binary | 11010 | 1111 | 11100111 | 1011001 | 1011110 | 0 | 1001 | 11110011 | 1011000 | 110000 |
Color Harmonies of #1A0FE7
Complementary color
Monochromatic Colors of #1A0FE7
Black with #1A0FE7
Text Example
Text Example
White with #1A0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0FE7; }
p { color: rgb(26,15,231); }
H1.HeaderClassName
{
color: #1A0FE7;
}
.AnyTagClassName
{
color: #1A0FE7;
}
</style>
background-color css
<style>
a { background-color: #1A0FE7; }
a { background-color: rgb(26,15,231); }
div.DivClassName
{
background-color: #1A0FE7;
}
.BgClassName
{
background-color: #1A0FE7;
}
</style>
border-color css
<style>
span { border-color: #1A0FE7; }
span { border-color: rgb(26,15,231); }
td.TdClassName
{
border-color: #1A0FE7;
}
.TagClassName
{
border-color: #1A0FE7;
}
</style>