Shades of Prussian Blue #0D2E56
Tints of Prussian Blue #0D2E56
RGB
CMYK
RGB Variations
Color information
#0D2E56 (or 0x0D2E56) is known color: Prussian Blue. HEX triplet: 0D, 2E and 56. RGB value is (13,46,86). Sum of RGB (Red+Green+Blue) = 13+46+86=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D2E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2E56 is #F2D1A9. Grayscale: #282828. Windows color (decimal): -15913386 or 5647885. OLE color: 5647885.
HSL color Cylindrical-coordinate representation of color #0D2E56: hue angle of 212.88º 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 #0D2E56 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 46 | 86 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.66 |
| HSL | 212.88º | 0.74% | 0.19% | - |
| HSV(B) | 212.88º | 0.85% | 0.34% | - |
| XYZ | 2.82 | 2.71 | 9.18 | - |
| YUV | 40.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 86 | 0.85 | 0.47 | 0 | 0.66 | 212.88 | 0.74 | 0.19 |
| Hex | D | 2E | 56 | 55 | 2F | 0 | 42 | D5 | 4A | 13 |
| Octal | 15 | 56 | 126 | 125 | 57 | 0 | 102 | 325 | 112 | 23 |
| Binary | 1101 | 101110 | 1010110 | 1010101 | 101111 | 0 | 1000010 | 11010101 | 1001010 | 10011 |
Color Harmonies of #0D2E56
Complementary color
Monochromatic Colors of #0D2E56
Black with #0D2E56
Text Example
Text Example
White with #0D2E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E56; }
p { color: rgb(13,46,86); }
H1.HeaderClassName
{
color: #0D2E56;
}
.AnyTagClassName
{
color: #0D2E56;
}
</style>
background-color css
<style>
a { background-color: #0D2E56; }
a { background-color: rgb(13,46,86); }
div.DivClassName
{
background-color: #0D2E56;
}
.BgClassName
{
background-color: #0D2E56;
}
</style>
border-color css
<style>
span { border-color: #0D2E56; }
span { border-color: rgb(13,46,86); }
td.TdClassName
{
border-color: #0D2E56;
}
.TagClassName
{
border-color: #0D2E56;
}
</style>