Shades of Prussian Blue #0D3C6F
Tints of Prussian Blue #0D3C6F
RGB
CMYK
RGB Variations
Color information
#0D3C6F (or 0x0D3C6F) is known color: Prussian Blue. HEX triplet: 0D, 3C and 6F. RGB value is (13,60,111). Sum of RGB (Red+Green+Blue) = 13+60+111=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D3C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C6F is #F2C390. Grayscale: #333333. Windows color (decimal): -15909777 or 7289869. OLE color: 7289869.
HSL color Cylindrical-coordinate representation of color #0D3C6F: hue angle of 211.22º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3C6F is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 60 | 111 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.56 |
| HSL | 211.22º | 0.79% | 0.24% | - |
| HSV(B) | 211.22º | 0.88% | 0.44% | - |
| XYZ | 4.65 | 4.46 | 15.66 | - |
| YUV | 51.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 111 | 0.88 | 0.46 | 0 | 0.56 | 211.22 | 0.79 | 0.24 |
| Hex | D | 3C | 6F | 58 | 2E | 0 | 38 | D3 | 4F | 18 |
| Octal | 15 | 74 | 157 | 130 | 56 | 0 | 70 | 323 | 117 | 30 |
| Binary | 1101 | 111100 | 1101111 | 1011000 | 101110 | 0 | 111000 | 11010011 | 1001111 | 11000 |
Color Harmonies of #0D3C6F
Complementary color
Monochromatic Colors of #0D3C6F
Black with #0D3C6F
Text Example
Text Example
White with #0D3C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C6F; }
p { color: rgb(13,60,111); }
H1.HeaderClassName
{
color: #0D3C6F;
}
.AnyTagClassName
{
color: #0D3C6F;
}
</style>
background-color css
<style>
a { background-color: #0D3C6F; }
a { background-color: rgb(13,60,111); }
div.DivClassName
{
background-color: #0D3C6F;
}
.BgClassName
{
background-color: #0D3C6F;
}
</style>
border-color css
<style>
span { border-color: #0D3C6F; }
span { border-color: rgb(13,60,111); }
td.TdClassName
{
border-color: #0D3C6F;
}
.TagClassName
{
border-color: #0D3C6F;
}
</style>