Shades of Persian Blue #111CBB
Tints of Persian Blue #111CBB
RGB
CMYK
RGB Variations
Color information
#111CBB (or 0x111CBB) is known color: Persian Blue. HEX triplet: 11, 1C and BB. RGB value is (17,28,187). Sum of RGB (Red+Green+Blue) = 17+28+187=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #111CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBB is #EEE344. Grayscale: #2A2A2A. Windows color (decimal): -15655749 or 12262417. OLE color: 12262417.
HSL color Cylindrical-coordinate representation of color #111CBB: hue angle of 236.12º 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 #111CBB is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 28 | 187 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.27 |
| HSL | 236.12º | 0.83% | 0.4% | - |
| HSV(B) | 236.12º | 0.91% | 0.73% | - |
| XYZ | 9.62 | 4.54 | 47.38 | - |
| YUV | 42.84 | 209.36 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 187 | 0.91 | 0.85 | 0 | 0.27 | 236.12 | 0.83 | 0.4 |
| Hex | 11 | 1C | BB | 5B | 55 | 0 | 1B | EC | 53 | 28 |
| Octal | 21 | 34 | 273 | 133 | 125 | 0 | 33 | 354 | 123 | 50 |
| Binary | 10001 | 11100 | 10111011 | 1011011 | 1010101 | 0 | 11011 | 11101100 | 1010011 | 101000 |
Color Harmonies of #111CBB
Complementary color
Monochromatic Colors of #111CBB
Black with #111CBB
Text Example
Text Example
White with #111CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CBB; }
p { color: rgb(17,28,187); }
H1.HeaderClassName
{
color: #111CBB;
}
.AnyTagClassName
{
color: #111CBB;
}
</style>
background-color css
<style>
a { background-color: #111CBB; }
a { background-color: rgb(17,28,187); }
div.DivClassName
{
background-color: #111CBB;
}
.BgClassName
{
background-color: #111CBB;
}
</style>
border-color css
<style>
span { border-color: #111CBB; }
span { border-color: rgb(17,28,187); }
td.TdClassName
{
border-color: #111CBB;
}
.TagClassName
{
border-color: #111CBB;
}
</style>