Shades of Medium Blue #1A11BB
Tints of Medium Blue #1A11BB
RGB
CMYK
RGB Variations
Color information
#1A11BB (or 0x1A11BB) is known color: Medium Blue. HEX triplet: 1A, 11 and BB. RGB value is (26,17,187). Sum of RGB (Red+Green+Blue) = 26+17+187=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A11BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A11BB is #E5EE44. Grayscale: #262626. Windows color (decimal): -15068741 or 12259610. OLE color: 12259610.
HSL color Cylindrical-coordinate representation of color #1A11BB: hue angle of 243.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A11BB is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 17 | 187 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.27 |
| HSL | 243.18º | 0.83% | 0.4% | - |
| HSV(B) | 243.18º | 0.91% | 0.73% | - |
| XYZ | 9.6 | 4.21 | 47.32 | - |
| YUV | 39.07 | 211.48 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 187 | 0.86 | 0.91 | 0 | 0.27 | 243.18 | 0.83 | 0.4 |
| Hex | 1A | 11 | BB | 56 | 5B | 0 | 1B | F3 | 53 | 28 |
| Octal | 32 | 21 | 273 | 126 | 133 | 0 | 33 | 363 | 123 | 50 |
| Binary | 11010 | 10001 | 10111011 | 1010110 | 1011011 | 0 | 11011 | 11110011 | 1010011 | 101000 |
Color Harmonies of #1A11BB
Complementary color
Monochromatic Colors of #1A11BB
Black with #1A11BB
Text Example
Text Example
White with #1A11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A11BB; }
p { color: rgb(26,17,187); }
H1.HeaderClassName
{
color: #1A11BB;
}
.AnyTagClassName
{
color: #1A11BB;
}
</style>
background-color css
<style>
a { background-color: #1A11BB; }
a { background-color: rgb(26,17,187); }
div.DivClassName
{
background-color: #1A11BB;
}
.BgClassName
{
background-color: #1A11BB;
}
</style>
border-color css
<style>
span { border-color: #1A11BB; }
span { border-color: rgb(26,17,187); }
td.TdClassName
{
border-color: #1A11BB;
}
.TagClassName
{
border-color: #1A11BB;
}
</style>