Shades of Prussian Blue #0D3556
Tints of Prussian Blue #0D3556
RGB
CMYK
RGB Variations
Color information
#0D3556 (or 0x0D3556) is known color: Prussian Blue. HEX triplet: 0D, 35 and 56. RGB value is (13,53,86). Sum of RGB (Red+Green+Blue) = 13+53+86=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D3556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3556 is #F2CAA9. Grayscale: #2C2C2C. Windows color (decimal): -15911594 or 5649677. OLE color: 5649677.
HSL color Cylindrical-coordinate representation of color #0D3556: hue angle of 207.12º 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 #0D3556 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 53 | 86 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.66 |
| HSL | 207.12º | 0.74% | 0.19% | - |
| HSV(B) | 207.12º | 0.85% | 0.34% | - |
| XYZ | 3.12 | 3.3 | 9.28 | - |
| YUV | 44.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 86 | 0.85 | 0.38 | 0 | 0.66 | 207.12 | 0.74 | 0.19 |
| Hex | D | 35 | 56 | 55 | 26 | 0 | 42 | CF | 4A | 13 |
| Octal | 15 | 65 | 126 | 125 | 46 | 0 | 102 | 317 | 112 | 23 |
| Binary | 1101 | 110101 | 1010110 | 1010101 | 100110 | 0 | 1000010 | 11001111 | 1001010 | 10011 |
Color Harmonies of #0D3556
Complementary color
Monochromatic Colors of #0D3556
Black with #0D3556
Text Example
Text Example
White with #0D3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3556; }
p { color: rgb(13,53,86); }
H1.HeaderClassName
{
color: #0D3556;
}
.AnyTagClassName
{
color: #0D3556;
}
</style>
background-color css
<style>
a { background-color: #0D3556; }
a { background-color: rgb(13,53,86); }
div.DivClassName
{
background-color: #0D3556;
}
.BgClassName
{
background-color: #0D3556;
}
</style>
border-color css
<style>
span { border-color: #0D3556; }
span { border-color: rgb(13,53,86); }
td.TdClassName
{
border-color: #0D3556;
}
.TagClassName
{
border-color: #0D3556;
}
</style>