Shades of Prussian Blue #113970
Tints of Prussian Blue #113970
RGB
CMYK
RGB Variations
Color information
#113970 (or 0x113970) is known color: Prussian Blue. HEX triplet: 11, 39 and 70. RGB value is (17,57,112). Sum of RGB (Red+Green+Blue) = 17+57+112=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #113970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113970 is #EEC68F. Grayscale: #333333. Windows color (decimal): -15648400 or 7354641. OLE color: 7354641.
HSL color Cylindrical-coordinate representation of color #113970: hue angle of 214.74º 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 #113970 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 57 | 112 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.56 |
| HSL | 214.74º | 0.74% | 0.25% | - |
| HSV(B) | 214.74º | 0.85% | 0.44% | - |
| XYZ | 4.62 | 4.22 | 15.9 | - |
| YUV | 51.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 112 | 0.85 | 0.49 | 0 | 0.56 | 214.74 | 0.74 | 0.25 |
| Hex | 11 | 39 | 70 | 55 | 31 | 0 | 38 | D7 | 4A | 19 |
| Octal | 21 | 71 | 160 | 125 | 61 | 0 | 70 | 327 | 112 | 31 |
| Binary | 10001 | 111001 | 1110000 | 1010101 | 110001 | 0 | 111000 | 11010111 | 1001010 | 11001 |
Color Harmonies of #113970
Complementary color
Monochromatic Colors of #113970
Black with #113970
Text Example
Text Example
White with #113970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113970; }
p { color: rgb(17,57,112); }
H1.HeaderClassName
{
color: #113970;
}
.AnyTagClassName
{
color: #113970;
}
</style>
background-color css
<style>
a { background-color: #113970; }
a { background-color: rgb(17,57,112); }
div.DivClassName
{
background-color: #113970;
}
.BgClassName
{
background-color: #113970;
}
</style>
border-color css
<style>
span { border-color: #113970; }
span { border-color: rgb(17,57,112); }
td.TdClassName
{
border-color: #113970;
}
.TagClassName
{
border-color: #113970;
}
</style>