Shades of Prussian Blue #113460
Tints of Prussian Blue #113460
RGB
CMYK
RGB Variations
Color information
#113460 (or 0x113460) is known color: Prussian Blue. HEX triplet: 11, 34 and 60. RGB value is (17,52,96). Sum of RGB (Red+Green+Blue) = 17+52+96=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #113460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113460 is #EECB9F. Grayscale: #2E2E2E. Windows color (decimal): -15649696 or 6304785. OLE color: 6304785.
HSL color Cylindrical-coordinate representation of color #113460: hue angle of 213.42º 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 #113460 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 52 | 96 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.62 |
| HSL | 213.42º | 0.7% | 0.22% | - |
| HSV(B) | 213.42º | 0.82% | 0.38% | - |
| XYZ | 3.57 | 3.42 | 11.54 | - |
| YUV | 46.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 96 | 0.82 | 0.46 | 0 | 0.62 | 213.42 | 0.7 | 0.22 |
| Hex | 11 | 34 | 60 | 52 | 2E | 0 | 3E | D5 | 46 | 16 |
| Octal | 21 | 64 | 140 | 122 | 56 | 0 | 76 | 325 | 106 | 26 |
| Binary | 10001 | 110100 | 1100000 | 1010010 | 101110 | 0 | 111110 | 11010101 | 1000110 | 10110 |
Color Harmonies of #113460
Complementary color
Monochromatic Colors of #113460
Black with #113460
Text Example
Text Example
White with #113460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113460; }
p { color: rgb(17,52,96); }
H1.HeaderClassName
{
color: #113460;
}
.AnyTagClassName
{
color: #113460;
}
</style>
background-color css
<style>
a { background-color: #113460; }
a { background-color: rgb(17,52,96); }
div.DivClassName
{
background-color: #113460;
}
.BgClassName
{
background-color: #113460;
}
</style>
border-color css
<style>
span { border-color: #113460; }
span { border-color: rgb(17,52,96); }
td.TdClassName
{
border-color: #113460;
}
.TagClassName
{
border-color: #113460;
}
</style>