Shades of Prussian Blue #0D345C
Tints of Prussian Blue #0D345C
RGB
CMYK
RGB Variations
Color information
#0D345C (or 0x0D345C) is known color: Prussian Blue. HEX triplet: 0D, 34 and 5C. RGB value is (13,52,92). Sum of RGB (Red+Green+Blue) = 13+52+92=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D345C is #F2CBA3. Grayscale: #2C2C2C. Windows color (decimal): -15911844 or 6042637. OLE color: 6042637.
HSL color Cylindrical-coordinate representation of color #0D345C: hue angle of 210.38º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D345C is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 52 | 92 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.64 |
| HSL | 210.38º | 0.75% | 0.21% | - |
| HSV(B) | 210.38º | 0.86% | 0.36% | - |
| XYZ | 3.33 | 3.31 | 10.59 | - |
| YUV | 44.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 92 | 0.86 | 0.43 | 0 | 0.64 | 210.38 | 0.75 | 0.21 |
| Hex | D | 34 | 5C | 56 | 2B | 0 | 40 | D2 | 4B | 15 |
| Octal | 15 | 64 | 134 | 126 | 53 | 0 | 100 | 322 | 113 | 25 |
| Binary | 1101 | 110100 | 1011100 | 1010110 | 101011 | 0 | 1000000 | 11010010 | 1001011 | 10101 |
Color Harmonies of #0D345C
Complementary color
Monochromatic Colors of #0D345C
Black with #0D345C
Text Example
Text Example
White with #0D345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D345C; }
p { color: rgb(13,52,92); }
H1.HeaderClassName
{
color: #0D345C;
}
.AnyTagClassName
{
color: #0D345C;
}
</style>
background-color css
<style>
a { background-color: #0D345C; }
a { background-color: rgb(13,52,92); }
div.DivClassName
{
background-color: #0D345C;
}
.BgClassName
{
background-color: #0D345C;
}
</style>
border-color css
<style>
span { border-color: #0D345C; }
span { border-color: rgb(13,52,92); }
td.TdClassName
{
border-color: #0D345C;
}
.TagClassName
{
border-color: #0D345C;
}
</style>