Shades of Prussian Blue #0D3357
Tints of Prussian Blue #0D3357
RGB
CMYK
RGB Variations
Color information
#0D3357 (or 0x0D3357) is known color: Prussian Blue. HEX triplet: 0D, 33 and 57. RGB value is (13,51,87). Sum of RGB (Red+Green+Blue) = 13+51+87=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D3357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3357 is #F2CCA8. Grayscale: #2B2B2B. Windows color (decimal): -15912105 or 5714701. OLE color: 5714701.
HSL color Cylindrical-coordinate representation of color #0D3357: hue angle of 209.19º 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 #0D3357 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 51 | 87 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.66 |
| HSL | 209.19º | 0.74% | 0.2% | - |
| HSV(B) | 209.19º | 0.85% | 0.34% | - |
| XYZ | 3.07 | 3.14 | 9.46 | - |
| YUV | 43.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 87 | 0.85 | 0.41 | 0 | 0.66 | 209.19 | 0.74 | 0.2 |
| Hex | D | 33 | 57 | 55 | 29 | 0 | 42 | D1 | 4A | 14 |
| Octal | 15 | 63 | 127 | 125 | 51 | 0 | 102 | 321 | 112 | 24 |
| Binary | 1101 | 110011 | 1010111 | 1010101 | 101001 | 0 | 1000010 | 11010001 | 1001010 | 10100 |
Color Harmonies of #0D3357
Complementary color
Monochromatic Colors of #0D3357
Black with #0D3357
Text Example
Text Example
White with #0D3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3357; }
p { color: rgb(13,51,87); }
H1.HeaderClassName
{
color: #0D3357;
}
.AnyTagClassName
{
color: #0D3357;
}
</style>
background-color css
<style>
a { background-color: #0D3357; }
a { background-color: rgb(13,51,87); }
div.DivClassName
{
background-color: #0D3357;
}
.BgClassName
{
background-color: #0D3357;
}
</style>
border-color css
<style>
span { border-color: #0D3357; }
span { border-color: rgb(13,51,87); }
td.TdClassName
{
border-color: #0D3357;
}
.TagClassName
{
border-color: #0D3357;
}
</style>