Shades of Prussian Blue #0D3666
Tints of Prussian Blue #0D3666
RGB
CMYK
RGB Variations
Color information
#0D3666 (or 0x0D3666) is known color: Prussian Blue. HEX triplet: 0D, 36 and 66. RGB value is (13,54,102). Sum of RGB (Red+Green+Blue) = 13+54+102=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D3666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3666 is #F2C999. Grayscale: #2E2E2E. Windows color (decimal): -15911322 or 6698509. OLE color: 6698509.
HSL color Cylindrical-coordinate representation of color #0D3666: hue angle of 212.36º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D3666 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 13 | 54 | 102 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.6 |
| HSL | 212.36º | 0.77% | 0.23% | - |
| HSV(B) | 212.36º | 0.87% | 0.4% | - |
| XYZ | 3.88 | 3.68 | 13.08 | - |
| YUV | 47.21 | 158.92 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 102 | 0.87 | 0.47 | 0 | 0.6 | 212.36 | 0.77 | 0.23 |
| Hex | D | 36 | 66 | 57 | 2F | 0 | 3C | D4 | 4D | 17 |
| Octal | 15 | 66 | 146 | 127 | 57 | 0 | 74 | 324 | 115 | 27 |
| Binary | 1101 | 110110 | 1100110 | 1010111 | 101111 | 0 | 111100 | 11010100 | 1001101 | 10111 |
Color Harmonies of #0D3666
Complementary color
Monochromatic Colors of #0D3666
Black with #0D3666
Text Example
Text Example
White with #0D3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3666; }
p { color: rgb(13,54,102); }
H1.HeaderClassName
{
color: #0D3666;
}
.AnyTagClassName
{
color: #0D3666;
}
</style>
background-color css
<style>
a { background-color: #0D3666; }
a { background-color: rgb(13,54,102); }
div.DivClassName
{
background-color: #0D3666;
}
.BgClassName
{
background-color: #0D3666;
}
</style>
border-color css
<style>
span { border-color: #0D3666; }
span { border-color: rgb(13,54,102); }
td.TdClassName
{
border-color: #0D3666;
}
.TagClassName
{
border-color: #0D3666;
}
</style>