Shades of Medium Blue #1A05BA
Tints of Medium Blue #1A05BA
RGB
CMYK
RGB Variations
Color information
#1A05BA (or 0x1A05BA) is known color: Medium Blue. HEX triplet: 1A, 05 and BA. RGB value is (26,5,186). Sum of RGB (Red+Green+Blue) = 26+5+186=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A05BA is #E5FA45. Grayscale: #1F1F1F. Windows color (decimal): -15071814 or 12191002. OLE color: 12191002.
HSL color Cylindrical-coordinate representation of color #1A05BA: hue angle of 246.96º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A05BA is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 5 | 186 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.27 |
| HSL | 246.96º | 0.95% | 0.37% | - |
| HSV(B) | 246.96º | 0.97% | 0.73% | - |
| XYZ | 9.34 | 3.87 | 46.71 | - |
| YUV | 31.91 | 214.96 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 186 | 0.86 | 0.97 | 0 | 0.27 | 246.96 | 0.95 | 0.37 |
| Hex | 1A | 5 | BA | 56 | 61 | 0 | 1B | F7 | 5F | 25 |
| Octal | 32 | 5 | 272 | 126 | 141 | 0 | 33 | 367 | 137 | 45 |
| Binary | 11010 | 101 | 10111010 | 1010110 | 1100001 | 0 | 11011 | 11110111 | 1011111 | 100101 |
Color Harmonies of #1A05BA
Complementary color
Monochromatic Colors of #1A05BA
Black with #1A05BA
Text Example
Text Example
White with #1A05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A05BA; }
p { color: rgb(26,5,186); }
H1.HeaderClassName
{
color: #1A05BA;
}
.AnyTagClassName
{
color: #1A05BA;
}
</style>
background-color css
<style>
a { background-color: #1A05BA; }
a { background-color: rgb(26,5,186); }
div.DivClassName
{
background-color: #1A05BA;
}
.BgClassName
{
background-color: #1A05BA;
}
</style>
border-color css
<style>
span { border-color: #1A05BA; }
span { border-color: rgb(26,5,186); }
td.TdClassName
{
border-color: #1A05BA;
}
.TagClassName
{
border-color: #1A05BA;
}
</style>