Shades of Persian Blue #113CF3
Tints of Persian Blue #113CF3
RGB
CMYK
RGB Variations
Color information
#113CF3 (or 0x113CF3) is known color: Persian Blue. HEX triplet: 11, 3C and F3. RGB value is (17,60,243). Sum of RGB (Red+Green+Blue) = 17+60+243=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #113CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CF3 is #EEC30C. Grayscale: #434343. Windows color (decimal): -15647501 or 15940625. OLE color: 15940625.
HSL color Cylindrical-coordinate representation of color #113CF3: hue angle of 228.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113CF3 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 60 | 243 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.05 |
| HSL | 228.58º | 0.9% | 0.51% | - |
| HSV(B) | 228.58º | 0.93% | 0.95% | - |
| XYZ | 18.02 | 9.82 | 85.74 | - |
| YUV | 68.01 | 226.75 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 243 | 0.93 | 0.75 | 0 | 0.05 | 228.58 | 0.9 | 0.51 |
| Hex | 11 | 3C | F3 | 5D | 4B | 0 | 5 | E5 | 5A | 33 |
| Octal | 21 | 74 | 363 | 135 | 113 | 0 | 5 | 345 | 132 | 63 |
| Binary | 10001 | 111100 | 11110011 | 1011101 | 1001011 | 0 | 101 | 11100101 | 1011010 | 110011 |
Color Harmonies of #113CF3
Complementary color
Monochromatic Colors of #113CF3
Black with #113CF3
Text Example
Text Example
White with #113CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CF3; }
p { color: rgb(17,60,243); }
H1.HeaderClassName
{
color: #113CF3;
}
.AnyTagClassName
{
color: #113CF3;
}
</style>
background-color css
<style>
a { background-color: #113CF3; }
a { background-color: rgb(17,60,243); }
div.DivClassName
{
background-color: #113CF3;
}
.BgClassName
{
background-color: #113CF3;
}
</style>
border-color css
<style>
span { border-color: #113CF3; }
span { border-color: rgb(17,60,243); }
td.TdClassName
{
border-color: #113CF3;
}
.TagClassName
{
border-color: #113CF3;
}
</style>