Shades of Persian Blue #111CBE
Tints of Persian Blue #111CBE
RGB
CMYK
RGB Variations
Color information
#111CBE (or 0x111CBE) is known color: Persian Blue. HEX triplet: 11, 1C and BE. RGB value is (17,28,190). Sum of RGB (Red+Green+Blue) = 17+28+190=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #111CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBE is #EEE341. Grayscale: #2A2A2A. Windows color (decimal): -15655746 or 12459025. OLE color: 12459025.
HSL color Cylindrical-coordinate representation of color #111CBE: hue angle of 236.18º 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 #111CBE is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 28 | 190 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.25 |
| HSL | 236.19º | 0.84% | 0.41% | - |
| HSV(B) | 236.19º | 0.91% | 0.75% | - |
| XYZ | 9.94 | 4.67 | 49.09 | - |
| YUV | 43.18 | 210.86 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 190 | 0.91 | 0.85 | 0 | 0.25 | 236.19 | 0.84 | 0.41 |
| Hex | 11 | 1C | BE | 5B | 55 | 0 | 19 | EC | 54 | 29 |
| Octal | 21 | 34 | 276 | 133 | 125 | 0 | 31 | 354 | 124 | 51 |
| Binary | 10001 | 11100 | 10111110 | 1011011 | 1010101 | 0 | 11001 | 11101100 | 1010100 | 101001 |
Color Harmonies of #111CBE
Complementary color
Monochromatic Colors of #111CBE
Black with #111CBE
Text Example
Text Example
White with #111CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CBE; }
p { color: rgb(17,28,190); }
H1.HeaderClassName
{
color: #111CBE;
}
.AnyTagClassName
{
color: #111CBE;
}
</style>
background-color css
<style>
a { background-color: #111CBE; }
a { background-color: rgb(17,28,190); }
div.DivClassName
{
background-color: #111CBE;
}
.BgClassName
{
background-color: #111CBE;
}
</style>
border-color css
<style>
span { border-color: #111CBE; }
span { border-color: rgb(17,28,190); }
td.TdClassName
{
border-color: #111CBE;
}
.TagClassName
{
border-color: #111CBE;
}
</style>