Shades of Medium Blue #1A15BA
Tints of Medium Blue #1A15BA
RGB
CMYK
RGB Variations
Color information
#1A15BA (or 0x1A15BA) is known color: Medium Blue. HEX triplet: 1A, 15 and BA. RGB value is (26,21,186). Sum of RGB (Red+Green+Blue) = 26+21+186=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A15BA is #E5EA45. Grayscale: #282828. Windows color (decimal): -15067718 or 12195098. OLE color: 12195098.
HSL color Cylindrical-coordinate representation of color #1A15BA: hue angle of 241.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A15BA is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 21 | 186 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.27 |
| HSL | 241.82º | 0.8% | 0.41% | - |
| HSV(B) | 241.82º | 0.89% | 0.73% | - |
| XYZ | 9.56 | 4.3 | 46.78 | - |
| YUV | 41.31 | 209.66 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 186 | 0.86 | 0.89 | 0 | 0.27 | 241.82 | 0.8 | 0.41 |
| Hex | 1A | 15 | BA | 56 | 59 | 0 | 1B | F2 | 50 | 29 |
| Octal | 32 | 25 | 272 | 126 | 131 | 0 | 33 | 362 | 120 | 51 |
| Binary | 11010 | 10101 | 10111010 | 1010110 | 1011001 | 0 | 11011 | 11110010 | 1010000 | 101001 |
Color Harmonies of #1A15BA
Complementary color
Monochromatic Colors of #1A15BA
Black with #1A15BA
Text Example
Text Example
White with #1A15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A15BA; }
p { color: rgb(26,21,186); }
H1.HeaderClassName
{
color: #1A15BA;
}
.AnyTagClassName
{
color: #1A15BA;
}
</style>
background-color css
<style>
a { background-color: #1A15BA; }
a { background-color: rgb(26,21,186); }
div.DivClassName
{
background-color: #1A15BA;
}
.BgClassName
{
background-color: #1A15BA;
}
</style>
border-color css
<style>
span { border-color: #1A15BA; }
span { border-color: rgb(26,21,186); }
td.TdClassName
{
border-color: #1A15BA;
}
.TagClassName
{
border-color: #1A15BA;
}
</style>