Shades of Persian Blue #113CB5
Tints of Persian Blue #113CB5
RGB
CMYK
RGB Variations
Color information
#113CB5 (or 0x113CB5) is known color: Persian Blue. HEX triplet: 11, 3C and B5. RGB value is (17,60,181). Sum of RGB (Red+Green+Blue) = 17+60+181=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #113CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CB5 is #EEC34A. Grayscale: #3C3C3C. Windows color (decimal): -15647563 or 11877393. OLE color: 11877393.
HSL color Cylindrical-coordinate representation of color #113CB5: hue angle of 224.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113CB5 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 60 | 181 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.29 |
| HSL | 224.27º | 0.83% | 0.39% | - |
| HSV(B) | 224.27º | 0.91% | 0.71% | - |
| XYZ | 10.19 | 6.69 | 44.47 | - |
| YUV | 60.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 181 | 0.91 | 0.67 | 0 | 0.29 | 224.27 | 0.83 | 0.39 |
| Hex | 11 | 3C | B5 | 5B | 43 | 0 | 1D | E0 | 53 | 27 |
| Octal | 21 | 74 | 265 | 133 | 103 | 0 | 35 | 340 | 123 | 47 |
| Binary | 10001 | 111100 | 10110101 | 1011011 | 1000011 | 0 | 11101 | 11100000 | 1010011 | 100111 |
Color Harmonies of #113CB5
Complementary color
Monochromatic Colors of #113CB5
Black with #113CB5
Text Example
Text Example
White with #113CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CB5; }
p { color: rgb(17,60,181); }
H1.HeaderClassName
{
color: #113CB5;
}
.AnyTagClassName
{
color: #113CB5;
}
</style>
background-color css
<style>
a { background-color: #113CB5; }
a { background-color: rgb(17,60,181); }
div.DivClassName
{
background-color: #113CB5;
}
.BgClassName
{
background-color: #113CB5;
}
</style>
border-color css
<style>
span { border-color: #113CB5; }
span { border-color: rgb(17,60,181); }
td.TdClassName
{
border-color: #113CB5;
}
.TagClassName
{
border-color: #113CB5;
}
</style>