Shades of Prussian Blue #002957
Tints of Prussian Blue #002957
RGB
CMYK
RGB Variations
Color information
#002957 (or 0x002957) is known color: Prussian Blue. HEX triplet: 00, 29 and 57. RGB value is (0,41,87). Sum of RGB (Red+Green+Blue) = 0+41+87=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #002957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002957 is #FFD6A8. Grayscale: #212121. Windows color (decimal): -16766633 or 5712128. OLE color: 5712128.
HSL color Cylindrical-coordinate representation of color #002957: hue angle of 211.72º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002957 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 41 | 87 | - |
| CMYK | 1 | 0.53 | 0 | 0.66 |
| HSL | 211.72º | 1% | 0.17% | - |
| HSV(B) | 211.72º | 1% | 0.34% | - |
| XYZ | 2.51 | 2.27 | 9.32 | - |
| YUV | 33.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 87 | 1 | 0.53 | 0 | 0.66 | 211.72 | 1 | 0.17 |
| Hex | 0 | 29 | 57 | 64 | 35 | 0 | 42 | D4 | 64 | 11 |
| Octal | 0 | 51 | 127 | 144 | 65 | 0 | 102 | 324 | 144 | 21 |
| Binary | 0 | 101001 | 1010111 | 1100100 | 110101 | 0 | 1000010 | 11010100 | 1100100 | 10001 |
Color Harmonies of #002957
Complementary color
Monochromatic Colors of #002957
Black with #002957
Text Example
Text Example
White with #002957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002957; }
p { color: rgb(0,41,87); }
H1.HeaderClassName
{
color: #002957;
}
.AnyTagClassName
{
color: #002957;
}
</style>
background-color css
<style>
a { background-color: #002957; }
a { background-color: rgb(0,41,87); }
div.DivClassName
{
background-color: #002957;
}
.BgClassName
{
background-color: #002957;
}
</style>
border-color css
<style>
span { border-color: #002957; }
span { border-color: rgb(0,41,87); }
td.TdClassName
{
border-color: #002957;
}
.TagClassName
{
border-color: #002957;
}
</style>