Shades of Prussian Blue #113772
Tints of Prussian Blue #113772
RGB
CMYK
RGB Variations
Color information
#113772 (or 0x113772) is known color: Prussian Blue. HEX triplet: 11, 37 and 72. RGB value is (17,55,114). Sum of RGB (Red+Green+Blue) = 17+55+114=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #113772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113772 is #EEC88D. Grayscale: #323232. Windows color (decimal): -15648910 or 7485201. OLE color: 7485201.
HSL color Cylindrical-coordinate representation of color #113772: hue angle of 216.49º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113772 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 55 | 114 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.55 |
| HSL | 216.49º | 0.74% | 0.26% | - |
| HSV(B) | 216.49º | 0.85% | 0.45% | - |
| XYZ | 4.63 | 4.07 | 16.46 | - |
| YUV | 50.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 114 | 0.85 | 0.52 | 0 | 0.55 | 216.49 | 0.74 | 0.26 |
| Hex | 11 | 37 | 72 | 55 | 34 | 0 | 37 | D8 | 4A | 1A |
| Octal | 21 | 67 | 162 | 125 | 64 | 0 | 67 | 330 | 112 | 32 |
| Binary | 10001 | 110111 | 1110010 | 1010101 | 110100 | 0 | 110111 | 11011000 | 1001010 | 11010 |
Color Harmonies of #113772
Complementary color
Monochromatic Colors of #113772
Black with #113772
Text Example
Text Example
White with #113772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113772; }
p { color: rgb(17,55,114); }
H1.HeaderClassName
{
color: #113772;
}
.AnyTagClassName
{
color: #113772;
}
</style>
background-color css
<style>
a { background-color: #113772; }
a { background-color: rgb(17,55,114); }
div.DivClassName
{
background-color: #113772;
}
.BgClassName
{
background-color: #113772;
}
</style>
border-color css
<style>
span { border-color: #113772; }
span { border-color: rgb(17,55,114); }
td.TdClassName
{
border-color: #113772;
}
.TagClassName
{
border-color: #113772;
}
</style>