Shades of Prussian Blue #0D3573
Tints of Prussian Blue #0D3573
RGB
CMYK
RGB Variations
Color information
#0D3573 (or 0x0D3573) is known color: Prussian Blue. HEX triplet: 0D, 35 and 73. RGB value is (13,53,115). Sum of RGB (Red+Green+Blue) = 13+53+115=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D3573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3573 is #F2CA8C. Grayscale: #2F2F2F. Windows color (decimal): -15911565 or 7550221. OLE color: 7550221.
HSL color Cylindrical-coordinate representation of color #0D3573: hue angle of 216.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3573 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 53 | 115 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.55 |
| HSL | 216.47º | 0.8% | 0.25% | - |
| HSV(B) | 216.47º | 0.89% | 0.45% | - |
| XYZ | 4.53 | 3.87 | 16.73 | - |
| YUV | 48.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 115 | 0.89 | 0.54 | 0 | 0.55 | 216.47 | 0.8 | 0.25 |
| Hex | D | 35 | 73 | 59 | 36 | 0 | 37 | D8 | 50 | 19 |
| Octal | 15 | 65 | 163 | 131 | 66 | 0 | 67 | 330 | 120 | 31 |
| Binary | 1101 | 110101 | 1110011 | 1011001 | 110110 | 0 | 110111 | 11011000 | 1010000 | 11001 |
Color Harmonies of #0D3573
Complementary color
Monochromatic Colors of #0D3573
Black with #0D3573
Text Example
Text Example
White with #0D3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3573; }
p { color: rgb(13,53,115); }
H1.HeaderClassName
{
color: #0D3573;
}
.AnyTagClassName
{
color: #0D3573;
}
</style>
background-color css
<style>
a { background-color: #0D3573; }
a { background-color: rgb(13,53,115); }
div.DivClassName
{
background-color: #0D3573;
}
.BgClassName
{
background-color: #0D3573;
}
</style>
border-color css
<style>
span { border-color: #0D3573; }
span { border-color: rgb(13,53,115); }
td.TdClassName
{
border-color: #0D3573;
}
.TagClassName
{
border-color: #0D3573;
}
</style>