Shades of Persian Blue #113AED
Tints of Persian Blue #113AED
RGB
CMYK
RGB Variations
Color information
#113AED (or 0x113AED) is known color: Persian Blue. HEX triplet: 11, 3A and ED. RGB value is (17,58,237). Sum of RGB (Red+Green+Blue) = 17+58+237=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #113AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113AED is #EEC512. Grayscale: #414141. Windows color (decimal): -15648019 or 15546897. OLE color: 15546897.
HSL color Cylindrical-coordinate representation of color #113AED: hue angle of 228.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113AED is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 58 | 237 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.07 |
| HSL | 228.82º | 0.87% | 0.5% | - |
| HSV(B) | 228.82º | 0.93% | 0.93% | - |
| XYZ | 17.03 | 9.26 | 81.01 | - |
| YUV | 66.15 | 224.42 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 237 | 0.93 | 0.76 | 0 | 0.07 | 228.82 | 0.87 | 0.5 |
| Hex | 11 | 3A | ED | 5D | 4C | 0 | 7 | E5 | 57 | 32 |
| Octal | 21 | 72 | 355 | 135 | 114 | 0 | 7 | 345 | 127 | 62 |
| Binary | 10001 | 111010 | 11101101 | 1011101 | 1001100 | 0 | 111 | 11100101 | 1010111 | 110010 |
Color Harmonies of #113AED
Complementary color
Monochromatic Colors of #113AED
Black with #113AED
Text Example
Text Example
White with #113AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AED; }
p { color: rgb(17,58,237); }
H1.HeaderClassName
{
color: #113AED;
}
.AnyTagClassName
{
color: #113AED;
}
</style>
background-color css
<style>
a { background-color: #113AED; }
a { background-color: rgb(17,58,237); }
div.DivClassName
{
background-color: #113AED;
}
.BgClassName
{
background-color: #113AED;
}
</style>
border-color css
<style>
span { border-color: #113AED; }
span { border-color: rgb(17,58,237); }
td.TdClassName
{
border-color: #113AED;
}
.TagClassName
{
border-color: #113AED;
}
</style>