Shades of Prussian Blue #113566
Tints of Prussian Blue #113566
RGB
CMYK
RGB Variations
Color information
#113566 (or 0x113566) is known color: Prussian Blue. HEX triplet: 11, 35 and 66. RGB value is (17,53,102). Sum of RGB (Red+Green+Blue) = 17+53+102=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #113566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113566 is #EECA99. Grayscale: #2F2F2F. Windows color (decimal): -15649434 or 6698257. OLE color: 6698257.
HSL color Cylindrical-coordinate representation of color #113566: hue angle of 214.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113566 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 53 | 102 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.6 |
| HSL | 214.59º | 0.71% | 0.23% | - |
| HSV(B) | 214.59º | 0.83% | 0.4% | - |
| XYZ | 3.9 | 3.62 | 13.06 | - |
| YUV | 47.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 102 | 0.83 | 0.48 | 0 | 0.6 | 214.59 | 0.71 | 0.23 |
| Hex | 11 | 35 | 66 | 53 | 30 | 0 | 3C | D7 | 47 | 17 |
| Octal | 21 | 65 | 146 | 123 | 60 | 0 | 74 | 327 | 107 | 27 |
| Binary | 10001 | 110101 | 1100110 | 1010011 | 110000 | 0 | 111100 | 11010111 | 1000111 | 10111 |
Color Harmonies of #113566
Complementary color
Monochromatic Colors of #113566
Black with #113566
Text Example
Text Example
White with #113566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113566; }
p { color: rgb(17,53,102); }
H1.HeaderClassName
{
color: #113566;
}
.AnyTagClassName
{
color: #113566;
}
</style>
background-color css
<style>
a { background-color: #113566; }
a { background-color: rgb(17,53,102); }
div.DivClassName
{
background-color: #113566;
}
.BgClassName
{
background-color: #113566;
}
</style>
border-color css
<style>
span { border-color: #113566; }
span { border-color: rgb(17,53,102); }
td.TdClassName
{
border-color: #113566;
}
.TagClassName
{
border-color: #113566;
}
</style>