Shades of Persian Blue #113FCE
Tints of Persian Blue #113FCE
RGB
CMYK
RGB Variations
Color information
#113FCE (or 0x113FCE) is known color: Persian Blue. HEX triplet: 11, 3F and CE. RGB value is (17,63,206). Sum of RGB (Red+Green+Blue) = 17+63+206=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #113FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FCE is #EEC031. Grayscale: #404040. Windows color (decimal): -15646770 or 13516561. OLE color: 13516561.
HSL color Cylindrical-coordinate representation of color #113FCE: hue angle of 225.4º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113FCE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 63 | 206 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.19 |
| HSL | 225.4º | 0.85% | 0.44% | - |
| HSV(B) | 225.4º | 0.92% | 0.81% | - |
| XYZ | 13.15 | 8.13 | 59.27 | - |
| YUV | 65.55 | 207.26 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 206 | 0.92 | 0.69 | 0 | 0.19 | 225.4 | 0.85 | 0.44 |
| Hex | 11 | 3F | CE | 5C | 45 | 0 | 13 | E1 | 55 | 2C |
| Octal | 21 | 77 | 316 | 134 | 105 | 0 | 23 | 341 | 125 | 54 |
| Binary | 10001 | 111111 | 11001110 | 1011100 | 1000101 | 0 | 10011 | 11100001 | 1010101 | 101100 |
Color Harmonies of #113FCE
Complementary color
Monochromatic Colors of #113FCE
Black with #113FCE
Text Example
Text Example
White with #113FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FCE; }
p { color: rgb(17,63,206); }
H1.HeaderClassName
{
color: #113FCE;
}
.AnyTagClassName
{
color: #113FCE;
}
</style>
background-color css
<style>
a { background-color: #113FCE; }
a { background-color: rgb(17,63,206); }
div.DivClassName
{
background-color: #113FCE;
}
.BgClassName
{
background-color: #113FCE;
}
</style>
border-color css
<style>
span { border-color: #113FCE; }
span { border-color: rgb(17,63,206); }
td.TdClassName
{
border-color: #113FCE;
}
.TagClassName
{
border-color: #113FCE;
}
</style>