Shades of Prussian Blue #0D2F57
Tints of Prussian Blue #0D2F57
RGB
CMYK
RGB Variations
Color information
#0D2F57 (or 0x0D2F57) is known color: Prussian Blue. HEX triplet: 0D, 2F and 57. RGB value is (13,47,87). Sum of RGB (Red+Green+Blue) = 13+47+87=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D2F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F57 is #F2D0A8. Grayscale: #292929. Windows color (decimal): -15913129 or 5713677. OLE color: 5713677.
HSL color Cylindrical-coordinate representation of color #0D2F57: hue angle of 212.43º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2F57 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 47 | 87 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.66 |
| HSL | 212.43º | 0.74% | 0.2% | - |
| HSV(B) | 212.43º | 0.85% | 0.34% | - |
| XYZ | 2.9 | 2.81 | 9.41 | - |
| YUV | 41.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 87 | 0.85 | 0.46 | 0 | 0.66 | 212.43 | 0.74 | 0.2 |
| Hex | D | 2F | 57 | 55 | 2E | 0 | 42 | D4 | 4A | 14 |
| Octal | 15 | 57 | 127 | 125 | 56 | 0 | 102 | 324 | 112 | 24 |
| Binary | 1101 | 101111 | 1010111 | 1010101 | 101110 | 0 | 1000010 | 11010100 | 1001010 | 10100 |
Color Harmonies of #0D2F57
Complementary color
Monochromatic Colors of #0D2F57
Black with #0D2F57
Text Example
Text Example
White with #0D2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F57; }
p { color: rgb(13,47,87); }
H1.HeaderClassName
{
color: #0D2F57;
}
.AnyTagClassName
{
color: #0D2F57;
}
</style>
background-color css
<style>
a { background-color: #0D2F57; }
a { background-color: rgb(13,47,87); }
div.DivClassName
{
background-color: #0D2F57;
}
.BgClassName
{
background-color: #0D2F57;
}
</style>
border-color css
<style>
span { border-color: #0D2F57; }
span { border-color: rgb(13,47,87); }
td.TdClassName
{
border-color: #0D2F57;
}
.TagClassName
{
border-color: #0D2F57;
}
</style>