Shades of Persian Blue #113DCB
Tints of Persian Blue #113DCB
RGB
CMYK
RGB Variations
Color information
#113DCB (or 0x113DCB) is known color: Persian Blue. HEX triplet: 11, 3D and CB. RGB value is (17,61,203). Sum of RGB (Red+Green+Blue) = 17+61+203=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #113DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DCB is #EEC234. Grayscale: #3F3F3F. Windows color (decimal): -15647285 or 13319441. OLE color: 13319441.
HSL color Cylindrical-coordinate representation of color #113DCB: hue angle of 225.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113DCB is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 61 | 203 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.20 |
| HSL | 225.81º | 0.85% | 0.43% | - |
| HSV(B) | 225.81º | 0.92% | 0.8% | - |
| XYZ | 12.68 | 7.77 | 57.33 | - |
| YUV | 64.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 203 | 0.92 | 0.70 | 0 | 0.20 | 225.81 | 0.85 | 0.43 |
| Hex | 11 | 3D | CB | 5C | 46 | 0 | 14 | E2 | 55 | 2B |
| Octal | 21 | 75 | 313 | 134 | 106 | 0 | 24 | 342 | 125 | 53 |
| Binary | 10001 | 111101 | 11001011 | 1011100 | 1000110 | 0 | 10100 | 11100010 | 1010101 | 101011 |
Color Harmonies of #113DCB
Complementary color
Monochromatic Colors of #113DCB
Black with #113DCB
Text Example
Text Example
White with #113DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DCB; }
p { color: rgb(17,61,203); }
H1.HeaderClassName
{
color: #113DCB;
}
.AnyTagClassName
{
color: #113DCB;
}
</style>
background-color css
<style>
a { background-color: #113DCB; }
a { background-color: rgb(17,61,203); }
div.DivClassName
{
background-color: #113DCB;
}
.BgClassName
{
background-color: #113DCB;
}
</style>
border-color css
<style>
span { border-color: #113DCB; }
span { border-color: rgb(17,61,203); }
td.TdClassName
{
border-color: #113DCB;
}
.TagClassName
{
border-color: #113DCB;
}
</style>