Shades of Persian Blue #111BBA
Tints of Persian Blue #111BBA
RGB
CMYK
RGB Variations
Color information
#111BBA (or 0x111BBA) is known color: Persian Blue. HEX triplet: 11, 1B and BA. RGB value is (17,27,186). Sum of RGB (Red+Green+Blue) = 17+27+186=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #111BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BBA is #EEE445. Grayscale: #292929. Windows color (decimal): -15656006 or 12196625. OLE color: 12196625.
HSL color Cylindrical-coordinate representation of color #111BBA: hue angle of 236.45º 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 #111BBA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 27 | 186 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.27 |
| HSL | 236.45º | 0.83% | 0.4% | - |
| HSV(B) | 236.45º | 0.91% | 0.73% | - |
| XYZ | 9.49 | 4.45 | 46.81 | - |
| YUV | 42.14 | 209.19 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 186 | 0.91 | 0.85 | 0 | 0.27 | 236.45 | 0.83 | 0.4 |
| Hex | 11 | 1B | BA | 5B | 55 | 0 | 1B | EC | 53 | 28 |
| Octal | 21 | 33 | 272 | 133 | 125 | 0 | 33 | 354 | 123 | 50 |
| Binary | 10001 | 11011 | 10111010 | 1011011 | 1010101 | 0 | 11011 | 11101100 | 1010011 | 101000 |
Color Harmonies of #111BBA
Complementary color
Monochromatic Colors of #111BBA
Black with #111BBA
Text Example
Text Example
White with #111BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BBA; }
p { color: rgb(17,27,186); }
H1.HeaderClassName
{
color: #111BBA;
}
.AnyTagClassName
{
color: #111BBA;
}
</style>
background-color css
<style>
a { background-color: #111BBA; }
a { background-color: rgb(17,27,186); }
div.DivClassName
{
background-color: #111BBA;
}
.BgClassName
{
background-color: #111BBA;
}
</style>
border-color css
<style>
span { border-color: #111BBA; }
span { border-color: rgb(17,27,186); }
td.TdClassName
{
border-color: #111BBA;
}
.TagClassName
{
border-color: #111BBA;
}
</style>