Shades of Persian Blue #113AF3
Tints of Persian Blue #113AF3
RGB
CMYK
RGB Variations
Color information
#113AF3 (or 0x113AF3) is known color: Persian Blue. HEX triplet: 11, 3A and F3. RGB value is (17,58,243). Sum of RGB (Red+Green+Blue) = 17+58+243=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 243 (95.31% from 255 or 76.42% from 318); Max value from RGB is 243 - color contains mainly: blue. Hex color #113AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113AF3 is #EEC50C. Grayscale: #424242. Windows color (decimal): -15648013 or 15940113. OLE color: 15940113.
HSL color Cylindrical-coordinate representation of color #113AF3: hue angle of 229.12º 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 #113AF3 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 58 | 243 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.05 |
| HSL | 229.12º | 0.9% | 0.51% | - |
| HSV(B) | 229.12º | 0.93% | 0.95% | - |
| XYZ | 17.92 | 9.62 | 85.71 | - |
| YUV | 66.83 | 227.42 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 243 | 0.93 | 0.76 | 0 | 0.05 | 229.12 | 0.9 | 0.51 |
| Hex | 11 | 3A | F3 | 5D | 4C | 0 | 5 | E5 | 5A | 33 |
| Octal | 21 | 72 | 363 | 135 | 114 | 0 | 5 | 345 | 132 | 63 |
| Binary | 10001 | 111010 | 11110011 | 1011101 | 1001100 | 0 | 101 | 11100101 | 1011010 | 110011 |
Color Harmonies of #113AF3
Complementary color
Monochromatic Colors of #113AF3
Black with #113AF3
Text Example
Text Example
White with #113AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AF3; }
p { color: rgb(17,58,243); }
H1.HeaderClassName
{
color: #113AF3;
}
.AnyTagClassName
{
color: #113AF3;
}
</style>
background-color css
<style>
a { background-color: #113AF3; }
a { background-color: rgb(17,58,243); }
div.DivClassName
{
background-color: #113AF3;
}
.BgClassName
{
background-color: #113AF3;
}
</style>
border-color css
<style>
span { border-color: #113AF3; }
span { border-color: rgb(17,58,243); }
td.TdClassName
{
border-color: #113AF3;
}
.TagClassName
{
border-color: #113AF3;
}
</style>