Shades of Prussian Blue #113969
Tints of Prussian Blue #113969
RGB
CMYK
RGB Variations
Color information
#113969 (or 0x113969) is known color: Prussian Blue. HEX triplet: 11, 39 and 69. RGB value is (17,57,105). Sum of RGB (Red+Green+Blue) = 17+57+105=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #113969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113969 is #EEC696. Grayscale: #323232. Windows color (decimal): -15648407 or 6895889. OLE color: 6895889.
HSL color Cylindrical-coordinate representation of color #113969: hue angle of 212.73º 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 #113969 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 57 | 105 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.59 |
| HSL | 212.73º | 0.72% | 0.24% | - |
| HSV(B) | 212.73º | 0.84% | 0.41% | - |
| XYZ | 4.24 | 4.07 | 13.93 | - |
| YUV | 50.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 105 | 0.84 | 0.46 | 0 | 0.59 | 212.73 | 0.72 | 0.24 |
| Hex | 11 | 39 | 69 | 54 | 2E | 0 | 3B | D5 | 48 | 18 |
| Octal | 21 | 71 | 151 | 124 | 56 | 0 | 73 | 325 | 110 | 30 |
| Binary | 10001 | 111001 | 1101001 | 1010100 | 101110 | 0 | 111011 | 11010101 | 1001000 | 11000 |
Color Harmonies of #113969
Complementary color
Monochromatic Colors of #113969
Black with #113969
Text Example
Text Example
White with #113969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113969; }
p { color: rgb(17,57,105); }
H1.HeaderClassName
{
color: #113969;
}
.AnyTagClassName
{
color: #113969;
}
</style>
background-color css
<style>
a { background-color: #113969; }
a { background-color: rgb(17,57,105); }
div.DivClassName
{
background-color: #113969;
}
.BgClassName
{
background-color: #113969;
}
</style>
border-color css
<style>
span { border-color: #113969; }
span { border-color: rgb(17,57,105); }
td.TdClassName
{
border-color: #113969;
}
.TagClassName
{
border-color: #113969;
}
</style>