Shades of Blue #1A09FF
Tints of Blue #1A09FF
RGB
CMYK
RGB Variations
Color information
#1A09FF (or 0x1A09FF) is known color: Blue. HEX triplet: 1A, 09 and FF. RGB value is (26,9,255). Sum of RGB (Red+Green+Blue) = 26+9+255=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A09FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A09FF is #E5F600. Grayscale: #292929. Windows color (decimal): -15070721 or 16714010. OLE color: 16714010.
HSL color Cylindrical-coordinate representation of color #1A09FF: hue angle of 244.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A09FF is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 9 | 255 | - |
| CMYK | 0.90 | 0.96 | 0 | 0 |
| HSL | 244.15º | 1% | 0.52% | - |
| HSV(B) | 244.15º | 0.96% | 1% | - |
| XYZ | 18.57 | 7.63 | 95.1 | - |
| YUV | 42.13 | 248.13 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 255 | 0.90 | 0.96 | 0 | 0 | 244.15 | 1 | 0.52 |
| Hex | 1A | 9 | FF | 5A | 60 | 0 | 0 | F4 | 64 | 34 |
| Octal | 32 | 11 | 377 | 132 | 140 | 0 | 0 | 364 | 144 | 64 |
| Binary | 11010 | 1001 | 11111111 | 1011010 | 1100000 | 0 | 0 | 11110100 | 1100100 | 110100 |
Color Harmonies of #1A09FF
Complementary color
Monochromatic Colors of #1A09FF
Black with #1A09FF
Text Example
Text Example
White with #1A09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A09FF; }
p { color: rgb(26,9,255); }
H1.HeaderClassName
{
color: #1A09FF;
}
.AnyTagClassName
{
color: #1A09FF;
}
</style>
background-color css
<style>
a { background-color: #1A09FF; }
a { background-color: rgb(26,9,255); }
div.DivClassName
{
background-color: #1A09FF;
}
.BgClassName
{
background-color: #1A09FF;
}
</style>
border-color css
<style>
span { border-color: #1A09FF; }
span { border-color: rgb(26,9,255); }
td.TdClassName
{
border-color: #1A09FF;
}
.TagClassName
{
border-color: #1A09FF;
}
</style>