Shades of Prussian Blue #113A6E
Tints of Prussian Blue #113A6E
RGB
CMYK
RGB Variations
Color information
#113A6E (or 0x113A6E) is known color: Prussian Blue. HEX triplet: 11, 3A and 6E. RGB value is (17,58,110). Sum of RGB (Red+Green+Blue) = 17+58+110=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #113A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A6E is #EEC591. Grayscale: #333333. Windows color (decimal): -15648146 or 7223825. OLE color: 7223825.
HSL color Cylindrical-coordinate representation of color #113A6E: hue angle of 213.55º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113A6E is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 58 | 110 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.57 |
| HSL | 213.55º | 0.73% | 0.25% | - |
| HSV(B) | 213.55º | 0.85% | 0.43% | - |
| XYZ | 4.56 | 4.27 | 15.34 | - |
| YUV | 51.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 110 | 0.85 | 0.47 | 0 | 0.57 | 213.55 | 0.73 | 0.25 |
| Hex | 11 | 3A | 6E | 55 | 2F | 0 | 39 | D6 | 49 | 19 |
| Octal | 21 | 72 | 156 | 125 | 57 | 0 | 71 | 326 | 111 | 31 |
| Binary | 10001 | 111010 | 1101110 | 1010101 | 101111 | 0 | 111001 | 11010110 | 1001001 | 11001 |
Color Harmonies of #113A6E
Complementary color
Monochromatic Colors of #113A6E
Black with #113A6E
Text Example
Text Example
White with #113A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A6E; }
p { color: rgb(17,58,110); }
H1.HeaderClassName
{
color: #113A6E;
}
.AnyTagClassName
{
color: #113A6E;
}
</style>
background-color css
<style>
a { background-color: #113A6E; }
a { background-color: rgb(17,58,110); }
div.DivClassName
{
background-color: #113A6E;
}
.BgClassName
{
background-color: #113A6E;
}
</style>
border-color css
<style>
span { border-color: #113A6E; }
span { border-color: rgb(17,58,110); }
td.TdClassName
{
border-color: #113A6E;
}
.TagClassName
{
border-color: #113A6E;
}
</style>