Shades of Prussian Blue #113B67
Tints of Prussian Blue #113B67
RGB
CMYK
RGB Variations
Color information
#113B67 (or 0x113B67) is known color: Prussian Blue. HEX triplet: 11, 3B and 67. RGB value is (17,59,103). Sum of RGB (Red+Green+Blue) = 17+59+103=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #113B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B67 is #EEC498. Grayscale: #333333. Windows color (decimal): -15647897 or 6765329. OLE color: 6765329.
HSL color Cylindrical-coordinate representation of color #113B67: hue angle of 210.7º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113B67 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 59 | 103 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.60 |
| HSL | 210.7º | 0.72% | 0.24% | - |
| HSV(B) | 210.7º | 0.83% | 0.4% | - |
| XYZ | 4.24 | 4.23 | 13.42 | - |
| YUV | 51.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 103 | 0.83 | 0.43 | 0 | 0.60 | 210.7 | 0.72 | 0.24 |
| Hex | 11 | 3B | 67 | 53 | 2B | 0 | 3C | D3 | 48 | 18 |
| Octal | 21 | 73 | 147 | 123 | 53 | 0 | 74 | 323 | 110 | 30 |
| Binary | 10001 | 111011 | 1100111 | 1010011 | 101011 | 0 | 111100 | 11010011 | 1001000 | 11000 |
Color Harmonies of #113B67
Complementary color
Monochromatic Colors of #113B67
Black with #113B67
Text Example
Text Example
White with #113B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B67; }
p { color: rgb(17,59,103); }
H1.HeaderClassName
{
color: #113B67;
}
.AnyTagClassName
{
color: #113B67;
}
</style>
background-color css
<style>
a { background-color: #113B67; }
a { background-color: rgb(17,59,103); }
div.DivClassName
{
background-color: #113B67;
}
.BgClassName
{
background-color: #113B67;
}
</style>
border-color css
<style>
span { border-color: #113B67; }
span { border-color: rgb(17,59,103); }
td.TdClassName
{
border-color: #113B67;
}
.TagClassName
{
border-color: #113B67;
}
</style>