Shades of Prussian Blue #113159
Tints of Prussian Blue #113159
RGB
CMYK
RGB Variations
Color information
#113159 (or 0x113159) is known color: Prussian Blue. HEX triplet: 11, 31 and 59. RGB value is (17,49,89). Sum of RGB (Red+Green+Blue) = 17+49+89=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #113159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113159 is #EECEA6. Grayscale: #2B2B2B. Windows color (decimal): -15650471 or 5845265. OLE color: 5845265.
HSL color Cylindrical-coordinate representation of color #113159: hue angle of 213.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113159 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 49 | 89 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.65 |
| HSL | 213.33º | 0.68% | 0.21% | - |
| HSV(B) | 213.33º | 0.81% | 0.35% | - |
| XYZ | 3.13 | 3.04 | 9.87 | - |
| YUV | 43.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 89 | 0.81 | 0.45 | 0 | 0.65 | 213.33 | 0.68 | 0.21 |
| Hex | 11 | 31 | 59 | 51 | 2D | 0 | 41 | D5 | 44 | 15 |
| Octal | 21 | 61 | 131 | 121 | 55 | 0 | 101 | 325 | 104 | 25 |
| Binary | 10001 | 110001 | 1011001 | 1010001 | 101101 | 0 | 1000001 | 11010101 | 1000100 | 10101 |
Color Harmonies of #113159
Complementary color
Monochromatic Colors of #113159
Black with #113159
Text Example
Text Example
White with #113159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113159; }
p { color: rgb(17,49,89); }
H1.HeaderClassName
{
color: #113159;
}
.AnyTagClassName
{
color: #113159;
}
</style>
background-color css
<style>
a { background-color: #113159; }
a { background-color: rgb(17,49,89); }
div.DivClassName
{
background-color: #113159;
}
.BgClassName
{
background-color: #113159;
}
</style>
border-color css
<style>
span { border-color: #113159; }
span { border-color: rgb(17,49,89); }
td.TdClassName
{
border-color: #113159;
}
.TagClassName
{
border-color: #113159;
}
</style>