Shades of Persian Blue #111FBC
Tints of Persian Blue #111FBC
RGB
CMYK
RGB Variations
Color information
#111FBC (or 0x111FBC) is known color: Persian Blue. HEX triplet: 11, 1F and BC. RGB value is (17,31,188). Sum of RGB (Red+Green+Blue) = 17+31+188=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #111FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FBC is #EEE043. Grayscale: #2C2C2C. Windows color (decimal): -15654980 or 12328721. OLE color: 12328721.
HSL color Cylindrical-coordinate representation of color #111FBC: hue angle of 235.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111FBC is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 31 | 188 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.26 |
| HSL | 235.09º | 0.83% | 0.4% | - |
| HSV(B) | 235.09º | 0.91% | 0.74% | - |
| XYZ | 9.8 | 4.73 | 47.97 | - |
| YUV | 44.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 188 | 0.91 | 0.84 | 0 | 0.26 | 235.09 | 0.83 | 0.4 |
| Hex | 11 | 1F | BC | 5B | 54 | 0 | 1A | EB | 53 | 28 |
| Octal | 21 | 37 | 274 | 133 | 124 | 0 | 32 | 353 | 123 | 50 |
| Binary | 10001 | 11111 | 10111100 | 1011011 | 1010100 | 0 | 11010 | 11101011 | 1010011 | 101000 |
Color Harmonies of #111FBC
Complementary color
Monochromatic Colors of #111FBC
Black with #111FBC
Text Example
Text Example
White with #111FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FBC; }
p { color: rgb(17,31,188); }
H1.HeaderClassName
{
color: #111FBC;
}
.AnyTagClassName
{
color: #111FBC;
}
</style>
background-color css
<style>
a { background-color: #111FBC; }
a { background-color: rgb(17,31,188); }
div.DivClassName
{
background-color: #111FBC;
}
.BgClassName
{
background-color: #111FBC;
}
</style>
border-color css
<style>
span { border-color: #111FBC; }
span { border-color: rgb(17,31,188); }
td.TdClassName
{
border-color: #111FBC;
}
.TagClassName
{
border-color: #111FBC;
}
</style>