Shades of Prussian Blue #0D3E6C
Tints of Prussian Blue #0D3E6C
RGB
CMYK
RGB Variations
Color information
#0D3E6C (or 0x0D3E6C) is known color: Prussian Blue. HEX triplet: 0D, 3E and 6C. RGB value is (13,62,108). Sum of RGB (Red+Green+Blue) = 13+62+108=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D3E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E6C is #F2C193. Grayscale: #343434. Windows color (decimal): -15909268 or 7093773. OLE color: 7093773.
HSL color Cylindrical-coordinate representation of color #0D3E6C: hue angle of 209.05º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3E6C is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 62 | 108 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.58 |
| HSL | 209.05º | 0.79% | 0.24% | - |
| HSV(B) | 209.05º | 0.88% | 0.42% | - |
| XYZ | 4.6 | 4.61 | 14.84 | - |
| YUV | 52.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 108 | 0.88 | 0.43 | 0 | 0.58 | 209.05 | 0.79 | 0.24 |
| Hex | D | 3E | 6C | 58 | 2B | 0 | 3A | D1 | 4F | 18 |
| Octal | 15 | 76 | 154 | 130 | 53 | 0 | 72 | 321 | 117 | 30 |
| Binary | 1101 | 111110 | 1101100 | 1011000 | 101011 | 0 | 111010 | 11010001 | 1001111 | 11000 |
Color Harmonies of #0D3E6C
Complementary color
Monochromatic Colors of #0D3E6C
Black with #0D3E6C
Text Example
Text Example
White with #0D3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E6C; }
p { color: rgb(13,62,108); }
H1.HeaderClassName
{
color: #0D3E6C;
}
.AnyTagClassName
{
color: #0D3E6C;
}
</style>
background-color css
<style>
a { background-color: #0D3E6C; }
a { background-color: rgb(13,62,108); }
div.DivClassName
{
background-color: #0D3E6C;
}
.BgClassName
{
background-color: #0D3E6C;
}
</style>
border-color css
<style>
span { border-color: #0D3E6C; }
span { border-color: rgb(13,62,108); }
td.TdClassName
{
border-color: #0D3E6C;
}
.TagClassName
{
border-color: #0D3E6C;
}
</style>