Shades of Persian Blue #113BBB
Tints of Persian Blue #113BBB
RGB
CMYK
RGB Variations
Color information
#113BBB (or 0x113BBB) is known color: Persian Blue. HEX triplet: 11, 3B and BB. RGB value is (17,59,187). Sum of RGB (Red+Green+Blue) = 17+59+187=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #113BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BBB is #EEC444. Grayscale: #3C3C3C. Windows color (decimal): -15647813 or 12270353. OLE color: 12270353.
HSL color Cylindrical-coordinate representation of color #113BBB: hue angle of 225.18º 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 #113BBB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 59 | 187 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.27 |
| HSL | 225.18º | 0.83% | 0.4% | - |
| HSV(B) | 225.18º | 0.91% | 0.73% | - |
| XYZ | 10.76 | 6.83 | 47.77 | - |
| YUV | 61.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 187 | 0.91 | 0.68 | 0 | 0.27 | 225.18 | 0.83 | 0.4 |
| Hex | 11 | 3B | BB | 5B | 44 | 0 | 1B | E1 | 53 | 28 |
| Octal | 21 | 73 | 273 | 133 | 104 | 0 | 33 | 341 | 123 | 50 |
| Binary | 10001 | 111011 | 10111011 | 1011011 | 1000100 | 0 | 11011 | 11100001 | 1010011 | 101000 |
Color Harmonies of #113BBB
Complementary color
Monochromatic Colors of #113BBB
Black with #113BBB
Text Example
Text Example
White with #113BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BBB; }
p { color: rgb(17,59,187); }
H1.HeaderClassName
{
color: #113BBB;
}
.AnyTagClassName
{
color: #113BBB;
}
</style>
background-color css
<style>
a { background-color: #113BBB; }
a { background-color: rgb(17,59,187); }
div.DivClassName
{
background-color: #113BBB;
}
.BgClassName
{
background-color: #113BBB;
}
</style>
border-color css
<style>
span { border-color: #113BBB; }
span { border-color: rgb(17,59,187); }
td.TdClassName
{
border-color: #113BBB;
}
.TagClassName
{
border-color: #113BBB;
}
</style>