Shades of Prussian Blue #003173
Tints of Prussian Blue #003173
RGB
CMYK
RGB Variations
Color information
#003173 (or 0x003173) is known color: Prussian Blue. HEX triplet: 00, 31 and 73. RGB value is (0,49,115). Sum of RGB (Red+Green+Blue) = 0+49+115=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #003173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003173 is #FFCE8C. Grayscale: #292929. Windows color (decimal): -16764557 or 7549184. OLE color: 7549184.
HSL color Cylindrical-coordinate representation of color #003173: hue angle of 214.43º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003173 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 49 | 115 | - |
| CMYK | 1 | 0.57 | 0 | 0.55 |
| HSL | 214.43º | 1% | 0.23% | - |
| HSV(B) | 214.43º | 1% | 0.45% | - |
| XYZ | 4.19 | 3.43 | 16.66 | - |
| YUV | 41.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 115 | 1 | 0.57 | 0 | 0.55 | 214.43 | 1 | 0.23 |
| Hex | 0 | 31 | 73 | 64 | 39 | 0 | 37 | D6 | 64 | 17 |
| Octal | 0 | 61 | 163 | 144 | 71 | 0 | 67 | 326 | 144 | 27 |
| Binary | 0 | 110001 | 1110011 | 1100100 | 111001 | 0 | 110111 | 11010110 | 1100100 | 10111 |
Color Harmonies of #003173
Complementary color
Monochromatic Colors of #003173
Black with #003173
Text Example
Text Example
White with #003173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003173; }
p { color: rgb(0,49,115); }
H1.HeaderClassName
{
color: #003173;
}
.AnyTagClassName
{
color: #003173;
}
</style>
background-color css
<style>
a { background-color: #003173; }
a { background-color: rgb(0,49,115); }
div.DivClassName
{
background-color: #003173;
}
.BgClassName
{
background-color: #003173;
}
</style>
border-color css
<style>
span { border-color: #003173; }
span { border-color: rgb(0,49,115); }
td.TdClassName
{
border-color: #003173;
}
.TagClassName
{
border-color: #003173;
}
</style>