Shades of Persian Blue #111CBF
Tints of Persian Blue #111CBF
RGB
CMYK
RGB Variations
Color information
#111CBF (or 0x111CBF) is known color: Persian Blue. HEX triplet: 11, 1C and BF. RGB value is (17,28,191). Sum of RGB (Red+Green+Blue) = 17+28+191=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 191 (75% from 255 or 80.93% from 236); Max value from RGB is 191 - color contains mainly: blue. Hex color #111CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBF is #EEE340. Grayscale: #2A2A2A. Windows color (decimal): -15655745 or 12524561. OLE color: 12524561.
HSL color Cylindrical-coordinate representation of color #111CBF: hue angle of 236.21º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111CBF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 28 | 191 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.25 |
| HSL | 236.21º | 0.84% | 0.41% | - |
| HSV(B) | 236.21º | 0.91% | 0.75% | - |
| XYZ | 10.05 | 4.71 | 49.67 | - |
| YUV | 43.29 | 211.36 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 191 | 0.91 | 0.85 | 0 | 0.25 | 236.21 | 0.84 | 0.41 |
| Hex | 11 | 1C | BF | 5B | 55 | 0 | 19 | EC | 54 | 29 |
| Octal | 21 | 34 | 277 | 133 | 125 | 0 | 31 | 354 | 124 | 51 |
| Binary | 10001 | 11100 | 10111111 | 1011011 | 1010101 | 0 | 11001 | 11101100 | 1010100 | 101001 |
Color Harmonies of #111CBF
Complementary color
Monochromatic Colors of #111CBF
Black with #111CBF
Text Example
Text Example
White with #111CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CBF; }
p { color: rgb(17,28,191); }
H1.HeaderClassName
{
color: #111CBF;
}
.AnyTagClassName
{
color: #111CBF;
}
</style>
background-color css
<style>
a { background-color: #111CBF; }
a { background-color: rgb(17,28,191); }
div.DivClassName
{
background-color: #111CBF;
}
.BgClassName
{
background-color: #111CBF;
}
</style>
border-color css
<style>
span { border-color: #111CBF; }
span { border-color: rgb(17,28,191); }
td.TdClassName
{
border-color: #111CBF;
}
.TagClassName
{
border-color: #111CBF;
}
</style>