Shades of Medium Blue #1A00BA
Tints of Medium Blue #1A00BA
RGB
CMYK
RGB Variations
Color information
#1A00BA (or 0x1A00BA) is known color: Medium Blue. HEX triplet: 1A, 00 and BA. RGB value is (26,0,186). Sum of RGB (Red+Green+Blue) = 26+0+186=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00BA is #E5FF45. Grayscale: #1C1C1C. Windows color (decimal): -15073094 or 12189722. OLE color: 12189722.
HSL color Cylindrical-coordinate representation of color #1A00BA: hue angle of 248.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00BA is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 0 | 186 | - |
| CMYK | 0.86 | 1 | 0 | 0.27 |
| HSL | 248.39º | 1% | 0.36% | - |
| HSV(B) | 248.39º | 1% | 0.73% | - |
| XYZ | 9.29 | 3.76 | 46.69 | - |
| YUV | 28.98 | 216.61 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 186 | 0.86 | 1 | 0 | 0.27 | 248.39 | 1 | 0.36 |
| Hex | 1A | 0 | BA | 56 | 64 | 0 | 1B | F8 | 64 | 24 |
| Octal | 32 | 0 | 272 | 126 | 144 | 0 | 33 | 370 | 144 | 44 |
| Binary | 11010 | 0 | 10111010 | 1010110 | 1100100 | 0 | 11011 | 11111000 | 1100100 | 100100 |
Color Harmonies of #1A00BA
Complementary color
Monochromatic Colors of #1A00BA
Black with #1A00BA
Text Example
Text Example
White with #1A00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A00BA; }
p { color: rgb(26,0,186); }
H1.HeaderClassName
{
color: #1A00BA;
}
.AnyTagClassName
{
color: #1A00BA;
}
</style>
background-color css
<style>
a { background-color: #1A00BA; }
a { background-color: rgb(26,0,186); }
div.DivClassName
{
background-color: #1A00BA;
}
.BgClassName
{
background-color: #1A00BA;
}
</style>
border-color css
<style>
span { border-color: #1A00BA; }
span { border-color: rgb(26,0,186); }
td.TdClassName
{
border-color: #1A00BA;
}
.TagClassName
{
border-color: #1A00BA;
}
</style>