Shades of Blue #1A0BE7
Tints of Blue #1A0BE7
RGB
CMYK
RGB Variations
Color information
#1A0BE7 (or 0x1A0BE7) is known color: Blue. HEX triplet: 1A, 0B and E7. RGB value is (26,11,231). Sum of RGB (Red+Green+Blue) = 26+11+231=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 231 (90.62% from 255 or 86.19% from 268); Max value from RGB is 231 - color contains mainly: blue. Hex color #1A0BE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A0BE7 is #E5F418. Grayscale: #272727. Windows color (decimal): -15070233 or 15141658. OLE color: 15141658.
HSL color Cylindrical-coordinate representation of color #1A0BE7: hue angle of 244.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0BE7 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 11 | 231 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.09 |
| HSL | 244.09º | 0.91% | 0.47% | - |
| HSV(B) | 244.09º | 0.95% | 0.91% | - |
| XYZ | 14.97 | 6.23 | 76.01 | - |
| YUV | 40.57 | 235.47 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 231 | 0.89 | 0.95 | 0 | 0.09 | 244.09 | 0.91 | 0.47 |
| Hex | 1A | B | E7 | 59 | 5F | 0 | 9 | F4 | 5B | 2F |
| Octal | 32 | 13 | 347 | 131 | 137 | 0 | 11 | 364 | 133 | 57 |
| Binary | 11010 | 1011 | 11100111 | 1011001 | 1011111 | 0 | 1001 | 11110100 | 1011011 | 101111 |
Color Harmonies of #1A0BE7
Complementary color
Monochromatic Colors of #1A0BE7
Black with #1A0BE7
Text Example
Text Example
White with #1A0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0BE7; }
p { color: rgb(26,11,231); }
H1.HeaderClassName
{
color: #1A0BE7;
}
.AnyTagClassName
{
color: #1A0BE7;
}
</style>
background-color css
<style>
a { background-color: #1A0BE7; }
a { background-color: rgb(26,11,231); }
div.DivClassName
{
background-color: #1A0BE7;
}
.BgClassName
{
background-color: #1A0BE7;
}
</style>
border-color css
<style>
span { border-color: #1A0BE7; }
span { border-color: rgb(26,11,231); }
td.TdClassName
{
border-color: #1A0BE7;
}
.TagClassName
{
border-color: #1A0BE7;
}
</style>