Shades of Prussian Blue #0D3153
Tints of Prussian Blue #0D3153
RGB
CMYK
RGB Variations
Color information
#0D3153 (or 0x0D3153) is known color: Prussian Blue. HEX triplet: 0D, 31 and 53. RGB value is (13,49,83). Sum of RGB (Red+Green+Blue) = 13+49+83=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3153 is #F2CEAC. Grayscale: #292929. Windows color (decimal): -15912621 or 5452045. OLE color: 5452045.
HSL color Cylindrical-coordinate representation of color #0D3153: hue angle of 209.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3153 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 49 | 83 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.67 |
| HSL | 209.14º | 0.73% | 0.19% | - |
| HSV(B) | 209.14º | 0.84% | 0.33% | - |
| XYZ | 2.83 | 2.91 | 8.6 | - |
| YUV | 42.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 83 | 0.84 | 0.41 | 0 | 0.67 | 209.14 | 0.73 | 0.19 |
| Hex | D | 31 | 53 | 54 | 29 | 0 | 43 | D1 | 49 | 13 |
| Octal | 15 | 61 | 123 | 124 | 51 | 0 | 103 | 321 | 111 | 23 |
| Binary | 1101 | 110001 | 1010011 | 1010100 | 101001 | 0 | 1000011 | 11010001 | 1001001 | 10011 |
Color Harmonies of #0D3153
Complementary color
Monochromatic Colors of #0D3153
Black with #0D3153
Text Example
Text Example
White with #0D3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3153; }
p { color: rgb(13,49,83); }
H1.HeaderClassName
{
color: #0D3153;
}
.AnyTagClassName
{
color: #0D3153;
}
</style>
background-color css
<style>
a { background-color: #0D3153; }
a { background-color: rgb(13,49,83); }
div.DivClassName
{
background-color: #0D3153;
}
.BgClassName
{
background-color: #0D3153;
}
</style>
border-color css
<style>
span { border-color: #0D3153; }
span { border-color: rgb(13,49,83); }
td.TdClassName
{
border-color: #0D3153;
}
.TagClassName
{
border-color: #0D3153;
}
</style>