Shades of Prussian Blue #11325A
Tints of Prussian Blue #11325A
RGB
CMYK
RGB Variations
Color information
#11325A (or 0x11325A) is known color: Prussian Blue. HEX triplet: 11, 32 and 5A. RGB value is (17,50,90). Sum of RGB (Red+Green+Blue) = 17+50+90=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #11325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11325A is #EECDA5. Grayscale: #2C2C2C. Windows color (decimal): -15650214 or 5911057. OLE color: 5911057.
HSL color Cylindrical-coordinate representation of color #11325A: hue angle of 212.88º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11325A is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 50 | 90 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.65 |
| HSL | 212.88º | 0.68% | 0.21% | - |
| HSV(B) | 212.88º | 0.81% | 0.35% | - |
| XYZ | 3.22 | 3.14 | 10.11 | - |
| YUV | 44.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 90 | 0.81 | 0.44 | 0 | 0.65 | 212.88 | 0.68 | 0.21 |
| Hex | 11 | 32 | 5A | 51 | 2C | 0 | 41 | D5 | 44 | 15 |
| Octal | 21 | 62 | 132 | 121 | 54 | 0 | 101 | 325 | 104 | 25 |
| Binary | 10001 | 110010 | 1011010 | 1010001 | 101100 | 0 | 1000001 | 11010101 | 1000100 | 10101 |
Color Harmonies of #11325A
Complementary color
Monochromatic Colors of #11325A
Black with #11325A
Text Example
Text Example
White with #11325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11325A; }
p { color: rgb(17,50,90); }
H1.HeaderClassName
{
color: #11325A;
}
.AnyTagClassName
{
color: #11325A;
}
</style>
background-color css
<style>
a { background-color: #11325A; }
a { background-color: rgb(17,50,90); }
div.DivClassName
{
background-color: #11325A;
}
.BgClassName
{
background-color: #11325A;
}
</style>
border-color css
<style>
span { border-color: #11325A; }
span { border-color: rgb(17,50,90); }
td.TdClassName
{
border-color: #11325A;
}
.TagClassName
{
border-color: #11325A;
}
</style>