Shades of Prussian Blue #0D355B
Tints of Prussian Blue #0D355B
RGB
CMYK
RGB Variations
Color information
#0D355B (or 0x0D355B) is known color: Prussian Blue. HEX triplet: 0D, 35 and 5B. RGB value is (13,53,91). Sum of RGB (Red+Green+Blue) = 13+53+91=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D355B is #F2CAA4. Grayscale: #2D2D2D. Windows color (decimal): -15911589 or 5977357. OLE color: 5977357.
HSL color Cylindrical-coordinate representation of color #0D355B: hue angle of 209.23º 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 #0D355B is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 53 | 91 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.64 |
| HSL | 209.23º | 0.75% | 0.2% | - |
| HSV(B) | 209.23º | 0.86% | 0.36% | - |
| XYZ | 3.33 | 3.39 | 10.38 | - |
| YUV | 45.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 91 | 0.86 | 0.42 | 0 | 0.64 | 209.23 | 0.75 | 0.2 |
| Hex | D | 35 | 5B | 56 | 2A | 0 | 40 | D1 | 4B | 14 |
| Octal | 15 | 65 | 133 | 126 | 52 | 0 | 100 | 321 | 113 | 24 |
| Binary | 1101 | 110101 | 1011011 | 1010110 | 101010 | 0 | 1000000 | 11010001 | 1001011 | 10100 |
Color Harmonies of #0D355B
Complementary color
Monochromatic Colors of #0D355B
Black with #0D355B
Text Example
Text Example
White with #0D355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D355B; }
p { color: rgb(13,53,91); }
H1.HeaderClassName
{
color: #0D355B;
}
.AnyTagClassName
{
color: #0D355B;
}
</style>
background-color css
<style>
a { background-color: #0D355B; }
a { background-color: rgb(13,53,91); }
div.DivClassName
{
background-color: #0D355B;
}
.BgClassName
{
background-color: #0D355B;
}
</style>
border-color css
<style>
span { border-color: #0D355B; }
span { border-color: rgb(13,53,91); }
td.TdClassName
{
border-color: #0D355B;
}
.TagClassName
{
border-color: #0D355B;
}
</style>