Shades of Prussian Blue #002955
Tints of Prussian Blue #002955
RGB
CMYK
RGB Variations
Color information
#002955 (or 0x002955) is known color: Prussian Blue. HEX triplet: 00, 29 and 55. RGB value is (0,41,85). Sum of RGB (Red+Green+Blue) = 0+41+85=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #002955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002955 is #FFD6AA. Grayscale: #212121. Windows color (decimal): -16766635 or 5581056. OLE color: 5581056.
HSL color Cylindrical-coordinate representation of color #002955: hue angle of 211.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002955 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 41 | 85 | - |
| CMYK | 1 | 0.52 | 0 | 0.67 |
| HSL | 211.06º | 1% | 0.17% | - |
| HSV(B) | 211.06º | 1% | 0.33% | - |
| XYZ | 2.43 | 2.24 | 8.9 | - |
| YUV | 33.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 85 | 1 | 0.52 | 0 | 0.67 | 211.06 | 1 | 0.17 |
| Hex | 0 | 29 | 55 | 64 | 34 | 0 | 43 | D3 | 64 | 11 |
| Octal | 0 | 51 | 125 | 144 | 64 | 0 | 103 | 323 | 144 | 21 |
| Binary | 0 | 101001 | 1010101 | 1100100 | 110100 | 0 | 1000011 | 11010011 | 1100100 | 10001 |
Color Harmonies of #002955
Complementary color
Monochromatic Colors of #002955
Black with #002955
Text Example
Text Example
White with #002955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002955; }
p { color: rgb(0,41,85); }
H1.HeaderClassName
{
color: #002955;
}
.AnyTagClassName
{
color: #002955;
}
</style>
background-color css
<style>
a { background-color: #002955; }
a { background-color: rgb(0,41,85); }
div.DivClassName
{
background-color: #002955;
}
.BgClassName
{
background-color: #002955;
}
</style>
border-color css
<style>
span { border-color: #002955; }
span { border-color: rgb(0,41,85); }
td.TdClassName
{
border-color: #002955;
}
.TagClassName
{
border-color: #002955;
}
</style>