Shades of Prussian Blue #0D385B
Tints of Prussian Blue #0D385B
RGB
CMYK
RGB Variations
Color information
#0D385B (or 0x0D385B) is known color: Prussian Blue. HEX triplet: 0D, 38 and 5B. RGB value is (13,56,91). Sum of RGB (Red+Green+Blue) = 13+56+91=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D385B is #F2C7A4. Grayscale: #2E2E2E. Windows color (decimal): -15910821 or 5978125. OLE color: 5978125.
HSL color Cylindrical-coordinate representation of color #0D385B: hue angle of 206.92º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D385B is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 56 | 91 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.64 |
| HSL | 206.92º | 0.75% | 0.2% | - |
| HSV(B) | 206.92º | 0.86% | 0.36% | - |
| XYZ | 3.47 | 3.67 | 10.42 | - |
| YUV | 47.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 91 | 0.86 | 0.38 | 0 | 0.64 | 206.92 | 0.75 | 0.2 |
| Hex | D | 38 | 5B | 56 | 26 | 0 | 40 | CF | 4B | 14 |
| Octal | 15 | 70 | 133 | 126 | 46 | 0 | 100 | 317 | 113 | 24 |
| Binary | 1101 | 111000 | 1011011 | 1010110 | 100110 | 0 | 1000000 | 11001111 | 1001011 | 10100 |
Color Harmonies of #0D385B
Complementary color
Monochromatic Colors of #0D385B
Black with #0D385B
Text Example
Text Example
White with #0D385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D385B; }
p { color: rgb(13,56,91); }
H1.HeaderClassName
{
color: #0D385B;
}
.AnyTagClassName
{
color: #0D385B;
}
</style>
background-color css
<style>
a { background-color: #0D385B; }
a { background-color: rgb(13,56,91); }
div.DivClassName
{
background-color: #0D385B;
}
.BgClassName
{
background-color: #0D385B;
}
</style>
border-color css
<style>
span { border-color: #0D385B; }
span { border-color: rgb(13,56,91); }
td.TdClassName
{
border-color: #0D385B;
}
.TagClassName
{
border-color: #0D385B;
}
</style>