Shades of Prussian Blue #0D395A
Tints of Prussian Blue #0D395A
RGB
CMYK
RGB Variations
Color information
#0D395A (or 0x0D395A) is known color: Prussian Blue. HEX triplet: 0D, 39 and 5A. RGB value is (13,57,90). Sum of RGB (Red+Green+Blue) = 13+57+90=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D395A is #F2C6A5. Grayscale: #2F2F2F. Windows color (decimal): -15910566 or 5912845. OLE color: 5912845.
HSL color Cylindrical-coordinate representation of color #0D395A: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D395A is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 57 | 90 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.65 |
| HSL | 205.71º | 0.75% | 0.2% | - |
| HSV(B) | 205.71º | 0.86% | 0.35% | - |
| XYZ | 3.47 | 3.75 | 10.21 | - |
| YUV | 47.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 90 | 0.86 | 0.37 | 0 | 0.65 | 205.71 | 0.75 | 0.2 |
| Hex | D | 39 | 5A | 56 | 25 | 0 | 41 | CE | 4B | 14 |
| Octal | 15 | 71 | 132 | 126 | 45 | 0 | 101 | 316 | 113 | 24 |
| Binary | 1101 | 111001 | 1011010 | 1010110 | 100101 | 0 | 1000001 | 11001110 | 1001011 | 10100 |
Color Harmonies of #0D395A
Complementary color
Monochromatic Colors of #0D395A
Black with #0D395A
Text Example
Text Example
White with #0D395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D395A; }
p { color: rgb(13,57,90); }
H1.HeaderClassName
{
color: #0D395A;
}
.AnyTagClassName
{
color: #0D395A;
}
</style>
background-color css
<style>
a { background-color: #0D395A; }
a { background-color: rgb(13,57,90); }
div.DivClassName
{
background-color: #0D395A;
}
.BgClassName
{
background-color: #0D395A;
}
</style>
border-color css
<style>
span { border-color: #0D395A; }
span { border-color: rgb(13,57,90); }
td.TdClassName
{
border-color: #0D395A;
}
.TagClassName
{
border-color: #0D395A;
}
</style>