Shades of Prussian Blue #0D3A6D
Tints of Prussian Blue #0D3A6D
RGB
CMYK
RGB Variations
Color information
#0D3A6D (or 0x0D3A6D) is known color: Prussian Blue. HEX triplet: 0D, 3A and 6D. RGB value is (13,58,109). Sum of RGB (Red+Green+Blue) = 13+58+109=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D3A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A6D is #F2C592. Grayscale: #323232. Windows color (decimal): -15910291 or 7158285. OLE color: 7158285.
HSL color Cylindrical-coordinate representation of color #0D3A6D: hue angle of 211.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3A6D is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 58 | 109 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.57 |
| HSL | 211.88º | 0.79% | 0.24% | - |
| HSV(B) | 211.88º | 0.88% | 0.43% | - |
| XYZ | 4.44 | 4.22 | 15.05 | - |
| YUV | 50.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 109 | 0.88 | 0.47 | 0 | 0.57 | 211.88 | 0.79 | 0.24 |
| Hex | D | 3A | 6D | 58 | 2F | 0 | 39 | D4 | 4F | 18 |
| Octal | 15 | 72 | 155 | 130 | 57 | 0 | 71 | 324 | 117 | 30 |
| Binary | 1101 | 111010 | 1101101 | 1011000 | 101111 | 0 | 111001 | 11010100 | 1001111 | 11000 |
Color Harmonies of #0D3A6D
Complementary color
Monochromatic Colors of #0D3A6D
Black with #0D3A6D
Text Example
Text Example
White with #0D3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A6D; }
p { color: rgb(13,58,109); }
H1.HeaderClassName
{
color: #0D3A6D;
}
.AnyTagClassName
{
color: #0D3A6D;
}
</style>
background-color css
<style>
a { background-color: #0D3A6D; }
a { background-color: rgb(13,58,109); }
div.DivClassName
{
background-color: #0D3A6D;
}
.BgClassName
{
background-color: #0D3A6D;
}
</style>
border-color css
<style>
span { border-color: #0D3A6D; }
span { border-color: rgb(13,58,109); }
td.TdClassName
{
border-color: #0D3A6D;
}
.TagClassName
{
border-color: #0D3A6D;
}
</style>