Shades of Prussian Blue #0D4064
Tints of Prussian Blue #0D4064
RGB
CMYK
RGB Variations
Color information
#0D4064 (or 0x0D4064) is known color: Prussian Blue. HEX triplet: 0D, 40 and 64. RGB value is (13,64,100). Sum of RGB (Red+Green+Blue) = 13+64+100=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #0D4064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4064 is #F2BF9B. Grayscale: #343434. Windows color (decimal): -15908764 or 6569997. OLE color: 6569997.
HSL color Cylindrical-coordinate representation of color #0D4064: hue angle of 204.83º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D4064 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 64 | 100 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.61 |
| HSL | 204.83º | 0.77% | 0.22% | - |
| HSV(B) | 204.83º | 0.87% | 0.39% | - |
| XYZ | 4.3 | 4.67 | 12.73 | - |
| YUV | 52.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 100 | 0.87 | 0.36 | 0 | 0.61 | 204.83 | 0.77 | 0.22 |
| Hex | D | 40 | 64 | 57 | 24 | 0 | 3D | CD | 4D | 16 |
| Octal | 15 | 100 | 144 | 127 | 44 | 0 | 75 | 315 | 115 | 26 |
| Binary | 1101 | 1000000 | 1100100 | 1010111 | 100100 | 0 | 111101 | 11001101 | 1001101 | 10110 |
Color Harmonies of #0D4064
Complementary color
Monochromatic Colors of #0D4064
Black with #0D4064
Text Example
Text Example
White with #0D4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4064; }
p { color: rgb(13,64,100); }
H1.HeaderClassName
{
color: #0D4064;
}
.AnyTagClassName
{
color: #0D4064;
}
</style>
background-color css
<style>
a { background-color: #0D4064; }
a { background-color: rgb(13,64,100); }
div.DivClassName
{
background-color: #0D4064;
}
.BgClassName
{
background-color: #0D4064;
}
</style>
border-color css
<style>
span { border-color: #0D4064; }
span { border-color: rgb(13,64,100); }
td.TdClassName
{
border-color: #0D4064;
}
.TagClassName
{
border-color: #0D4064;
}
</style>