Shades of Prussian Blue #113860
Tints of Prussian Blue #113860
RGB
CMYK
RGB Variations
Color information
#113860 (or 0x113860) is known color: Prussian Blue. HEX triplet: 11, 38 and 60. RGB value is (17,56,96). Sum of RGB (Red+Green+Blue) = 17+56+96=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #113860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113860 is #EEC79F. Grayscale: #303030. Windows color (decimal): -15648672 or 6305809. OLE color: 6305809.
HSL color Cylindrical-coordinate representation of color #113860: hue angle of 210.38º 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 #113860 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 56 | 96 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.62 |
| HSL | 210.38º | 0.7% | 0.22% | - |
| HSV(B) | 210.38º | 0.82% | 0.38% | - |
| XYZ | 3.76 | 3.79 | 11.6 | - |
| YUV | 48.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 96 | 0.82 | 0.42 | 0 | 0.62 | 210.38 | 0.7 | 0.22 |
| Hex | 11 | 38 | 60 | 52 | 2A | 0 | 3E | D2 | 46 | 16 |
| Octal | 21 | 70 | 140 | 122 | 52 | 0 | 76 | 322 | 106 | 26 |
| Binary | 10001 | 111000 | 1100000 | 1010010 | 101010 | 0 | 111110 | 11010010 | 1000110 | 10110 |
Color Harmonies of #113860
Complementary color
Monochromatic Colors of #113860
Black with #113860
Text Example
Text Example
White with #113860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113860; }
p { color: rgb(17,56,96); }
H1.HeaderClassName
{
color: #113860;
}
.AnyTagClassName
{
color: #113860;
}
</style>
background-color css
<style>
a { background-color: #113860; }
a { background-color: rgb(17,56,96); }
div.DivClassName
{
background-color: #113860;
}
.BgClassName
{
background-color: #113860;
}
</style>
border-color css
<style>
span { border-color: #113860; }
span { border-color: rgb(17,56,96); }
td.TdClassName
{
border-color: #113860;
}
.TagClassName
{
border-color: #113860;
}
</style>