Shades of Medium Blue #1A03BA
Tints of Medium Blue #1A03BA
RGB
CMYK
RGB Variations
Color information
#1A03BA (or 0x1A03BA) is known color: Medium Blue. HEX triplet: 1A, 03 and BA. RGB value is (26,3,186). Sum of RGB (Red+Green+Blue) = 26+3+186=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A03BA is #E5FC45. Grayscale: #1E1E1E. Windows color (decimal): -15072326 or 12190490. OLE color: 12190490.
HSL color Cylindrical-coordinate representation of color #1A03BA: hue angle of 247.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A03BA is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 3 | 186 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.27 |
| HSL | 247.54º | 0.97% | 0.37% | - |
| HSV(B) | 247.54º | 0.98% | 0.73% | - |
| XYZ | 9.32 | 3.83 | 46.7 | - |
| YUV | 30.74 | 215.62 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 186 | 0.86 | 0.98 | 0 | 0.27 | 247.54 | 0.97 | 0.37 |
| Hex | 1A | 3 | BA | 56 | 62 | 0 | 1B | F8 | 61 | 25 |
| Octal | 32 | 3 | 272 | 126 | 142 | 0 | 33 | 370 | 141 | 45 |
| Binary | 11010 | 11 | 10111010 | 1010110 | 1100010 | 0 | 11011 | 11111000 | 1100001 | 100101 |
Color Harmonies of #1A03BA
Complementary color
Monochromatic Colors of #1A03BA
Black with #1A03BA
Text Example
Text Example
White with #1A03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A03BA; }
p { color: rgb(26,3,186); }
H1.HeaderClassName
{
color: #1A03BA;
}
.AnyTagClassName
{
color: #1A03BA;
}
</style>
background-color css
<style>
a { background-color: #1A03BA; }
a { background-color: rgb(26,3,186); }
div.DivClassName
{
background-color: #1A03BA;
}
.BgClassName
{
background-color: #1A03BA;
}
</style>
border-color css
<style>
span { border-color: #1A03BA; }
span { border-color: rgb(26,3,186); }
td.TdClassName
{
border-color: #1A03BA;
}
.TagClassName
{
border-color: #1A03BA;
}
</style>