Shades of Prussian Blue #0D385E
Tints of Prussian Blue #0D385E
RGB
CMYK
RGB Variations
Color information
#0D385E (or 0x0D385E) is known color: Prussian Blue. HEX triplet: 0D, 38 and 5E. RGB value is (13,56,94). Sum of RGB (Red+Green+Blue) = 13+56+94=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #0D385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D385E is #F2C7A1. Grayscale: #2F2F2F. Windows color (decimal): -15910818 or 6174733. OLE color: 6174733.
HSL color Cylindrical-coordinate representation of color #0D385E: hue angle of 208.15º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D385E is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 56 | 94 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.63 |
| HSL | 208.15º | 0.76% | 0.21% | - |
| HSV(B) | 208.15º | 0.86% | 0.37% | - |
| XYZ | 3.6 | 3.72 | 11.12 | - |
| YUV | 47.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 94 | 0.86 | 0.40 | 0 | 0.63 | 208.15 | 0.76 | 0.21 |
| Hex | D | 38 | 5E | 56 | 28 | 0 | 3F | D0 | 4C | 15 |
| Octal | 15 | 70 | 136 | 126 | 50 | 0 | 77 | 320 | 114 | 25 |
| Binary | 1101 | 111000 | 1011110 | 1010110 | 101000 | 0 | 111111 | 11010000 | 1001100 | 10101 |
Color Harmonies of #0D385E
Complementary color
Monochromatic Colors of #0D385E
Black with #0D385E
Text Example
Text Example
White with #0D385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D385E; }
p { color: rgb(13,56,94); }
H1.HeaderClassName
{
color: #0D385E;
}
.AnyTagClassName
{
color: #0D385E;
}
</style>
background-color css
<style>
a { background-color: #0D385E; }
a { background-color: rgb(13,56,94); }
div.DivClassName
{
background-color: #0D385E;
}
.BgClassName
{
background-color: #0D385E;
}
</style>
border-color css
<style>
span { border-color: #0D385E; }
span { border-color: rgb(13,56,94); }
td.TdClassName
{
border-color: #0D385E;
}
.TagClassName
{
border-color: #0D385E;
}
</style>