Shades of Medium Blue #1A09B7
Tints of Medium Blue #1A09B7
RGB
CMYK
RGB Variations
Color information
#1A09B7 (or 0x1A09B7) is known color: Medium Blue. HEX triplet: 1A, 09 and B7. RGB value is (26,9,183). Sum of RGB (Red+Green+Blue) = 26+9+183=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 183 (71.88% from 255 or 83.94% from 218); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A09B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A09B7 is #E5F648. Grayscale: #212121. Windows color (decimal): -15070793 or 11995418. OLE color: 11995418.
HSL color Cylindrical-coordinate representation of color #1A09B7: hue angle of 245.86º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A09B7 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 9 | 183 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.28 |
| HSL | 245.86º | 0.91% | 0.38% | - |
| HSV(B) | 245.86º | 0.95% | 0.72% | - |
| XYZ | 9.07 | 3.83 | 45.06 | - |
| YUV | 33.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 183 | 0.86 | 0.95 | 0 | 0.28 | 245.86 | 0.91 | 0.38 |
| Hex | 1A | 9 | B7 | 56 | 5F | 0 | 1C | F6 | 5B | 26 |
| Octal | 32 | 11 | 267 | 126 | 137 | 0 | 34 | 366 | 133 | 46 |
| Binary | 11010 | 1001 | 10110111 | 1010110 | 1011111 | 0 | 11100 | 11110110 | 1011011 | 100110 |
Color Harmonies of #1A09B7
Complementary color
Monochromatic Colors of #1A09B7
Black with #1A09B7
Text Example
Text Example
White with #1A09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A09B7; }
p { color: rgb(26,9,183); }
H1.HeaderClassName
{
color: #1A09B7;
}
.AnyTagClassName
{
color: #1A09B7;
}
</style>
background-color css
<style>
a { background-color: #1A09B7; }
a { background-color: rgb(26,9,183); }
div.DivClassName
{
background-color: #1A09B7;
}
.BgClassName
{
background-color: #1A09B7;
}
</style>
border-color css
<style>
span { border-color: #1A09B7; }
span { border-color: rgb(26,9,183); }
td.TdClassName
{
border-color: #1A09B7;
}
.TagClassName
{
border-color: #1A09B7;
}
</style>