Shades of Prussian Blue #11356C
Tints of Prussian Blue #11356C
RGB
CMYK
RGB Variations
Color information
#11356C (or 0x11356C) is known color: Prussian Blue. HEX triplet: 11, 35 and 6C. RGB value is (17,53,108). Sum of RGB (Red+Green+Blue) = 17+53+108=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #11356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11356C is #EECA93. Grayscale: #303030. Windows color (decimal): -15649428 or 7091473. OLE color: 7091473.
HSL color Cylindrical-coordinate representation of color #11356C: hue angle of 216.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11356C is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 53 | 108 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.58 |
| HSL | 216.26º | 0.73% | 0.25% | - |
| HSV(B) | 216.26º | 0.84% | 0.42% | - |
| XYZ | 4.21 | 3.75 | 14.69 | - |
| YUV | 48.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 108 | 0.84 | 0.51 | 0 | 0.58 | 216.26 | 0.73 | 0.25 |
| Hex | 11 | 35 | 6C | 54 | 33 | 0 | 3A | D8 | 49 | 19 |
| Octal | 21 | 65 | 154 | 124 | 63 | 0 | 72 | 330 | 111 | 31 |
| Binary | 10001 | 110101 | 1101100 | 1010100 | 110011 | 0 | 111010 | 11011000 | 1001001 | 11001 |
Color Harmonies of #11356C
Complementary color
Monochromatic Colors of #11356C
Black with #11356C
Text Example
Text Example
White with #11356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11356C; }
p { color: rgb(17,53,108); }
H1.HeaderClassName
{
color: #11356C;
}
.AnyTagClassName
{
color: #11356C;
}
</style>
background-color css
<style>
a { background-color: #11356C; }
a { background-color: rgb(17,53,108); }
div.DivClassName
{
background-color: #11356C;
}
.BgClassName
{
background-color: #11356C;
}
</style>
border-color css
<style>
span { border-color: #11356C; }
span { border-color: rgb(17,53,108); }
td.TdClassName
{
border-color: #11356C;
}
.TagClassName
{
border-color: #11356C;
}
</style>