Shades of Prussian Blue #113362
Tints of Prussian Blue #113362
RGB
CMYK
RGB Variations
Color information
#113362 (or 0x113362) is known color: Prussian Blue. HEX triplet: 11, 33 and 62. RGB value is (17,51,98). Sum of RGB (Red+Green+Blue) = 17+51+98=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #113362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113362 is #EECC9D. Grayscale: #2D2D2D. Windows color (decimal): -15649950 or 6435601. OLE color: 6435601.
HSL color Cylindrical-coordinate representation of color #113362: hue angle of 214.81º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113362 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 51 | 98 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.62 |
| HSL | 214.81º | 0.7% | 0.23% | - |
| HSV(B) | 214.81º | 0.83% | 0.38% | - |
| XYZ | 3.62 | 3.37 | 12.01 | - |
| YUV | 46.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 98 | 0.83 | 0.48 | 0 | 0.62 | 214.81 | 0.7 | 0.23 |
| Hex | 11 | 33 | 62 | 53 | 30 | 0 | 3E | D7 | 46 | 17 |
| Octal | 21 | 63 | 142 | 123 | 60 | 0 | 76 | 327 | 106 | 27 |
| Binary | 10001 | 110011 | 1100010 | 1010011 | 110000 | 0 | 111110 | 11010111 | 1000110 | 10111 |
Color Harmonies of #113362
Complementary color
Monochromatic Colors of #113362
Black with #113362
Text Example
Text Example
White with #113362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113362; }
p { color: rgb(17,51,98); }
H1.HeaderClassName
{
color: #113362;
}
.AnyTagClassName
{
color: #113362;
}
</style>
background-color css
<style>
a { background-color: #113362; }
a { background-color: rgb(17,51,98); }
div.DivClassName
{
background-color: #113362;
}
.BgClassName
{
background-color: #113362;
}
</style>
border-color css
<style>
span { border-color: #113362; }
span { border-color: rgb(17,51,98); }
td.TdClassName
{
border-color: #113362;
}
.TagClassName
{
border-color: #113362;
}
</style>