Shades of Prussian Blue #0D3471
Tints of Prussian Blue #0D3471
RGB
CMYK
RGB Variations
Color information
#0D3471 (or 0x0D3471) is known color: Prussian Blue. HEX triplet: 0D, 34 and 71. RGB value is (13,52,113). Sum of RGB (Red+Green+Blue) = 13+52+113=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D3471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3471 is #F2CB8E. Grayscale: #2F2F2F. Windows color (decimal): -15911823 or 7418893. OLE color: 7418893.
HSL color Cylindrical-coordinate representation of color #0D3471: hue angle of 216.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3471 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 52 | 113 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.56 |
| HSL | 216.6º | 0.79% | 0.25% | - |
| HSV(B) | 216.6º | 0.88% | 0.44% | - |
| XYZ | 4.37 | 3.73 | 16.11 | - |
| YUV | 47.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 113 | 0.88 | 0.54 | 0 | 0.56 | 216.6 | 0.79 | 0.25 |
| Hex | D | 34 | 71 | 58 | 36 | 0 | 38 | D9 | 4F | 19 |
| Octal | 15 | 64 | 161 | 130 | 66 | 0 | 70 | 331 | 117 | 31 |
| Binary | 1101 | 110100 | 1110001 | 1011000 | 110110 | 0 | 111000 | 11011001 | 1001111 | 11001 |
Color Harmonies of #0D3471
Complementary color
Monochromatic Colors of #0D3471
Black with #0D3471
Text Example
Text Example
White with #0D3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3471; }
p { color: rgb(13,52,113); }
H1.HeaderClassName
{
color: #0D3471;
}
.AnyTagClassName
{
color: #0D3471;
}
</style>
background-color css
<style>
a { background-color: #0D3471; }
a { background-color: rgb(13,52,113); }
div.DivClassName
{
background-color: #0D3471;
}
.BgClassName
{
background-color: #0D3471;
}
</style>
border-color css
<style>
span { border-color: #0D3471; }
span { border-color: rgb(13,52,113); }
td.TdClassName
{
border-color: #0D3471;
}
.TagClassName
{
border-color: #0D3471;
}
</style>