Shades of Persian Blue #111CBA
Tints of Persian Blue #111CBA
RGB
CMYK
RGB Variations
Color information
#111CBA (or 0x111CBA) is known color: Persian Blue. HEX triplet: 11, 1C and BA. RGB value is (17,28,186). Sum of RGB (Red+Green+Blue) = 17+28+186=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #111CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBA is #EEE345. Grayscale: #2A2A2A. Windows color (decimal): -15655750 or 12196881. OLE color: 12196881.
HSL color Cylindrical-coordinate representation of color #111CBA: hue angle of 236.09º 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 #111CBA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 28 | 186 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.27 |
| HSL | 236.09º | 0.83% | 0.4% | - |
| HSV(B) | 236.09º | 0.91% | 0.73% | - |
| XYZ | 9.51 | 4.49 | 46.82 | - |
| YUV | 42.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 186 | 0.91 | 0.85 | 0 | 0.27 | 236.09 | 0.83 | 0.4 |
| Hex | 11 | 1C | BA | 5B | 55 | 0 | 1B | EC | 53 | 28 |
| Octal | 21 | 34 | 272 | 133 | 125 | 0 | 33 | 354 | 123 | 50 |
| Binary | 10001 | 11100 | 10111010 | 1011011 | 1010101 | 0 | 11011 | 11101100 | 1010011 | 101000 |
Color Harmonies of #111CBA
Complementary color
Monochromatic Colors of #111CBA
Black with #111CBA
Text Example
Text Example
White with #111CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CBA; }
p { color: rgb(17,28,186); }
H1.HeaderClassName
{
color: #111CBA;
}
.AnyTagClassName
{
color: #111CBA;
}
</style>
background-color css
<style>
a { background-color: #111CBA; }
a { background-color: rgb(17,28,186); }
div.DivClassName
{
background-color: #111CBA;
}
.BgClassName
{
background-color: #111CBA;
}
</style>
border-color css
<style>
span { border-color: #111CBA; }
span { border-color: rgb(17,28,186); }
td.TdClassName
{
border-color: #111CBA;
}
.TagClassName
{
border-color: #111CBA;
}
</style>