Shades of Prussian Blue #113668
Tints of Prussian Blue #113668
RGB
CMYK
RGB Variations
Color information
#113668 (or 0x113668) is known color: Prussian Blue. HEX triplet: 11, 36 and 68. RGB value is (17,54,104). Sum of RGB (Red+Green+Blue) = 17+54+104=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #113668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113668 is #EEC997. Grayscale: #303030. Windows color (decimal): -15649176 or 6829585. OLE color: 6829585.
HSL color Cylindrical-coordinate representation of color #113668: hue angle of 214.48º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113668 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 54 | 104 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.59 |
| HSL | 214.48º | 0.72% | 0.24% | - |
| HSV(B) | 214.48º | 0.84% | 0.41% | - |
| XYZ | 4.05 | 3.76 | 13.61 | - |
| YUV | 48.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 104 | 0.84 | 0.48 | 0 | 0.59 | 214.48 | 0.72 | 0.24 |
| Hex | 11 | 36 | 68 | 54 | 30 | 0 | 3B | D6 | 48 | 18 |
| Octal | 21 | 66 | 150 | 124 | 60 | 0 | 73 | 326 | 110 | 30 |
| Binary | 10001 | 110110 | 1101000 | 1010100 | 110000 | 0 | 111011 | 11010110 | 1001000 | 11000 |
Color Harmonies of #113668
Complementary color
Monochromatic Colors of #113668
Black with #113668
Text Example
Text Example
White with #113668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113668; }
p { color: rgb(17,54,104); }
H1.HeaderClassName
{
color: #113668;
}
.AnyTagClassName
{
color: #113668;
}
</style>
background-color css
<style>
a { background-color: #113668; }
a { background-color: rgb(17,54,104); }
div.DivClassName
{
background-color: #113668;
}
.BgClassName
{
background-color: #113668;
}
</style>
border-color css
<style>
span { border-color: #113668; }
span { border-color: rgb(17,54,104); }
td.TdClassName
{
border-color: #113668;
}
.TagClassName
{
border-color: #113668;
}
</style>