Shades of Prussian Blue #0D366D
Tints of Prussian Blue #0D366D
RGB
CMYK
RGB Variations
Color information
#0D366D (or 0x0D366D) is known color: Prussian Blue. HEX triplet: 0D, 36 and 6D. RGB value is (13,54,109). Sum of RGB (Red+Green+Blue) = 13+54+109=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D366D is #F2C992. Grayscale: #2F2F2F. Windows color (decimal): -15911315 or 7157261. OLE color: 7157261.
HSL color Cylindrical-coordinate representation of color #0D366D: hue angle of 214.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D366D is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 54 | 109 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.57 |
| HSL | 214.38º | 0.79% | 0.24% | - |
| HSV(B) | 214.38º | 0.88% | 0.43% | - |
| XYZ | 4.25 | 3.83 | 14.98 | - |
| YUV | 48.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 109 | 0.88 | 0.50 | 0 | 0.57 | 214.38 | 0.79 | 0.24 |
| Hex | D | 36 | 6D | 58 | 32 | 0 | 39 | D6 | 4F | 18 |
| Octal | 15 | 66 | 155 | 130 | 62 | 0 | 71 | 326 | 117 | 30 |
| Binary | 1101 | 110110 | 1101101 | 1011000 | 110010 | 0 | 111001 | 11010110 | 1001111 | 11000 |
Color Harmonies of #0D366D
Complementary color
Monochromatic Colors of #0D366D
Black with #0D366D
Text Example
Text Example
White with #0D366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D366D; }
p { color: rgb(13,54,109); }
H1.HeaderClassName
{
color: #0D366D;
}
.AnyTagClassName
{
color: #0D366D;
}
</style>
background-color css
<style>
a { background-color: #0D366D; }
a { background-color: rgb(13,54,109); }
div.DivClassName
{
background-color: #0D366D;
}
.BgClassName
{
background-color: #0D366D;
}
</style>
border-color css
<style>
span { border-color: #0D366D; }
span { border-color: rgb(13,54,109); }
td.TdClassName
{
border-color: #0D366D;
}
.TagClassName
{
border-color: #0D366D;
}
</style>