Shades of Prussian Blue #113560
Tints of Prussian Blue #113560
RGB
CMYK
RGB Variations
Color information
#113560 (or 0x113560) is known color: Prussian Blue. HEX triplet: 11, 35 and 60. RGB value is (17,53,96). Sum of RGB (Red+Green+Blue) = 17+53+96=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #113560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113560 is #EECA9F. Grayscale: #2E2E2E. Windows color (decimal): -15649440 or 6305041. OLE color: 6305041.
HSL color Cylindrical-coordinate representation of color #113560: hue angle of 212.66º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113560 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 53 | 96 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.62 |
| HSL | 212.66º | 0.7% | 0.22% | - |
| HSV(B) | 212.66º | 0.82% | 0.38% | - |
| XYZ | 3.62 | 3.51 | 11.55 | - |
| YUV | 47.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 96 | 0.82 | 0.45 | 0 | 0.62 | 212.66 | 0.7 | 0.22 |
| Hex | 11 | 35 | 60 | 52 | 2D | 0 | 3E | D5 | 46 | 16 |
| Octal | 21 | 65 | 140 | 122 | 55 | 0 | 76 | 325 | 106 | 26 |
| Binary | 10001 | 110101 | 1100000 | 1010010 | 101101 | 0 | 111110 | 11010101 | 1000110 | 10110 |
Color Harmonies of #113560
Complementary color
Monochromatic Colors of #113560
Black with #113560
Text Example
Text Example
White with #113560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113560; }
p { color: rgb(17,53,96); }
H1.HeaderClassName
{
color: #113560;
}
.AnyTagClassName
{
color: #113560;
}
</style>
background-color css
<style>
a { background-color: #113560; }
a { background-color: rgb(17,53,96); }
div.DivClassName
{
background-color: #113560;
}
.BgClassName
{
background-color: #113560;
}
</style>
border-color css
<style>
span { border-color: #113560; }
span { border-color: rgb(17,53,96); }
td.TdClassName
{
border-color: #113560;
}
.TagClassName
{
border-color: #113560;
}
</style>