Shades of Prussian Blue #0D325B
Tints of Prussian Blue #0D325B
RGB
CMYK
RGB Variations
Color information
#0D325B (or 0x0D325B) is known color: Prussian Blue. HEX triplet: 0D, 32 and 5B. RGB value is (13,50,91). Sum of RGB (Red+Green+Blue) = 13+50+91=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D325B is #F2CDA4. Grayscale: #2B2B2B. Windows color (decimal): -15912357 or 5976589. OLE color: 5976589.
HSL color Cylindrical-coordinate representation of color #0D325B: hue angle of 211.54º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D325B is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 50 | 91 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.64 |
| HSL | 211.54º | 0.75% | 0.2% | - |
| HSV(B) | 211.54º | 0.86% | 0.36% | - |
| XYZ | 3.19 | 3.12 | 10.33 | - |
| YUV | 43.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 91 | 0.86 | 0.45 | 0 | 0.64 | 211.54 | 0.75 | 0.2 |
| Hex | D | 32 | 5B | 56 | 2D | 0 | 40 | D4 | 4B | 14 |
| Octal | 15 | 62 | 133 | 126 | 55 | 0 | 100 | 324 | 113 | 24 |
| Binary | 1101 | 110010 | 1011011 | 1010110 | 101101 | 0 | 1000000 | 11010100 | 1001011 | 10100 |
Color Harmonies of #0D325B
Complementary color
Monochromatic Colors of #0D325B
Black with #0D325B
Text Example
Text Example
White with #0D325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D325B; }
p { color: rgb(13,50,91); }
H1.HeaderClassName
{
color: #0D325B;
}
.AnyTagClassName
{
color: #0D325B;
}
</style>
background-color css
<style>
a { background-color: #0D325B; }
a { background-color: rgb(13,50,91); }
div.DivClassName
{
background-color: #0D325B;
}
.BgClassName
{
background-color: #0D325B;
}
</style>
border-color css
<style>
span { border-color: #0D325B; }
span { border-color: rgb(13,50,91); }
td.TdClassName
{
border-color: #0D325B;
}
.TagClassName
{
border-color: #0D325B;
}
</style>