Shades of Prussian Blue #0D335B
Tints of Prussian Blue #0D335B
RGB
CMYK
RGB Variations
Color information
#0D335B (or 0x0D335B) is known color: Prussian Blue. HEX triplet: 0D, 33 and 5B. RGB value is (13,51,91). Sum of RGB (Red+Green+Blue) = 13+51+91=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D335B is #F2CCA4. Grayscale: #2C2C2C. Windows color (decimal): -15912101 or 5976845. OLE color: 5976845.
HSL color Cylindrical-coordinate representation of color #0D335B: hue angle of 210.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D335B is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 51 | 91 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.64 |
| HSL | 210.77º | 0.75% | 0.2% | - |
| HSV(B) | 210.77º | 0.86% | 0.36% | - |
| XYZ | 3.24 | 3.21 | 10.35 | - |
| YUV | 44.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 91 | 0.86 | 0.44 | 0 | 0.64 | 210.77 | 0.75 | 0.2 |
| Hex | D | 33 | 5B | 56 | 2C | 0 | 40 | D3 | 4B | 14 |
| Octal | 15 | 63 | 133 | 126 | 54 | 0 | 100 | 323 | 113 | 24 |
| Binary | 1101 | 110011 | 1011011 | 1010110 | 101100 | 0 | 1000000 | 11010011 | 1001011 | 10100 |
Color Harmonies of #0D335B
Complementary color
Monochromatic Colors of #0D335B
Black with #0D335B
Text Example
Text Example
White with #0D335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D335B; }
p { color: rgb(13,51,91); }
H1.HeaderClassName
{
color: #0D335B;
}
.AnyTagClassName
{
color: #0D335B;
}
</style>
background-color css
<style>
a { background-color: #0D335B; }
a { background-color: rgb(13,51,91); }
div.DivClassName
{
background-color: #0D335B;
}
.BgClassName
{
background-color: #0D335B;
}
</style>
border-color css
<style>
span { border-color: #0D335B; }
span { border-color: rgb(13,51,91); }
td.TdClassName
{
border-color: #0D335B;
}
.TagClassName
{
border-color: #0D335B;
}
</style>