Shades of Prussian Blue #11315B
Tints of Prussian Blue #11315B
RGB
CMYK
RGB Variations
Color information
#11315B (or 0x11315B) is known color: Prussian Blue. HEX triplet: 11, 31 and 5B. RGB value is (17,49,91). Sum of RGB (Red+Green+Blue) = 17+49+91=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #11315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11315B is #EECEA4. Grayscale: #2C2C2C. Windows color (decimal): -15650469 or 5976337. OLE color: 5976337.
HSL color Cylindrical-coordinate representation of color #11315B: hue angle of 214.05º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11315B is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 49 | 91 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.64 |
| HSL | 214.05º | 0.69% | 0.21% | - |
| HSV(B) | 214.05º | 0.81% | 0.36% | - |
| XYZ | 3.22 | 3.07 | 10.32 | - |
| YUV | 44.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 91 | 0.81 | 0.46 | 0 | 0.64 | 214.05 | 0.69 | 0.21 |
| Hex | 11 | 31 | 5B | 51 | 2E | 0 | 40 | D6 | 45 | 15 |
| Octal | 21 | 61 | 133 | 121 | 56 | 0 | 100 | 326 | 105 | 25 |
| Binary | 10001 | 110001 | 1011011 | 1010001 | 101110 | 0 | 1000000 | 11010110 | 1000101 | 10101 |
Color Harmonies of #11315B
Complementary color
Monochromatic Colors of #11315B
Black with #11315B
Text Example
Text Example
White with #11315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11315B; }
p { color: rgb(17,49,91); }
H1.HeaderClassName
{
color: #11315B;
}
.AnyTagClassName
{
color: #11315B;
}
</style>
background-color css
<style>
a { background-color: #11315B; }
a { background-color: rgb(17,49,91); }
div.DivClassName
{
background-color: #11315B;
}
.BgClassName
{
background-color: #11315B;
}
</style>
border-color css
<style>
span { border-color: #11315B; }
span { border-color: rgb(17,49,91); }
td.TdClassName
{
border-color: #11315B;
}
.TagClassName
{
border-color: #11315B;
}
</style>