Shades of Prussian Blue #11366A
Tints of Prussian Blue #11366A
RGB
CMYK
RGB Variations
Color information
#11366A (or 0x11366A) is known color: Prussian Blue. HEX triplet: 11, 36 and 6A. RGB value is (17,54,106). Sum of RGB (Red+Green+Blue) = 17+54+106=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #11366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11366A is #EEC995. Grayscale: #303030. Windows color (decimal): -15649174 or 6960657. OLE color: 6960657.
HSL color Cylindrical-coordinate representation of color #11366A: hue angle of 215.06º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11366A is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 54 | 106 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.58 |
| HSL | 215.06º | 0.72% | 0.24% | - |
| HSV(B) | 215.06º | 0.84% | 0.42% | - |
| XYZ | 4.15 | 3.8 | 14.15 | - |
| YUV | 48.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 106 | 0.84 | 0.49 | 0 | 0.58 | 215.06 | 0.72 | 0.24 |
| Hex | 11 | 36 | 6A | 54 | 31 | 0 | 3A | D7 | 48 | 18 |
| Octal | 21 | 66 | 152 | 124 | 61 | 0 | 72 | 327 | 110 | 30 |
| Binary | 10001 | 110110 | 1101010 | 1010100 | 110001 | 0 | 111010 | 11010111 | 1001000 | 11000 |
Color Harmonies of #11366A
Complementary color
Monochromatic Colors of #11366A
Black with #11366A
Text Example
Text Example
White with #11366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11366A; }
p { color: rgb(17,54,106); }
H1.HeaderClassName
{
color: #11366A;
}
.AnyTagClassName
{
color: #11366A;
}
</style>
background-color css
<style>
a { background-color: #11366A; }
a { background-color: rgb(17,54,106); }
div.DivClassName
{
background-color: #11366A;
}
.BgClassName
{
background-color: #11366A;
}
</style>
border-color css
<style>
span { border-color: #11366A; }
span { border-color: rgb(17,54,106); }
td.TdClassName
{
border-color: #11366A;
}
.TagClassName
{
border-color: #11366A;
}
</style>