Shades of Prussian Blue #0D2C52
Tints of Prussian Blue #0D2C52
RGB
CMYK
RGB Variations
Color information
#0D2C52 (or 0x0D2C52) is known color: Prussian Blue. HEX triplet: 0D, 2C and 52. RGB value is (13,44,82). Sum of RGB (Red+Green+Blue) = 13+44+82=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D2C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C52 is #F2D3AD. Grayscale: #262626. Windows color (decimal): -15913902 or 5385229. OLE color: 5385229.
HSL color Cylindrical-coordinate representation of color #0D2C52: hue angle of 213.04º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2C52 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 44 | 82 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.68 |
| HSL | 213.04º | 0.73% | 0.19% | - |
| HSV(B) | 213.04º | 0.84% | 0.32% | - |
| XYZ | 2.59 | 2.5 | 8.33 | - |
| YUV | 39.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 82 | 0.84 | 0.46 | 0 | 0.68 | 213.04 | 0.73 | 0.19 |
| Hex | D | 2C | 52 | 54 | 2E | 0 | 44 | D5 | 49 | 13 |
| Octal | 15 | 54 | 122 | 124 | 56 | 0 | 104 | 325 | 111 | 23 |
| Binary | 1101 | 101100 | 1010010 | 1010100 | 101110 | 0 | 1000100 | 11010101 | 1001001 | 10011 |
Color Harmonies of #0D2C52
Complementary color
Monochromatic Colors of #0D2C52
Black with #0D2C52
Text Example
Text Example
White with #0D2C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C52; }
p { color: rgb(13,44,82); }
H1.HeaderClassName
{
color: #0D2C52;
}
.AnyTagClassName
{
color: #0D2C52;
}
</style>
background-color css
<style>
a { background-color: #0D2C52; }
a { background-color: rgb(13,44,82); }
div.DivClassName
{
background-color: #0D2C52;
}
.BgClassName
{
background-color: #0D2C52;
}
</style>
border-color css
<style>
span { border-color: #0D2C52; }
span { border-color: rgb(13,44,82); }
td.TdClassName
{
border-color: #0D2C52;
}
.TagClassName
{
border-color: #0D2C52;
}
</style>