Shades of Prussian Blue #0D3759
Tints of Prussian Blue #0D3759
RGB
CMYK
RGB Variations
Color information
#0D3759 (or 0x0D3759) is known color: Prussian Blue. HEX triplet: 0D, 37 and 59. RGB value is (13,55,89). Sum of RGB (Red+Green+Blue) = 13+55+89=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D3759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3759 is #F2C8A6. Grayscale: #2E2E2E. Windows color (decimal): -15911079 or 5846797. OLE color: 5846797.
HSL color Cylindrical-coordinate representation of color #0D3759: hue angle of 206.84º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3759 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 55 | 89 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.65 |
| HSL | 206.84º | 0.75% | 0.2% | - |
| HSV(B) | 206.84º | 0.85% | 0.35% | - |
| XYZ | 3.34 | 3.54 | 9.96 | - |
| YUV | 46.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 89 | 0.85 | 0.38 | 0 | 0.65 | 206.84 | 0.75 | 0.2 |
| Hex | D | 37 | 59 | 55 | 26 | 0 | 41 | CF | 4B | 14 |
| Octal | 15 | 67 | 131 | 125 | 46 | 0 | 101 | 317 | 113 | 24 |
| Binary | 1101 | 110111 | 1011001 | 1010101 | 100110 | 0 | 1000001 | 11001111 | 1001011 | 10100 |
Color Harmonies of #0D3759
Complementary color
Monochromatic Colors of #0D3759
Black with #0D3759
Text Example
Text Example
White with #0D3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3759; }
p { color: rgb(13,55,89); }
H1.HeaderClassName
{
color: #0D3759;
}
.AnyTagClassName
{
color: #0D3759;
}
</style>
background-color css
<style>
a { background-color: #0D3759; }
a { background-color: rgb(13,55,89); }
div.DivClassName
{
background-color: #0D3759;
}
.BgClassName
{
background-color: #0D3759;
}
</style>
border-color css
<style>
span { border-color: #0D3759; }
span { border-color: rgb(13,55,89); }
td.TdClassName
{
border-color: #0D3759;
}
.TagClassName
{
border-color: #0D3759;
}
</style>