Shades of Prussian Blue #11365E
Tints of Prussian Blue #11365E
RGB
CMYK
RGB Variations
Color information
#11365E (or 0x11365E) is known color: Prussian Blue. HEX triplet: 11, 36 and 5E. RGB value is (17,54,94). Sum of RGB (Red+Green+Blue) = 17+54+94=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #11365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11365E is #EEC9A1. Grayscale: #2F2F2F. Windows color (decimal): -15649186 or 6174225. OLE color: 6174225.
HSL color Cylindrical-coordinate representation of color #11365E: hue angle of 211.17º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11365E is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 54 | 94 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.63 |
| HSL | 211.17º | 0.69% | 0.22% | - |
| HSV(B) | 211.17º | 0.82% | 0.37% | - |
| XYZ | 3.57 | 3.57 | 11.09 | - |
| YUV | 47.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 94 | 0.82 | 0.43 | 0 | 0.63 | 211.17 | 0.69 | 0.22 |
| Hex | 11 | 36 | 5E | 52 | 2B | 0 | 3F | D3 | 45 | 16 |
| Octal | 21 | 66 | 136 | 122 | 53 | 0 | 77 | 323 | 105 | 26 |
| Binary | 10001 | 110110 | 1011110 | 1010010 | 101011 | 0 | 111111 | 11010011 | 1000101 | 10110 |
Color Harmonies of #11365E
Complementary color
Monochromatic Colors of #11365E
Black with #11365E
Text Example
Text Example
White with #11365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11365E; }
p { color: rgb(17,54,94); }
H1.HeaderClassName
{
color: #11365E;
}
.AnyTagClassName
{
color: #11365E;
}
</style>
background-color css
<style>
a { background-color: #11365E; }
a { background-color: rgb(17,54,94); }
div.DivClassName
{
background-color: #11365E;
}
.BgClassName
{
background-color: #11365E;
}
</style>
border-color css
<style>
span { border-color: #11365E; }
span { border-color: rgb(17,54,94); }
td.TdClassName
{
border-color: #11365E;
}
.TagClassName
{
border-color: #11365E;
}
</style>