Shades of Prussian Blue #003167
Tints of Prussian Blue #003167
RGB
CMYK
RGB Variations
Color information
#003167 (or 0x003167) is known color: Prussian Blue. HEX triplet: 00, 31 and 67. RGB value is (0,49,103). Sum of RGB (Red+Green+Blue) = 0+49+103=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #003167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003167 is #FFCE98. Grayscale: #282828. Windows color (decimal): -16764569 or 6762752. OLE color: 6762752.
HSL color Cylindrical-coordinate representation of color #003167: hue angle of 211.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003167 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 49 | 103 | - |
| CMYK | 1 | 0.52 | 0 | 0.60 |
| HSL | 211.46º | 1% | 0.2% | - |
| HSV(B) | 211.46º | 1% | 0.4% | - |
| XYZ | 3.55 | 3.18 | 13.26 | - |
| YUV | 40.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 103 | 1 | 0.52 | 0 | 0.60 | 211.46 | 1 | 0.2 |
| Hex | 0 | 31 | 67 | 64 | 34 | 0 | 3C | D3 | 64 | 14 |
| Octal | 0 | 61 | 147 | 144 | 64 | 0 | 74 | 323 | 144 | 24 |
| Binary | 0 | 110001 | 1100111 | 1100100 | 110100 | 0 | 111100 | 11010011 | 1100100 | 10100 |
Color Harmonies of #003167
Complementary color
Monochromatic Colors of #003167
Black with #003167
Text Example
Text Example
White with #003167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003167; }
p { color: rgb(0,49,103); }
H1.HeaderClassName
{
color: #003167;
}
.AnyTagClassName
{
color: #003167;
}
</style>
background-color css
<style>
a { background-color: #003167; }
a { background-color: rgb(0,49,103); }
div.DivClassName
{
background-color: #003167;
}
.BgClassName
{
background-color: #003167;
}
</style>
border-color css
<style>
span { border-color: #003167; }
span { border-color: rgb(0,49,103); }
td.TdClassName
{
border-color: #003167;
}
.TagClassName
{
border-color: #003167;
}
</style>