Shades of Prussian Blue #113F69
Tints of Prussian Blue #113F69
RGB
CMYK
RGB Variations
Color information
#113F69 (or 0x113F69) is known color: Prussian Blue. HEX triplet: 11, 3F and 69. RGB value is (17,63,105). Sum of RGB (Red+Green+Blue) = 17+63+105=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #113F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F69 is #EEC096. Grayscale: #353535. Windows color (decimal): -15646871 or 6897425. OLE color: 6897425.
HSL color Cylindrical-coordinate representation of color #113F69: hue angle of 208.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113F69 is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 63 | 105 | - |
| CMYK | 0.84 | 0.4 | 0 | 0.59 |
| HSL | 208.64º | 0.72% | 0.24% | - |
| HSV(B) | 208.64º | 0.84% | 0.41% | - |
| XYZ | 4.56 | 4.69 | 14.03 | - |
| YUV | 54.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 105 | 0.84 | 0.4 | 0 | 0.59 | 208.64 | 0.72 | 0.24 |
| Hex | 11 | 3F | 69 | 54 | 28 | 0 | 3B | D1 | 48 | 18 |
| Octal | 21 | 77 | 151 | 124 | 50 | 0 | 73 | 321 | 110 | 30 |
| Binary | 10001 | 111111 | 1101001 | 1010100 | 101000 | 0 | 111011 | 11010001 | 1001000 | 11000 |
Color Harmonies of #113F69
Complementary color
Monochromatic Colors of #113F69
Black with #113F69
Text Example
Text Example
White with #113F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F69; }
p { color: rgb(17,63,105); }
H1.HeaderClassName
{
color: #113F69;
}
.AnyTagClassName
{
color: #113F69;
}
</style>
background-color css
<style>
a { background-color: #113F69; }
a { background-color: rgb(17,63,105); }
div.DivClassName
{
background-color: #113F69;
}
.BgClassName
{
background-color: #113F69;
}
</style>
border-color css
<style>
span { border-color: #113F69; }
span { border-color: rgb(17,63,105); }
td.TdClassName
{
border-color: #113F69;
}
.TagClassName
{
border-color: #113F69;
}
</style>