Shades of Persian Blue #111ABA
Tints of Persian Blue #111ABA
RGB
CMYK
RGB Variations
Color information
#111ABA (or 0x111ABA) is known color: Persian Blue. HEX triplet: 11, 1A and BA. RGB value is (17,26,186). Sum of RGB (Red+Green+Blue) = 17+26+186=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #111ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ABA is #EEE545. Grayscale: #282828. Windows color (decimal): -15656262 or 12196369. OLE color: 12196369.
HSL color Cylindrical-coordinate representation of color #111ABA: hue angle of 236.8º 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 #111ABA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 26 | 186 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.27 |
| HSL | 236.8º | 0.83% | 0.4% | - |
| HSV(B) | 236.8º | 0.91% | 0.73% | - |
| XYZ | 9.46 | 4.4 | 46.81 | - |
| YUV | 41.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 186 | 0.91 | 0.86 | 0 | 0.27 | 236.8 | 0.83 | 0.4 |
| Hex | 11 | 1A | BA | 5B | 56 | 0 | 1B | ED | 53 | 28 |
| Octal | 21 | 32 | 272 | 133 | 126 | 0 | 33 | 355 | 123 | 50 |
| Binary | 10001 | 11010 | 10111010 | 1011011 | 1010110 | 0 | 11011 | 11101101 | 1010011 | 101000 |
Color Harmonies of #111ABA
Complementary color
Monochromatic Colors of #111ABA
Black with #111ABA
Text Example
Text Example
White with #111ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111ABA; }
p { color: rgb(17,26,186); }
H1.HeaderClassName
{
color: #111ABA;
}
.AnyTagClassName
{
color: #111ABA;
}
</style>
background-color css
<style>
a { background-color: #111ABA; }
a { background-color: rgb(17,26,186); }
div.DivClassName
{
background-color: #111ABA;
}
.BgClassName
{
background-color: #111ABA;
}
</style>
border-color css
<style>
span { border-color: #111ABA; }
span { border-color: rgb(17,26,186); }
td.TdClassName
{
border-color: #111ABA;
}
.TagClassName
{
border-color: #111ABA;
}
</style>