Shades of Persian Blue #113CCC
Tints of Persian Blue #113CCC
RGB
CMYK
RGB Variations
Color information
#113CCC (or 0x113CCC) is known color: Persian Blue. HEX triplet: 11, 3C and CC. RGB value is (17,60,204). Sum of RGB (Red+Green+Blue) = 17+60+204=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #113CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CCC is #EEC333. Grayscale: #3E3E3E. Windows color (decimal): -15647540 or 13384721. OLE color: 13384721.
HSL color Cylindrical-coordinate representation of color #113CCC: hue angle of 226.2º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113CCC is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 60 | 204 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.2 |
| HSL | 226.2º | 0.85% | 0.43% | - |
| HSV(B) | 226.2º | 0.92% | 0.8% | - |
| XYZ | 12.75 | 7.71 | 57.94 | - |
| YUV | 63.56 | 207.25 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 204 | 0.92 | 0.71 | 0 | 0.2 | 226.2 | 0.85 | 0.43 |
| Hex | 11 | 3C | CC | 5C | 47 | 0 | 14 | E2 | 55 | 2B |
| Octal | 21 | 74 | 314 | 134 | 107 | 0 | 24 | 342 | 125 | 53 |
| Binary | 10001 | 111100 | 11001100 | 1011100 | 1000111 | 0 | 10100 | 11100010 | 1010101 | 101011 |
Color Harmonies of #113CCC
Complementary color
Monochromatic Colors of #113CCC
Black with #113CCC
Text Example
Text Example
White with #113CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CCC; }
p { color: rgb(17,60,204); }
H1.HeaderClassName
{
color: #113CCC;
}
.AnyTagClassName
{
color: #113CCC;
}
</style>
background-color css
<style>
a { background-color: #113CCC; }
a { background-color: rgb(17,60,204); }
div.DivClassName
{
background-color: #113CCC;
}
.BgClassName
{
background-color: #113CCC;
}
</style>
border-color css
<style>
span { border-color: #113CCC; }
span { border-color: rgb(17,60,204); }
td.TdClassName
{
border-color: #113CCC;
}
.TagClassName
{
border-color: #113CCC;
}
</style>