Shades of Prussian Blue #113865
Tints of Prussian Blue #113865
RGB
CMYK
RGB Variations
Color information
#113865 (or 0x113865) is known color: Prussian Blue. HEX triplet: 11, 38 and 65. RGB value is (17,56,101). Sum of RGB (Red+Green+Blue) = 17+56+101=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #113865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113865 is #EEC79A. Grayscale: #313131. Windows color (decimal): -15648667 or 6633489. OLE color: 6633489.
HSL color Cylindrical-coordinate representation of color #113865: hue angle of 212.14º 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 #113865 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 56 | 101 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.60 |
| HSL | 212.14º | 0.71% | 0.23% | - |
| HSV(B) | 212.14º | 0.83% | 0.4% | - |
| XYZ | 3.99 | 3.89 | 12.85 | - |
| YUV | 49.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 101 | 0.83 | 0.45 | 0 | 0.60 | 212.14 | 0.71 | 0.23 |
| Hex | 11 | 38 | 65 | 53 | 2D | 0 | 3C | D4 | 47 | 17 |
| Octal | 21 | 70 | 145 | 123 | 55 | 0 | 74 | 324 | 107 | 27 |
| Binary | 10001 | 111000 | 1100101 | 1010011 | 101101 | 0 | 111100 | 11010100 | 1000111 | 10111 |
Color Harmonies of #113865
Complementary color
Monochromatic Colors of #113865
Black with #113865
Text Example
Text Example
White with #113865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113865; }
p { color: rgb(17,56,101); }
H1.HeaderClassName
{
color: #113865;
}
.AnyTagClassName
{
color: #113865;
}
</style>
background-color css
<style>
a { background-color: #113865; }
a { background-color: rgb(17,56,101); }
div.DivClassName
{
background-color: #113865;
}
.BgClassName
{
background-color: #113865;
}
</style>
border-color css
<style>
span { border-color: #113865; }
span { border-color: rgb(17,56,101); }
td.TdClassName
{
border-color: #113865;
}
.TagClassName
{
border-color: #113865;
}
</style>