Shades of Prussian Blue #0D3A6A
Tints of Prussian Blue #0D3A6A
RGB
CMYK
RGB Variations
Color information
#0D3A6A (or 0x0D3A6A) is known color: Prussian Blue. HEX triplet: 0D, 3A and 6A. RGB value is (13,58,106). Sum of RGB (Red+Green+Blue) = 13+58+106=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D3A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A6A is #F2C595. Grayscale: #313131. Windows color (decimal): -15910294 or 6961677. OLE color: 6961677.
HSL color Cylindrical-coordinate representation of color #0D3A6A: hue angle of 210.97º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3A6A is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 58 | 106 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.58 |
| HSL | 210.97º | 0.78% | 0.23% | - |
| HSV(B) | 210.97º | 0.88% | 0.42% | - |
| XYZ | 4.28 | 4.15 | 14.21 | - |
| YUV | 50.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 106 | 0.88 | 0.45 | 0 | 0.58 | 210.97 | 0.78 | 0.23 |
| Hex | D | 3A | 6A | 58 | 2D | 0 | 3A | D3 | 4E | 17 |
| Octal | 15 | 72 | 152 | 130 | 55 | 0 | 72 | 323 | 116 | 27 |
| Binary | 1101 | 111010 | 1101010 | 1011000 | 101101 | 0 | 111010 | 11010011 | 1001110 | 10111 |
Color Harmonies of #0D3A6A
Complementary color
Monochromatic Colors of #0D3A6A
Black with #0D3A6A
Text Example
Text Example
White with #0D3A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A6A; }
p { color: rgb(13,58,106); }
H1.HeaderClassName
{
color: #0D3A6A;
}
.AnyTagClassName
{
color: #0D3A6A;
}
</style>
background-color css
<style>
a { background-color: #0D3A6A; }
a { background-color: rgb(13,58,106); }
div.DivClassName
{
background-color: #0D3A6A;
}
.BgClassName
{
background-color: #0D3A6A;
}
</style>
border-color css
<style>
span { border-color: #0D3A6A; }
span { border-color: rgb(13,58,106); }
td.TdClassName
{
border-color: #0D3A6A;
}
.TagClassName
{
border-color: #0D3A6A;
}
</style>