Shades of Prussian Blue #113D69
Tints of Prussian Blue #113D69
RGB
CMYK
RGB Variations
Color information
#113D69 (or 0x113D69) is known color: Prussian Blue. HEX triplet: 11, 3D and 69. RGB value is (17,61,105). Sum of RGB (Red+Green+Blue) = 17+61+105=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #113D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D69 is #EEC296. Grayscale: #343434. Windows color (decimal): -15647383 or 6896913. OLE color: 6896913.
HSL color Cylindrical-coordinate representation of color #113D69: hue angle of 210º 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 #113D69 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 61 | 105 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.59 |
| HSL | 210º | 0.72% | 0.24% | - |
| HSV(B) | 210º | 0.84% | 0.41% | - |
| XYZ | 4.45 | 4.48 | 13.99 | - |
| YUV | 52.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 105 | 0.84 | 0.42 | 0 | 0.59 | 210 | 0.72 | 0.24 |
| Hex | 11 | 3D | 69 | 54 | 2A | 0 | 3B | D2 | 48 | 18 |
| Octal | 21 | 75 | 151 | 124 | 52 | 0 | 73 | 322 | 110 | 30 |
| Binary | 10001 | 111101 | 1101001 | 1010100 | 101010 | 0 | 111011 | 11010010 | 1001000 | 11000 |
Color Harmonies of #113D69
Complementary color
Monochromatic Colors of #113D69
Black with #113D69
Text Example
Text Example
White with #113D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D69; }
p { color: rgb(17,61,105); }
H1.HeaderClassName
{
color: #113D69;
}
.AnyTagClassName
{
color: #113D69;
}
</style>
background-color css
<style>
a { background-color: #113D69; }
a { background-color: rgb(17,61,105); }
div.DivClassName
{
background-color: #113D69;
}
.BgClassName
{
background-color: #113D69;
}
</style>
border-color css
<style>
span { border-color: #113D69; }
span { border-color: rgb(17,61,105); }
td.TdClassName
{
border-color: #113D69;
}
.TagClassName
{
border-color: #113D69;
}
</style>