Shades of Prussian Blue #11325C
Tints of Prussian Blue #11325C
RGB
CMYK
RGB Variations
Color information
#11325C (or 0x11325C) is known color: Prussian Blue. HEX triplet: 11, 32 and 5C. RGB value is (17,50,92). Sum of RGB (Red+Green+Blue) = 17+50+92=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #11325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11325C is #EECDA3. Grayscale: #2C2C2C. Windows color (decimal): -15650212 or 6042129. OLE color: 6042129.
HSL color Cylindrical-coordinate representation of color #11325C: hue angle of 213.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11325C is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 50 | 92 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.64 |
| HSL | 213.6º | 0.69% | 0.21% | - |
| HSV(B) | 213.6º | 0.82% | 0.36% | - |
| XYZ | 3.3 | 3.17 | 10.56 | - |
| YUV | 44.92 | 154.57 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 92 | 0.82 | 0.46 | 0 | 0.64 | 213.6 | 0.69 | 0.21 |
| Hex | 11 | 32 | 5C | 52 | 2E | 0 | 40 | D6 | 45 | 15 |
| Octal | 21 | 62 | 134 | 122 | 56 | 0 | 100 | 326 | 105 | 25 |
| Binary | 10001 | 110010 | 1011100 | 1010010 | 101110 | 0 | 1000000 | 11010110 | 1000101 | 10101 |
Color Harmonies of #11325C
Complementary color
Monochromatic Colors of #11325C
Black with #11325C
Text Example
Text Example
White with #11325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11325C; }
p { color: rgb(17,50,92); }
H1.HeaderClassName
{
color: #11325C;
}
.AnyTagClassName
{
color: #11325C;
}
</style>
background-color css
<style>
a { background-color: #11325C; }
a { background-color: rgb(17,50,92); }
div.DivClassName
{
background-color: #11325C;
}
.BgClassName
{
background-color: #11325C;
}
</style>
border-color css
<style>
span { border-color: #11325C; }
span { border-color: rgb(17,50,92); }
td.TdClassName
{
border-color: #11325C;
}
.TagClassName
{
border-color: #11325C;
}
</style>