Shades of Prussian Blue #0D3056
Tints of Prussian Blue #0D3056
RGB
CMYK
RGB Variations
Color information
#0D3056 (or 0x0D3056) is known color: Prussian Blue. HEX triplet: 0D, 30 and 56. RGB value is (13,48,86). Sum of RGB (Red+Green+Blue) = 13+48+86=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D3056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3056 is #F2CFA9. Grayscale: #292929. Windows color (decimal): -15912874 or 5648397. OLE color: 5648397.
HSL color Cylindrical-coordinate representation of color #0D3056: hue angle of 211.23º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3056 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 48 | 86 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.66 |
| HSL | 211.23º | 0.74% | 0.19% | - |
| HSV(B) | 211.23º | 0.85% | 0.34% | - |
| XYZ | 2.9 | 2.87 | 9.21 | - |
| YUV | 41.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 86 | 0.85 | 0.44 | 0 | 0.66 | 211.23 | 0.74 | 0.19 |
| Hex | D | 30 | 56 | 55 | 2C | 0 | 42 | D3 | 4A | 13 |
| Octal | 15 | 60 | 126 | 125 | 54 | 0 | 102 | 323 | 112 | 23 |
| Binary | 1101 | 110000 | 1010110 | 1010101 | 101100 | 0 | 1000010 | 11010011 | 1001010 | 10011 |
Color Harmonies of #0D3056
Complementary color
Monochromatic Colors of #0D3056
Black with #0D3056
Text Example
Text Example
White with #0D3056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3056; }
p { color: rgb(13,48,86); }
H1.HeaderClassName
{
color: #0D3056;
}
.AnyTagClassName
{
color: #0D3056;
}
</style>
background-color css
<style>
a { background-color: #0D3056; }
a { background-color: rgb(13,48,86); }
div.DivClassName
{
background-color: #0D3056;
}
.BgClassName
{
background-color: #0D3056;
}
</style>
border-color css
<style>
span { border-color: #0D3056; }
span { border-color: rgb(13,48,86); }
td.TdClassName
{
border-color: #0D3056;
}
.TagClassName
{
border-color: #0D3056;
}
</style>