Shades of Prussian Blue #0D4365
Tints of Prussian Blue #0D4365
RGB
CMYK
RGB Variations
Color information
#0D4365 (or 0x0D4365) is known color: Prussian Blue. HEX triplet: 0D, 43 and 65. RGB value is (13,67,101). Sum of RGB (Red+Green+Blue) = 13+67+101=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #0D4365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4365 is #F2BC9A. Grayscale: #363636. Windows color (decimal): -15907995 or 6636301. OLE color: 6636301.
HSL color Cylindrical-coordinate representation of color #0D4365: hue angle of 203.18º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D4365 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 67 | 101 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.60 |
| HSL | 203.18º | 0.77% | 0.22% | - |
| HSV(B) | 203.18º | 0.87% | 0.4% | - |
| XYZ | 4.52 | 5.04 | 13.05 | - |
| YUV | 54.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 101 | 0.87 | 0.34 | 0 | 0.60 | 203.18 | 0.77 | 0.22 |
| Hex | D | 43 | 65 | 57 | 22 | 0 | 3C | CB | 4D | 16 |
| Octal | 15 | 103 | 145 | 127 | 42 | 0 | 74 | 313 | 115 | 26 |
| Binary | 1101 | 1000011 | 1100101 | 1010111 | 100010 | 0 | 111100 | 11001011 | 1001101 | 10110 |
Color Harmonies of #0D4365
Complementary color
Monochromatic Colors of #0D4365
Black with #0D4365
Text Example
Text Example
White with #0D4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4365; }
p { color: rgb(13,67,101); }
H1.HeaderClassName
{
color: #0D4365;
}
.AnyTagClassName
{
color: #0D4365;
}
</style>
background-color css
<style>
a { background-color: #0D4365; }
a { background-color: rgb(13,67,101); }
div.DivClassName
{
background-color: #0D4365;
}
.BgClassName
{
background-color: #0D4365;
}
</style>
border-color css
<style>
span { border-color: #0D4365; }
span { border-color: rgb(13,67,101); }
td.TdClassName
{
border-color: #0D4365;
}
.TagClassName
{
border-color: #0D4365;
}
</style>