Shades of Persian Blue #113CE9
Tints of Persian Blue #113CE9
RGB
CMYK
RGB Variations
Color information
#113CE9 (or 0x113CE9) is known color: Persian Blue. HEX triplet: 11, 3C and E9. RGB value is (17,60,233). Sum of RGB (Red+Green+Blue) = 17+60+233=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #113CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CE9 is #EEC316. Grayscale: #424242. Windows color (decimal): -15647511 or 15285265. OLE color: 15285265.
HSL color Cylindrical-coordinate representation of color #113CE9: hue angle of 228.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113CE9 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 60 | 233 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.09 |
| HSL | 228.06º | 0.86% | 0.49% | - |
| HSV(B) | 228.06º | 0.93% | 0.91% | - |
| XYZ | 16.56 | 9.23 | 78 | - |
| YUV | 66.87 | 221.75 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 233 | 0.93 | 0.74 | 0 | 0.09 | 228.06 | 0.86 | 0.49 |
| Hex | 11 | 3C | E9 | 5D | 4A | 0 | 9 | E4 | 56 | 31 |
| Octal | 21 | 74 | 351 | 135 | 112 | 0 | 11 | 344 | 126 | 61 |
| Binary | 10001 | 111100 | 11101001 | 1011101 | 1001010 | 0 | 1001 | 11100100 | 1010110 | 110001 |
Color Harmonies of #113CE9
Complementary color
Monochromatic Colors of #113CE9
Black with #113CE9
Text Example
Text Example
White with #113CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CE9; }
p { color: rgb(17,60,233); }
H1.HeaderClassName
{
color: #113CE9;
}
.AnyTagClassName
{
color: #113CE9;
}
</style>
background-color css
<style>
a { background-color: #113CE9; }
a { background-color: rgb(17,60,233); }
div.DivClassName
{
background-color: #113CE9;
}
.BgClassName
{
background-color: #113CE9;
}
</style>
border-color css
<style>
span { border-color: #113CE9; }
span { border-color: rgb(17,60,233); }
td.TdClassName
{
border-color: #113CE9;
}
.TagClassName
{
border-color: #113CE9;
}
</style>