Shades of Prussian Blue #0D2F5E
Tints of Prussian Blue #0D2F5E
RGB
CMYK
RGB Variations
Color information
#0D2F5E (or 0x0D2F5E) is known color: Prussian Blue. HEX triplet: 0D, 2F and 5E. RGB value is (13,47,94). Sum of RGB (Red+Green+Blue) = 13+47+94=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #0D2F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F5E is #F2D0A1. Grayscale: #292929. Windows color (decimal): -15913122 or 6172429. OLE color: 6172429.
HSL color Cylindrical-coordinate representation of color #0D2F5E: hue angle of 214.81º 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 #0D2F5E is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 47 | 94 | - |
| CMYK | 0.86 | 0.5 | 0 | 0.63 |
| HSL | 214.81º | 0.76% | 0.21% | - |
| HSV(B) | 214.81º | 0.86% | 0.37% | - |
| XYZ | 3.2 | 2.93 | 10.99 | - |
| YUV | 42.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 94 | 0.86 | 0.5 | 0 | 0.63 | 214.81 | 0.76 | 0.21 |
| Hex | D | 2F | 5E | 56 | 32 | 0 | 3F | D7 | 4C | 15 |
| Octal | 15 | 57 | 136 | 126 | 62 | 0 | 77 | 327 | 114 | 25 |
| Binary | 1101 | 101111 | 1011110 | 1010110 | 110010 | 0 | 111111 | 11010111 | 1001100 | 10101 |
Color Harmonies of #0D2F5E
Complementary color
Monochromatic Colors of #0D2F5E
Black with #0D2F5E
Text Example
Text Example
White with #0D2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F5E; }
p { color: rgb(13,47,94); }
H1.HeaderClassName
{
color: #0D2F5E;
}
.AnyTagClassName
{
color: #0D2F5E;
}
</style>
background-color css
<style>
a { background-color: #0D2F5E; }
a { background-color: rgb(13,47,94); }
div.DivClassName
{
background-color: #0D2F5E;
}
.BgClassName
{
background-color: #0D2F5E;
}
</style>
border-color css
<style>
span { border-color: #0D2F5E; }
span { border-color: rgb(13,47,94); }
td.TdClassName
{
border-color: #0D2F5E;
}
.TagClassName
{
border-color: #0D2F5E;
}
</style>