Shades of Medium Blue #1A09DB
Tints of Medium Blue #1A09DB
RGB
CMYK
RGB Variations
Color information
#1A09DB (or 0x1A09DB) is known color: Medium Blue. HEX triplet: 1A, 09 and DB. RGB value is (26,9,219). Sum of RGB (Red+Green+Blue) = 26+9+219=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A09DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A09DB is #E5F624. Grayscale: #252525. Windows color (decimal): -15070757 or 14354714. OLE color: 14354714.
HSL color Cylindrical-coordinate representation of color #1A09DB: hue angle of 244.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A09DB is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 9 | 219 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.14 |
| HSL | 244.86º | 0.92% | 0.45% | - |
| HSV(B) | 244.86º | 0.96% | 0.86% | - |
| XYZ | 13.31 | 5.53 | 67.38 | - |
| YUV | 38.02 | 230.13 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 219 | 0.88 | 0.96 | 0 | 0.14 | 244.86 | 0.92 | 0.45 |
| Hex | 1A | 9 | DB | 58 | 60 | 0 | E | F5 | 5C | 2D |
| Octal | 32 | 11 | 333 | 130 | 140 | 0 | 16 | 365 | 134 | 55 |
| Binary | 11010 | 1001 | 11011011 | 1011000 | 1100000 | 0 | 1110 | 11110101 | 1011100 | 101101 |
Color Harmonies of #1A09DB
Complementary color
Monochromatic Colors of #1A09DB
Black with #1A09DB
Text Example
Text Example
White with #1A09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A09DB; }
p { color: rgb(26,9,219); }
H1.HeaderClassName
{
color: #1A09DB;
}
.AnyTagClassName
{
color: #1A09DB;
}
</style>
background-color css
<style>
a { background-color: #1A09DB; }
a { background-color: rgb(26,9,219); }
div.DivClassName
{
background-color: #1A09DB;
}
.BgClassName
{
background-color: #1A09DB;
}
</style>
border-color css
<style>
span { border-color: #1A09DB; }
span { border-color: rgb(26,9,219); }
td.TdClassName
{
border-color: #1A09DB;
}
.TagClassName
{
border-color: #1A09DB;
}
</style>