Shades of Persian Blue #113AB9
Tints of Persian Blue #113AB9
RGB
CMYK
RGB Variations
Color information
#113AB9 (or 0x113AB9) is known color: Persian Blue. HEX triplet: 11, 3A and B9. RGB value is (17,58,185). Sum of RGB (Red+Green+Blue) = 17+58+185=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 185 (72.66% from 255 or 71.15% from 260); Max value from RGB is 185 - color contains mainly: blue. Hex color #113AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113AB9 is #EEC546. Grayscale: #3B3B3B. Windows color (decimal): -15648071 or 12139025. OLE color: 12139025.
HSL color Cylindrical-coordinate representation of color #113AB9: hue angle of 225.36º 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 #113AB9 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 58 | 185 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.27 |
| HSL | 225.36º | 0.83% | 0.4% | - |
| HSV(B) | 225.36º | 0.91% | 0.73% | - |
| XYZ | 10.5 | 6.65 | 46.63 | - |
| YUV | 60.22 | 198.42 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 185 | 0.91 | 0.69 | 0 | 0.27 | 225.36 | 0.83 | 0.4 |
| Hex | 11 | 3A | B9 | 5B | 45 | 0 | 1B | E1 | 53 | 28 |
| Octal | 21 | 72 | 271 | 133 | 105 | 0 | 33 | 341 | 123 | 50 |
| Binary | 10001 | 111010 | 10111001 | 1011011 | 1000101 | 0 | 11011 | 11100001 | 1010011 | 101000 |
Color Harmonies of #113AB9
Complementary color
Monochromatic Colors of #113AB9
Black with #113AB9
Text Example
Text Example
White with #113AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AB9; }
p { color: rgb(17,58,185); }
H1.HeaderClassName
{
color: #113AB9;
}
.AnyTagClassName
{
color: #113AB9;
}
</style>
background-color css
<style>
a { background-color: #113AB9; }
a { background-color: rgb(17,58,185); }
div.DivClassName
{
background-color: #113AB9;
}
.BgClassName
{
background-color: #113AB9;
}
</style>
border-color css
<style>
span { border-color: #113AB9; }
span { border-color: rgb(17,58,185); }
td.TdClassName
{
border-color: #113AB9;
}
.TagClassName
{
border-color: #113AB9;
}
</style>