Shades of Prussian Blue #0D3566
Tints of Prussian Blue #0D3566
RGB
CMYK
RGB Variations
Color information
#0D3566 (or 0x0D3566) is known color: Prussian Blue. HEX triplet: 0D, 35 and 66. RGB value is (13,53,102). Sum of RGB (Red+Green+Blue) = 13+53+102=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D3566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3566 is #F2CA99. Grayscale: #2E2E2E. Windows color (decimal): -15911578 or 6698253. OLE color: 6698253.
HSL color Cylindrical-coordinate representation of color #0D3566: hue angle of 213.03º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D3566 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 13 | 53 | 102 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.6 |
| HSL | 213.03º | 0.77% | 0.23% | - |
| HSV(B) | 213.03º | 0.87% | 0.4% | - |
| XYZ | 3.84 | 3.59 | 13.06 | - |
| YUV | 46.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 102 | 0.87 | 0.48 | 0 | 0.6 | 213.03 | 0.77 | 0.23 |
| Hex | D | 35 | 66 | 57 | 30 | 0 | 3C | D5 | 4D | 17 |
| Octal | 15 | 65 | 146 | 127 | 60 | 0 | 74 | 325 | 115 | 27 |
| Binary | 1101 | 110101 | 1100110 | 1010111 | 110000 | 0 | 111100 | 11010101 | 1001101 | 10111 |
Color Harmonies of #0D3566
Complementary color
Monochromatic Colors of #0D3566
Black with #0D3566
Text Example
Text Example
White with #0D3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3566; }
p { color: rgb(13,53,102); }
H1.HeaderClassName
{
color: #0D3566;
}
.AnyTagClassName
{
color: #0D3566;
}
</style>
background-color css
<style>
a { background-color: #0D3566; }
a { background-color: rgb(13,53,102); }
div.DivClassName
{
background-color: #0D3566;
}
.BgClassName
{
background-color: #0D3566;
}
</style>
border-color css
<style>
span { border-color: #0D3566; }
span { border-color: rgb(13,53,102); }
td.TdClassName
{
border-color: #0D3566;
}
.TagClassName
{
border-color: #0D3566;
}
</style>