Shades of Medium Blue #1A09C9
Tints of Medium Blue #1A09C9
RGB
CMYK
RGB Variations
Color information
#1A09C9 (or 0x1A09C9) is known color: Medium Blue. HEX triplet: 1A, 09 and C9. RGB value is (26,9,201). Sum of RGB (Red+Green+Blue) = 26+9+201=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 201 (78.91% from 255 or 85.17% from 236); Max value from RGB is 201 - color contains mainly: blue. Hex color #1A09C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A09C9 is #E5F636. Grayscale: #232323. Windows color (decimal): -15070775 or 13175066. OLE color: 13175066.
HSL color Cylindrical-coordinate representation of color #1A09C9: hue angle of 245.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A09C9 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 9 | 201 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.21 |
| HSL | 245.31º | 0.91% | 0.41% | - |
| HSV(B) | 245.31º | 0.96% | 0.79% | - |
| XYZ | 11.07 | 4.63 | 55.57 | - |
| YUV | 35.97 | 221.13 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 201 | 0.87 | 0.96 | 0 | 0.21 | 245.31 | 0.91 | 0.41 |
| Hex | 1A | 9 | C9 | 57 | 60 | 0 | 15 | F5 | 5B | 29 |
| Octal | 32 | 11 | 311 | 127 | 140 | 0 | 25 | 365 | 133 | 51 |
| Binary | 11010 | 1001 | 11001001 | 1010111 | 1100000 | 0 | 10101 | 11110101 | 1011011 | 101001 |
Color Harmonies of #1A09C9
Complementary color
Monochromatic Colors of #1A09C9
Black with #1A09C9
Text Example
Text Example
White with #1A09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A09C9; }
p { color: rgb(26,9,201); }
H1.HeaderClassName
{
color: #1A09C9;
}
.AnyTagClassName
{
color: #1A09C9;
}
</style>
background-color css
<style>
a { background-color: #1A09C9; }
a { background-color: rgb(26,9,201); }
div.DivClassName
{
background-color: #1A09C9;
}
.BgClassName
{
background-color: #1A09C9;
}
</style>
border-color css
<style>
span { border-color: #1A09C9; }
span { border-color: rgb(26,9,201); }
td.TdClassName
{
border-color: #1A09C9;
}
.TagClassName
{
border-color: #1A09C9;
}
</style>