Shades of Prussian Blue #11345E
Tints of Prussian Blue #11345E
RGB
CMYK
RGB Variations
Color information
#11345E (or 0x11345E) is known color: Prussian Blue. HEX triplet: 11, 34 and 5E. RGB value is (17,52,94). Sum of RGB (Red+Green+Blue) = 17+52+94=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #11345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11345E is #EECBA1. Grayscale: #2E2E2E. Windows color (decimal): -15649698 or 6173713. OLE color: 6173713.
HSL color Cylindrical-coordinate representation of color #11345E: hue angle of 212.73º 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 #11345E is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 52 | 94 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.63 |
| HSL | 212.73º | 0.69% | 0.22% | - |
| HSV(B) | 212.73º | 0.82% | 0.37% | - |
| XYZ | 3.48 | 3.38 | 11.06 | - |
| YUV | 46.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 94 | 0.82 | 0.45 | 0 | 0.63 | 212.73 | 0.69 | 0.22 |
| Hex | 11 | 34 | 5E | 52 | 2D | 0 | 3F | D5 | 45 | 16 |
| Octal | 21 | 64 | 136 | 122 | 55 | 0 | 77 | 325 | 105 | 26 |
| Binary | 10001 | 110100 | 1011110 | 1010010 | 101101 | 0 | 111111 | 11010101 | 1000101 | 10110 |
Color Harmonies of #11345E
Complementary color
Monochromatic Colors of #11345E
Black with #11345E
Text Example
Text Example
White with #11345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11345E; }
p { color: rgb(17,52,94); }
H1.HeaderClassName
{
color: #11345E;
}
.AnyTagClassName
{
color: #11345E;
}
</style>
background-color css
<style>
a { background-color: #11345E; }
a { background-color: rgb(17,52,94); }
div.DivClassName
{
background-color: #11345E;
}
.BgClassName
{
background-color: #11345E;
}
</style>
border-color css
<style>
span { border-color: #11345E; }
span { border-color: rgb(17,52,94); }
td.TdClassName
{
border-color: #11345E;
}
.TagClassName
{
border-color: #11345E;
}
</style>