Shades of Prussian Blue #113D65
Tints of Prussian Blue #113D65
RGB
CMYK
RGB Variations
Color information
#113D65 (or 0x113D65) is known color: Prussian Blue. HEX triplet: 11, 3D and 65. RGB value is (17,61,101). Sum of RGB (Red+Green+Blue) = 17+61+101=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #113D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D65 is #EEC29A. Grayscale: #343434. Windows color (decimal): -15647387 or 6634769. OLE color: 6634769.
HSL color Cylindrical-coordinate representation of color #113D65: hue angle of 208.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113D65 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 61 | 101 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.60 |
| HSL | 208.57º | 0.71% | 0.23% | - |
| HSV(B) | 208.57º | 0.83% | 0.4% | - |
| XYZ | 4.25 | 4.4 | 12.94 | - |
| YUV | 52.4 | 155.42 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 101 | 0.83 | 0.40 | 0 | 0.60 | 208.57 | 0.71 | 0.23 |
| Hex | 11 | 3D | 65 | 53 | 28 | 0 | 3C | D1 | 47 | 17 |
| Octal | 21 | 75 | 145 | 123 | 50 | 0 | 74 | 321 | 107 | 27 |
| Binary | 10001 | 111101 | 1100101 | 1010011 | 101000 | 0 | 111100 | 11010001 | 1000111 | 10111 |
Color Harmonies of #113D65
Complementary color
Monochromatic Colors of #113D65
Black with #113D65
Text Example
Text Example
White with #113D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D65; }
p { color: rgb(17,61,101); }
H1.HeaderClassName
{
color: #113D65;
}
.AnyTagClassName
{
color: #113D65;
}
</style>
background-color css
<style>
a { background-color: #113D65; }
a { background-color: rgb(17,61,101); }
div.DivClassName
{
background-color: #113D65;
}
.BgClassName
{
background-color: #113D65;
}
</style>
border-color css
<style>
span { border-color: #113D65; }
span { border-color: rgb(17,61,101); }
td.TdClassName
{
border-color: #113D65;
}
.TagClassName
{
border-color: #113D65;
}
</style>