Shades of Prussian Blue #0D3559
Tints of Prussian Blue #0D3559
RGB
CMYK
RGB Variations
Color information
#0D3559 (or 0x0D3559) is known color: Prussian Blue. HEX triplet: 0D, 35 and 59. RGB value is (13,53,89). Sum of RGB (Red+Green+Blue) = 13+53+89=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D3559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3559 is #F2CAA6. Grayscale: #2C2C2C. Windows color (decimal): -15911591 or 5846285. OLE color: 5846285.
HSL color Cylindrical-coordinate representation of color #0D3559: hue angle of 208.42º 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 #0D3559 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 53 | 89 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.65 |
| HSL | 208.42º | 0.75% | 0.2% | - |
| HSV(B) | 208.42º | 0.85% | 0.35% | - |
| XYZ | 3.24 | 3.35 | 9.93 | - |
| YUV | 45.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 89 | 0.85 | 0.40 | 0 | 0.65 | 208.42 | 0.75 | 0.2 |
| Hex | D | 35 | 59 | 55 | 28 | 0 | 41 | D0 | 4B | 14 |
| Octal | 15 | 65 | 131 | 125 | 50 | 0 | 101 | 320 | 113 | 24 |
| Binary | 1101 | 110101 | 1011001 | 1010101 | 101000 | 0 | 1000001 | 11010000 | 1001011 | 10100 |
Color Harmonies of #0D3559
Complementary color
Monochromatic Colors of #0D3559
Black with #0D3559
Text Example
Text Example
White with #0D3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3559; }
p { color: rgb(13,53,89); }
H1.HeaderClassName
{
color: #0D3559;
}
.AnyTagClassName
{
color: #0D3559;
}
</style>
background-color css
<style>
a { background-color: #0D3559; }
a { background-color: rgb(13,53,89); }
div.DivClassName
{
background-color: #0D3559;
}
.BgClassName
{
background-color: #0D3559;
}
</style>
border-color css
<style>
span { border-color: #0D3559; }
span { border-color: rgb(13,53,89); }
td.TdClassName
{
border-color: #0D3559;
}
.TagClassName
{
border-color: #0D3559;
}
</style>