Shades of Medium Blue #1A14D9
Tints of Medium Blue #1A14D9
RGB
CMYK
RGB Variations
Color information
#1A14D9 (or 0x1A14D9) is known color: Medium Blue. HEX triplet: 1A, 14 and D9. RGB value is (26,20,217). Sum of RGB (Red+Green+Blue) = 26+20+217=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #1A14D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A14D9 is #E5EB26. Grayscale: #2B2B2B. Windows color (decimal): -15067943 or 14226458. OLE color: 14226458.
HSL color Cylindrical-coordinate representation of color #1A14D9: hue angle of 241.83º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A14D9 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 20 | 217 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.15 |
| HSL | 241.83º | 0.83% | 0.46% | - |
| HSV(B) | 241.83º | 0.91% | 0.85% | - |
| XYZ | 13.2 | 5.73 | 66.06 | - |
| YUV | 44.25 | 225.49 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 217 | 0.88 | 0.91 | 0 | 0.15 | 241.83 | 0.83 | 0.46 |
| Hex | 1A | 14 | D9 | 58 | 5B | 0 | F | F2 | 53 | 2E |
| Octal | 32 | 24 | 331 | 130 | 133 | 0 | 17 | 362 | 123 | 56 |
| Binary | 11010 | 10100 | 11011001 | 1011000 | 1011011 | 0 | 1111 | 11110010 | 1010011 | 101110 |
Color Harmonies of #1A14D9
Complementary color
Monochromatic Colors of #1A14D9
Black with #1A14D9
Text Example
Text Example
White with #1A14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A14D9; }
p { color: rgb(26,20,217); }
H1.HeaderClassName
{
color: #1A14D9;
}
.AnyTagClassName
{
color: #1A14D9;
}
</style>
background-color css
<style>
a { background-color: #1A14D9; }
a { background-color: rgb(26,20,217); }
div.DivClassName
{
background-color: #1A14D9;
}
.BgClassName
{
background-color: #1A14D9;
}
</style>
border-color css
<style>
span { border-color: #1A14D9; }
span { border-color: rgb(26,20,217); }
td.TdClassName
{
border-color: #1A14D9;
}
.TagClassName
{
border-color: #1A14D9;
}
</style>