Shades of Prussian Blue #003177
Tints of Prussian Blue #003177
RGB
CMYK
RGB Variations
Color information
#003177 (or 0x003177) is known color: Prussian Blue. HEX triplet: 00, 31 and 77. RGB value is (0,49,119). Sum of RGB (Red+Green+Blue) = 0+49+119=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #003177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003177 is #FFCE88. Grayscale: #2A2A2A. Windows color (decimal): -16764553 or 7811328. OLE color: 7811328.
HSL color Cylindrical-coordinate representation of color #003177: hue angle of 215.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003177 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 49 | 119 | - |
| CMYK | 1 | 0.59 | 0 | 0.53 |
| HSL | 215.29º | 1% | 0.23% | - |
| HSV(B) | 215.29º | 1% | 0.47% | - |
| XYZ | 4.43 | 3.53 | 17.9 | - |
| YUV | 42.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 119 | 1 | 0.59 | 0 | 0.53 | 215.29 | 1 | 0.23 |
| Hex | 0 | 31 | 77 | 64 | 3B | 0 | 35 | D7 | 64 | 17 |
| Octal | 0 | 61 | 167 | 144 | 73 | 0 | 65 | 327 | 144 | 27 |
| Binary | 0 | 110001 | 1110111 | 1100100 | 111011 | 0 | 110101 | 11010111 | 1100100 | 10111 |
Color Harmonies of #003177
Complementary color
Monochromatic Colors of #003177
Black with #003177
Text Example
Text Example
White with #003177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003177; }
p { color: rgb(0,49,119); }
H1.HeaderClassName
{
color: #003177;
}
.AnyTagClassName
{
color: #003177;
}
</style>
background-color css
<style>
a { background-color: #003177; }
a { background-color: rgb(0,49,119); }
div.DivClassName
{
background-color: #003177;
}
.BgClassName
{
background-color: #003177;
}
</style>
border-color css
<style>
span { border-color: #003177; }
span { border-color: rgb(0,49,119); }
td.TdClassName
{
border-color: #003177;
}
.TagClassName
{
border-color: #003177;
}
</style>