Shades of Prussian Blue #0D3367
Tints of Prussian Blue #0D3367
RGB
CMYK
RGB Variations
Color information
#0D3367 (or 0x0D3367) is known color: Prussian Blue. HEX triplet: 0D, 33 and 67. RGB value is (13,51,103). Sum of RGB (Red+Green+Blue) = 13+51+103=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #0D3367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3367 is #F2CC98. Grayscale: #2D2D2D. Windows color (decimal): -15912089 or 6763277. OLE color: 6763277.
HSL color Cylindrical-coordinate representation of color #0D3367: hue angle of 214.67º degrees, saturation: 0.78, 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 #0D3367 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 51 | 103 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.60 |
| HSL | 214.67º | 0.78% | 0.23% | - |
| HSV(B) | 214.67º | 0.87% | 0.4% | - |
| XYZ | 3.8 | 3.43 | 13.29 | - |
| YUV | 45.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 103 | 0.87 | 0.50 | 0 | 0.60 | 214.67 | 0.78 | 0.23 |
| Hex | D | 33 | 67 | 57 | 32 | 0 | 3C | D7 | 4E | 17 |
| Octal | 15 | 63 | 147 | 127 | 62 | 0 | 74 | 327 | 116 | 27 |
| Binary | 1101 | 110011 | 1100111 | 1010111 | 110010 | 0 | 111100 | 11010111 | 1001110 | 10111 |
Color Harmonies of #0D3367
Complementary color
Monochromatic Colors of #0D3367
Black with #0D3367
Text Example
Text Example
White with #0D3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3367; }
p { color: rgb(13,51,103); }
H1.HeaderClassName
{
color: #0D3367;
}
.AnyTagClassName
{
color: #0D3367;
}
</style>
background-color css
<style>
a { background-color: #0D3367; }
a { background-color: rgb(13,51,103); }
div.DivClassName
{
background-color: #0D3367;
}
.BgClassName
{
background-color: #0D3367;
}
</style>
border-color css
<style>
span { border-color: #0D3367; }
span { border-color: rgb(13,51,103); }
td.TdClassName
{
border-color: #0D3367;
}
.TagClassName
{
border-color: #0D3367;
}
</style>