Shades of Prussian Blue #0D3459
Tints of Prussian Blue #0D3459
RGB
CMYK
RGB Variations
Color information
#0D3459 (or 0x0D3459) is known color: Prussian Blue. HEX triplet: 0D, 34 and 59. RGB value is (13,52,89). Sum of RGB (Red+Green+Blue) = 13+52+89=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D3459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3459 is #F2CBA6. Grayscale: #2C2C2C. Windows color (decimal): -15911847 or 5846029. OLE color: 5846029.
HSL color Cylindrical-coordinate representation of color #0D3459: hue angle of 209.21º 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 #0D3459 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 52 | 89 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.65 |
| HSL | 209.21º | 0.75% | 0.2% | - |
| HSV(B) | 209.21º | 0.85% | 0.35% | - |
| XYZ | 3.2 | 3.26 | 9.91 | - |
| YUV | 44.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 89 | 0.85 | 0.42 | 0 | 0.65 | 209.21 | 0.75 | 0.2 |
| Hex | D | 34 | 59 | 55 | 2A | 0 | 41 | D1 | 4B | 14 |
| Octal | 15 | 64 | 131 | 125 | 52 | 0 | 101 | 321 | 113 | 24 |
| Binary | 1101 | 110100 | 1011001 | 1010101 | 101010 | 0 | 1000001 | 11010001 | 1001011 | 10100 |
Color Harmonies of #0D3459
Complementary color
Monochromatic Colors of #0D3459
Black with #0D3459
Text Example
Text Example
White with #0D3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3459; }
p { color: rgb(13,52,89); }
H1.HeaderClassName
{
color: #0D3459;
}
.AnyTagClassName
{
color: #0D3459;
}
</style>
background-color css
<style>
a { background-color: #0D3459; }
a { background-color: rgb(13,52,89); }
div.DivClassName
{
background-color: #0D3459;
}
.BgClassName
{
background-color: #0D3459;
}
</style>
border-color css
<style>
span { border-color: #0D3459; }
span { border-color: rgb(13,52,89); }
td.TdClassName
{
border-color: #0D3459;
}
.TagClassName
{
border-color: #0D3459;
}
</style>