Shades of Persian Blue #113CCA
Tints of Persian Blue #113CCA
RGB
CMYK
RGB Variations
Color information
#113CCA (or 0x113CCA) is known color: Persian Blue. HEX triplet: 11, 3C and CA. RGB value is (17,60,202). Sum of RGB (Red+Green+Blue) = 17+60+202=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #113CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CCA is #EEC335. Grayscale: #3E3E3E. Windows color (decimal): -15647542 or 13253649. OLE color: 13253649.
HSL color Cylindrical-coordinate representation of color #113CCA: hue angle of 226.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113CCA is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 60 | 202 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.21 |
| HSL | 226.05º | 0.84% | 0.43% | - |
| HSV(B) | 226.05º | 0.92% | 0.79% | - |
| XYZ | 12.51 | 7.62 | 56.69 | - |
| YUV | 63.33 | 206.25 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 202 | 0.92 | 0.70 | 0 | 0.21 | 226.05 | 0.84 | 0.43 |
| Hex | 11 | 3C | CA | 5C | 46 | 0 | 15 | E2 | 54 | 2B |
| Octal | 21 | 74 | 312 | 134 | 106 | 0 | 25 | 342 | 124 | 53 |
| Binary | 10001 | 111100 | 11001010 | 1011100 | 1000110 | 0 | 10101 | 11100010 | 1010100 | 101011 |
Color Harmonies of #113CCA
Complementary color
Monochromatic Colors of #113CCA
Black with #113CCA
Text Example
Text Example
White with #113CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CCA; }
p { color: rgb(17,60,202); }
H1.HeaderClassName
{
color: #113CCA;
}
.AnyTagClassName
{
color: #113CCA;
}
</style>
background-color css
<style>
a { background-color: #113CCA; }
a { background-color: rgb(17,60,202); }
div.DivClassName
{
background-color: #113CCA;
}
.BgClassName
{
background-color: #113CCA;
}
</style>
border-color css
<style>
span { border-color: #113CCA; }
span { border-color: rgb(17,60,202); }
td.TdClassName
{
border-color: #113CCA;
}
.TagClassName
{
border-color: #113CCA;
}
</style>