Shades of Prussian Blue #113871
Tints of Prussian Blue #113871
RGB
CMYK
RGB Variations
Color information
#113871 (or 0x113871) is known color: Prussian Blue. HEX triplet: 11, 38 and 71. RGB value is (17,56,113). Sum of RGB (Red+Green+Blue) = 17+56+113=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #113871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113871 is #EEC78E. Grayscale: #323232. Windows color (decimal): -15648655 or 7419921. OLE color: 7419921.
HSL color Cylindrical-coordinate representation of color #113871: hue angle of 215.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113871 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 56 | 113 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.56 |
| HSL | 215.63º | 0.74% | 0.25% | - |
| HSV(B) | 215.63º | 0.85% | 0.44% | - |
| XYZ | 4.63 | 4.14 | 16.18 | - |
| YUV | 50.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 113 | 0.85 | 0.50 | 0 | 0.56 | 215.63 | 0.74 | 0.25 |
| Hex | 11 | 38 | 71 | 55 | 32 | 0 | 38 | D8 | 4A | 19 |
| Octal | 21 | 70 | 161 | 125 | 62 | 0 | 70 | 330 | 112 | 31 |
| Binary | 10001 | 111000 | 1110001 | 1010101 | 110010 | 0 | 111000 | 11011000 | 1001010 | 11001 |
Color Harmonies of #113871
Complementary color
Monochromatic Colors of #113871
Black with #113871
Text Example
Text Example
White with #113871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113871; }
p { color: rgb(17,56,113); }
H1.HeaderClassName
{
color: #113871;
}
.AnyTagClassName
{
color: #113871;
}
</style>
background-color css
<style>
a { background-color: #113871; }
a { background-color: rgb(17,56,113); }
div.DivClassName
{
background-color: #113871;
}
.BgClassName
{
background-color: #113871;
}
</style>
border-color css
<style>
span { border-color: #113871; }
span { border-color: rgb(17,56,113); }
td.TdClassName
{
border-color: #113871;
}
.TagClassName
{
border-color: #113871;
}
</style>