Shades of Persian Blue #113BEA
Tints of Persian Blue #113BEA
RGB
CMYK
RGB Variations
Color information
#113BEA (or 0x113BEA) is known color: Persian Blue. HEX triplet: 11, 3B and EA. RGB value is (17,59,234). Sum of RGB (Red+Green+Blue) = 17+59+234=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #113BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113BEA is #EEC415. Grayscale: #414141. Windows color (decimal): -15647766 or 15350545. OLE color: 15350545.
HSL color Cylindrical-coordinate representation of color #113BEA: hue angle of 228.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113BEA is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 59 | 234 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.08 |
| HSL | 228.39º | 0.86% | 0.49% | - |
| HSV(B) | 228.39º | 0.93% | 0.92% | - |
| XYZ | 16.65 | 9.19 | 78.74 | - |
| YUV | 66.39 | 222.59 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 234 | 0.93 | 0.75 | 0 | 0.08 | 228.39 | 0.86 | 0.49 |
| Hex | 11 | 3B | EA | 5D | 4B | 0 | 8 | E4 | 56 | 31 |
| Octal | 21 | 73 | 352 | 135 | 113 | 0 | 10 | 344 | 126 | 61 |
| Binary | 10001 | 111011 | 11101010 | 1011101 | 1001011 | 0 | 1000 | 11100100 | 1010110 | 110001 |
Color Harmonies of #113BEA
Complementary color
Monochromatic Colors of #113BEA
Black with #113BEA
Text Example
Text Example
White with #113BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BEA; }
p { color: rgb(17,59,234); }
H1.HeaderClassName
{
color: #113BEA;
}
.AnyTagClassName
{
color: #113BEA;
}
</style>
background-color css
<style>
a { background-color: #113BEA; }
a { background-color: rgb(17,59,234); }
div.DivClassName
{
background-color: #113BEA;
}
.BgClassName
{
background-color: #113BEA;
}
</style>
border-color css
<style>
span { border-color: #113BEA; }
span { border-color: rgb(17,59,234); }
td.TdClassName
{
border-color: #113BEA;
}
.TagClassName
{
border-color: #113BEA;
}
</style>