Shades of Medium Blue #1A16BA
Tints of Medium Blue #1A16BA
RGB
CMYK
RGB Variations
Color information
#1A16BA (or 0x1A16BA) is known color: Medium Blue. HEX triplet: 1A, 16 and BA. RGB value is (26,22,186). Sum of RGB (Red+Green+Blue) = 26+22+186=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A16BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16BA is #E5E945. Grayscale: #292929. Windows color (decimal): -15067462 or 12195354. OLE color: 12195354.
HSL color Cylindrical-coordinate representation of color #1A16BA: hue angle of 241.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A16BA is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 22 | 186 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.27 |
| HSL | 241.46º | 0.79% | 0.41% | - |
| HSV(B) | 241.46º | 0.88% | 0.73% | - |
| XYZ | 9.58 | 4.34 | 46.79 | - |
| YUV | 41.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 186 | 0.86 | 0.88 | 0 | 0.27 | 241.46 | 0.79 | 0.41 |
| Hex | 1A | 16 | BA | 56 | 58 | 0 | 1B | F1 | 4F | 29 |
| Octal | 32 | 26 | 272 | 126 | 130 | 0 | 33 | 361 | 117 | 51 |
| Binary | 11010 | 10110 | 10111010 | 1010110 | 1011000 | 0 | 11011 | 11110001 | 1001111 | 101001 |
Color Harmonies of #1A16BA
Complementary color
Monochromatic Colors of #1A16BA
Black with #1A16BA
Text Example
Text Example
White with #1A16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16BA; }
p { color: rgb(26,22,186); }
H1.HeaderClassName
{
color: #1A16BA;
}
.AnyTagClassName
{
color: #1A16BA;
}
</style>
background-color css
<style>
a { background-color: #1A16BA; }
a { background-color: rgb(26,22,186); }
div.DivClassName
{
background-color: #1A16BA;
}
.BgClassName
{
background-color: #1A16BA;
}
</style>
border-color css
<style>
span { border-color: #1A16BA; }
span { border-color: rgb(26,22,186); }
td.TdClassName
{
border-color: #1A16BA;
}
.TagClassName
{
border-color: #1A16BA;
}
</style>