Shades of Prussian Blue #0D326A
Tints of Prussian Blue #0D326A
RGB
CMYK
RGB Variations
Color information
#0D326A (or 0x0D326A) is known color: Prussian Blue. HEX triplet: 0D, 32 and 6A. RGB value is (13,50,106). Sum of RGB (Red+Green+Blue) = 13+50+106=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D326A is #F2CD95. Grayscale: #2D2D2D. Windows color (decimal): -15912342 or 6959629. OLE color: 6959629.
HSL color Cylindrical-coordinate representation of color #0D326A: hue angle of 216.13º 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 #0D326A is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 50 | 106 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.58 |
| HSL | 216.13º | 0.78% | 0.23% | - |
| HSV(B) | 216.13º | 0.88% | 0.42% | - |
| XYZ | 3.91 | 3.41 | 14.09 | - |
| YUV | 45.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 106 | 0.88 | 0.53 | 0 | 0.58 | 216.13 | 0.78 | 0.23 |
| Hex | D | 32 | 6A | 58 | 35 | 0 | 3A | D8 | 4E | 17 |
| Octal | 15 | 62 | 152 | 130 | 65 | 0 | 72 | 330 | 116 | 27 |
| Binary | 1101 | 110010 | 1101010 | 1011000 | 110101 | 0 | 111010 | 11011000 | 1001110 | 10111 |
Color Harmonies of #0D326A
Complementary color
Monochromatic Colors of #0D326A
Black with #0D326A
Text Example
Text Example
White with #0D326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D326A; }
p { color: rgb(13,50,106); }
H1.HeaderClassName
{
color: #0D326A;
}
.AnyTagClassName
{
color: #0D326A;
}
</style>
background-color css
<style>
a { background-color: #0D326A; }
a { background-color: rgb(13,50,106); }
div.DivClassName
{
background-color: #0D326A;
}
.BgClassName
{
background-color: #0D326A;
}
</style>
border-color css
<style>
span { border-color: #0D326A; }
span { border-color: rgb(13,50,106); }
td.TdClassName
{
border-color: #0D326A;
}
.TagClassName
{
border-color: #0D326A;
}
</style>