Shades of Persian Blue #113BDF
Tints of Persian Blue #113BDF
RGB
CMYK
RGB Variations
Color information
#113BDF (or 0x113BDF) is known color: Persian Blue. HEX triplet: 11, 3B and DF. RGB value is (17,59,223). Sum of RGB (Red+Green+Blue) = 17+59+223=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #113BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BDF is #EEC420. Grayscale: #404040. Windows color (decimal): -15647777 or 14629649. OLE color: 14629649.
HSL color Cylindrical-coordinate representation of color #113BDF: hue angle of 227.77º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113BDF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 59 | 223 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.13 |
| HSL | 227.77º | 0.86% | 0.47% | - |
| HSV(B) | 227.77º | 0.92% | 0.87% | - |
| XYZ | 15.11 | 8.57 | 70.67 | - |
| YUV | 65.14 | 217.09 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 223 | 0.92 | 0.74 | 0 | 0.13 | 227.77 | 0.86 | 0.47 |
| Hex | 11 | 3B | DF | 5C | 4A | 0 | D | E4 | 56 | 2F |
| Octal | 21 | 73 | 337 | 134 | 112 | 0 | 15 | 344 | 126 | 57 |
| Binary | 10001 | 111011 | 11011111 | 1011100 | 1001010 | 0 | 1101 | 11100100 | 1010110 | 101111 |
Color Harmonies of #113BDF
Complementary color
Monochromatic Colors of #113BDF
Black with #113BDF
Text Example
Text Example
White with #113BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BDF; }
p { color: rgb(17,59,223); }
H1.HeaderClassName
{
color: #113BDF;
}
.AnyTagClassName
{
color: #113BDF;
}
</style>
background-color css
<style>
a { background-color: #113BDF; }
a { background-color: rgb(17,59,223); }
div.DivClassName
{
background-color: #113BDF;
}
.BgClassName
{
background-color: #113BDF;
}
</style>
border-color css
<style>
span { border-color: #113BDF; }
span { border-color: rgb(17,59,223); }
td.TdClassName
{
border-color: #113BDF;
}
.TagClassName
{
border-color: #113BDF;
}
</style>