Shades of Prussian Blue #0D3659
Tints of Prussian Blue #0D3659
RGB
CMYK
RGB Variations
Color information
#0D3659 (or 0x0D3659) is known color: Prussian Blue. HEX triplet: 0D, 36 and 59. RGB value is (13,54,89). Sum of RGB (Red+Green+Blue) = 13+54+89=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D3659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3659 is #F2C9A6. Grayscale: #2D2D2D. Windows color (decimal): -15911335 or 5846541. OLE color: 5846541.
HSL color Cylindrical-coordinate representation of color #0D3659: hue angle of 207.63º 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 #0D3659 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 54 | 89 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.65 |
| HSL | 207.63º | 0.75% | 0.2% | - |
| HSV(B) | 207.63º | 0.85% | 0.35% | - |
| XYZ | 3.29 | 3.45 | 9.94 | - |
| YUV | 45.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 89 | 0.85 | 0.39 | 0 | 0.65 | 207.63 | 0.75 | 0.2 |
| Hex | D | 36 | 59 | 55 | 27 | 0 | 41 | D0 | 4B | 14 |
| Octal | 15 | 66 | 131 | 125 | 47 | 0 | 101 | 320 | 113 | 24 |
| Binary | 1101 | 110110 | 1011001 | 1010101 | 100111 | 0 | 1000001 | 11010000 | 1001011 | 10100 |
Color Harmonies of #0D3659
Complementary color
Monochromatic Colors of #0D3659
Black with #0D3659
Text Example
Text Example
White with #0D3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3659; }
p { color: rgb(13,54,89); }
H1.HeaderClassName
{
color: #0D3659;
}
.AnyTagClassName
{
color: #0D3659;
}
</style>
background-color css
<style>
a { background-color: #0D3659; }
a { background-color: rgb(13,54,89); }
div.DivClassName
{
background-color: #0D3659;
}
.BgClassName
{
background-color: #0D3659;
}
</style>
border-color css
<style>
span { border-color: #0D3659; }
span { border-color: rgb(13,54,89); }
td.TdClassName
{
border-color: #0D3659;
}
.TagClassName
{
border-color: #0D3659;
}
</style>