Shades of Prussian Blue #0D3369
Tints of Prussian Blue #0D3369
RGB
CMYK
RGB Variations
Color information
#0D3369 (or 0x0D3369) is known color: Prussian Blue. HEX triplet: 0D, 33 and 69. RGB value is (13,51,105). Sum of RGB (Red+Green+Blue) = 13+51+105=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D3369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3369 is #F2CC96. Grayscale: #2D2D2D. Windows color (decimal): -15912087 or 6894349. OLE color: 6894349.
HSL color Cylindrical-coordinate representation of color #0D3369: hue angle of 215.22º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3369 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 51 | 105 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.59 |
| HSL | 215.22º | 0.78% | 0.23% | - |
| HSV(B) | 215.22º | 0.88% | 0.41% | - |
| XYZ | 3.9 | 3.47 | 13.83 | - |
| YUV | 45.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 105 | 0.88 | 0.51 | 0 | 0.59 | 215.22 | 0.78 | 0.23 |
| Hex | D | 33 | 69 | 58 | 33 | 0 | 3B | D7 | 4E | 17 |
| Octal | 15 | 63 | 151 | 130 | 63 | 0 | 73 | 327 | 116 | 27 |
| Binary | 1101 | 110011 | 1101001 | 1011000 | 110011 | 0 | 111011 | 11010111 | 1001110 | 10111 |
Color Harmonies of #0D3369
Complementary color
Monochromatic Colors of #0D3369
Black with #0D3369
Text Example
Text Example
White with #0D3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3369; }
p { color: rgb(13,51,105); }
H1.HeaderClassName
{
color: #0D3369;
}
.AnyTagClassName
{
color: #0D3369;
}
</style>
background-color css
<style>
a { background-color: #0D3369; }
a { background-color: rgb(13,51,105); }
div.DivClassName
{
background-color: #0D3369;
}
.BgClassName
{
background-color: #0D3369;
}
</style>
border-color css
<style>
span { border-color: #0D3369; }
span { border-color: rgb(13,51,105); }
td.TdClassName
{
border-color: #0D3369;
}
.TagClassName
{
border-color: #0D3369;
}
</style>