Shades of Prussian Blue #0D3460
Tints of Prussian Blue #0D3460
RGB
CMYK
RGB Variations
Color information
#0D3460 (or 0x0D3460) is known color: Prussian Blue. HEX triplet: 0D, 34 and 60. RGB value is (13,52,96). Sum of RGB (Red+Green+Blue) = 13+52+96=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D3460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3460 is #F2CB9F. Grayscale: #2D2D2D. Windows color (decimal): -15911840 or 6304781. OLE color: 6304781.
HSL color Cylindrical-coordinate representation of color #0D3460: hue angle of 211.81º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D3460 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 52 | 96 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.62 |
| HSL | 211.81º | 0.76% | 0.21% | - |
| HSV(B) | 211.81º | 0.86% | 0.38% | - |
| XYZ | 3.51 | 3.39 | 11.54 | - |
| YUV | 45.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 96 | 0.86 | 0.46 | 0 | 0.62 | 211.81 | 0.76 | 0.21 |
| Hex | D | 34 | 60 | 56 | 2E | 0 | 3E | D4 | 4C | 15 |
| Octal | 15 | 64 | 140 | 126 | 56 | 0 | 76 | 324 | 114 | 25 |
| Binary | 1101 | 110100 | 1100000 | 1010110 | 101110 | 0 | 111110 | 11010100 | 1001100 | 10101 |
Color Harmonies of #0D3460
Complementary color
Monochromatic Colors of #0D3460
Black with #0D3460
Text Example
Text Example
White with #0D3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3460; }
p { color: rgb(13,52,96); }
H1.HeaderClassName
{
color: #0D3460;
}
.AnyTagClassName
{
color: #0D3460;
}
</style>
background-color css
<style>
a { background-color: #0D3460; }
a { background-color: rgb(13,52,96); }
div.DivClassName
{
background-color: #0D3460;
}
.BgClassName
{
background-color: #0D3460;
}
</style>
border-color css
<style>
span { border-color: #0D3460; }
span { border-color: rgb(13,52,96); }
td.TdClassName
{
border-color: #0D3460;
}
.TagClassName
{
border-color: #0D3460;
}
</style>