Shades of Prussian Blue #11325F
Tints of Prussian Blue #11325F
RGB
CMYK
RGB Variations
Color information
#11325F (or 0x11325F) is known color: Prussian Blue. HEX triplet: 11, 32 and 5F. RGB value is (17,50,95). Sum of RGB (Red+Green+Blue) = 17+50+95=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #11325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11325F is #EECDA0. Grayscale: #2D2D2D. Windows color (decimal): -15650209 or 6238737. OLE color: 6238737.
HSL color Cylindrical-coordinate representation of color #11325F: hue angle of 214.62º degrees, saturation: 0.7, 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 #11325F is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 50 | 95 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.63 |
| HSL | 214.62º | 0.7% | 0.22% | - |
| HSV(B) | 214.62º | 0.82% | 0.37% | - |
| XYZ | 3.44 | 3.23 | 11.27 | - |
| YUV | 45.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 95 | 0.82 | 0.47 | 0 | 0.63 | 214.62 | 0.7 | 0.22 |
| Hex | 11 | 32 | 5F | 52 | 2F | 0 | 3F | D7 | 46 | 16 |
| Octal | 21 | 62 | 137 | 122 | 57 | 0 | 77 | 327 | 106 | 26 |
| Binary | 10001 | 110010 | 1011111 | 1010010 | 101111 | 0 | 111111 | 11010111 | 1000110 | 10110 |
Color Harmonies of #11325F
Complementary color
Monochromatic Colors of #11325F
Black with #11325F
Text Example
Text Example
White with #11325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11325F; }
p { color: rgb(17,50,95); }
H1.HeaderClassName
{
color: #11325F;
}
.AnyTagClassName
{
color: #11325F;
}
</style>
background-color css
<style>
a { background-color: #11325F; }
a { background-color: rgb(17,50,95); }
div.DivClassName
{
background-color: #11325F;
}
.BgClassName
{
background-color: #11325F;
}
</style>
border-color css
<style>
span { border-color: #11325F; }
span { border-color: rgb(17,50,95); }
td.TdClassName
{
border-color: #11325F;
}
.TagClassName
{
border-color: #11325F;
}
</style>