Shades of Prussian Blue #11376C
Tints of Prussian Blue #11376C
RGB
CMYK
RGB Variations
Color information
#11376C (or 0x11376C) is known color: Prussian Blue. HEX triplet: 11, 37 and 6C. RGB value is (17,55,108). Sum of RGB (Red+Green+Blue) = 17+55+108=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #11376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11376C is #EEC893. Grayscale: #313131. Windows color (decimal): -15648916 or 7091985. OLE color: 7091985.
HSL color Cylindrical-coordinate representation of color #11376C: hue angle of 214.95º 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 #11376C is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 55 | 108 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.58 |
| HSL | 214.95º | 0.73% | 0.25% | - |
| HSV(B) | 214.95º | 0.84% | 0.42% | - |
| XYZ | 4.3 | 3.93 | 14.72 | - |
| YUV | 49.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 108 | 0.84 | 0.49 | 0 | 0.58 | 214.95 | 0.73 | 0.25 |
| Hex | 11 | 37 | 6C | 54 | 31 | 0 | 3A | D7 | 49 | 19 |
| Octal | 21 | 67 | 154 | 124 | 61 | 0 | 72 | 327 | 111 | 31 |
| Binary | 10001 | 110111 | 1101100 | 1010100 | 110001 | 0 | 111010 | 11010111 | 1001001 | 11001 |
Color Harmonies of #11376C
Complementary color
Monochromatic Colors of #11376C
Black with #11376C
Text Example
Text Example
White with #11376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11376C; }
p { color: rgb(17,55,108); }
H1.HeaderClassName
{
color: #11376C;
}
.AnyTagClassName
{
color: #11376C;
}
</style>
background-color css
<style>
a { background-color: #11376C; }
a { background-color: rgb(17,55,108); }
div.DivClassName
{
background-color: #11376C;
}
.BgClassName
{
background-color: #11376C;
}
</style>
border-color css
<style>
span { border-color: #11376C; }
span { border-color: rgb(17,55,108); }
td.TdClassName
{
border-color: #11376C;
}
.TagClassName
{
border-color: #11376C;
}
</style>