Shades of Prussian Blue #0D3F65
Tints of Prussian Blue #0D3F65
RGB
CMYK
RGB Variations
Color information
#0D3F65 (or 0x0D3F65) is known color: Prussian Blue. HEX triplet: 0D, 3F and 65. RGB value is (13,63,101). Sum of RGB (Red+Green+Blue) = 13+63+101=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #0D3F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F65 is #F2C09A. Grayscale: #343434. Windows color (decimal): -15909019 or 6635277. OLE color: 6635277.
HSL color Cylindrical-coordinate representation of color #0D3F65: hue angle of 205.91º 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 #0D3F65 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 63 | 101 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.60 |
| HSL | 205.91º | 0.77% | 0.22% | - |
| HSV(B) | 205.91º | 0.87% | 0.4% | - |
| XYZ | 4.29 | 4.58 | 12.97 | - |
| YUV | 52.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 101 | 0.87 | 0.38 | 0 | 0.60 | 205.91 | 0.77 | 0.22 |
| Hex | D | 3F | 65 | 57 | 26 | 0 | 3C | CE | 4D | 16 |
| Octal | 15 | 77 | 145 | 127 | 46 | 0 | 74 | 316 | 115 | 26 |
| Binary | 1101 | 111111 | 1100101 | 1010111 | 100110 | 0 | 111100 | 11001110 | 1001101 | 10110 |
Color Harmonies of #0D3F65
Complementary color
Monochromatic Colors of #0D3F65
Black with #0D3F65
Text Example
Text Example
White with #0D3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3F65; }
p { color: rgb(13,63,101); }
H1.HeaderClassName
{
color: #0D3F65;
}
.AnyTagClassName
{
color: #0D3F65;
}
</style>
background-color css
<style>
a { background-color: #0D3F65; }
a { background-color: rgb(13,63,101); }
div.DivClassName
{
background-color: #0D3F65;
}
.BgClassName
{
background-color: #0D3F65;
}
</style>
border-color css
<style>
span { border-color: #0D3F65; }
span { border-color: rgb(13,63,101); }
td.TdClassName
{
border-color: #0D3F65;
}
.TagClassName
{
border-color: #0D3F65;
}
</style>