Shades of Medium Blue #1111BA
Tints of Medium Blue #1111BA
RGB
CMYK
RGB Variations
Color information
#1111BA (or 0x1111BA) is known color: Medium Blue. HEX triplet: 11, 11 and BA. RGB value is (17,17,186). Sum of RGB (Red+Green+Blue) = 17+17+186=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #1111BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1111BA is #EEEE45. Grayscale: #232323. Windows color (decimal): -15658566 or 12194065. OLE color: 12194065.
HSL color Cylindrical-coordinate representation of color #1111BA: hue angle of 240º 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 #1111BA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 17 | 186 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.27 |
| HSL | 240º | 0.83% | 0.4% | - |
| HSV(B) | 240º | 0.91% | 0.73% | - |
| XYZ | 9.29 | 4.07 | 46.75 | - |
| YUV | 36.27 | 212.5 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 186 | 0.91 | 0.91 | 0 | 0.27 | 240 | 0.83 | 0.4 |
| Hex | 11 | 11 | BA | 5B | 5B | 0 | 1B | F0 | 53 | 28 |
| Octal | 21 | 21 | 272 | 133 | 133 | 0 | 33 | 360 | 123 | 50 |
| Binary | 10001 | 10001 | 10111010 | 1011011 | 1011011 | 0 | 11011 | 11110000 | 1010011 | 101000 |
Color Harmonies of #1111BA
Complementary color
Monochromatic Colors of #1111BA
Black with #1111BA
Text Example
Text Example
White with #1111BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1111BA; }
p { color: rgb(17,17,186); }
H1.HeaderClassName
{
color: #1111BA;
}
.AnyTagClassName
{
color: #1111BA;
}
</style>
background-color css
<style>
a { background-color: #1111BA; }
a { background-color: rgb(17,17,186); }
div.DivClassName
{
background-color: #1111BA;
}
.BgClassName
{
background-color: #1111BA;
}
</style>
border-color css
<style>
span { border-color: #1111BA; }
span { border-color: rgb(17,17,186); }
td.TdClassName
{
border-color: #1111BA;
}
.TagClassName
{
border-color: #1111BA;
}
</style>