Shades of Prussian Blue #002851
Tints of Prussian Blue #002851
RGB
CMYK
RGB Variations
Color information
#002851 (or 0x002851) is known color: Prussian Blue. HEX triplet: 00, 28 and 51. RGB value is (0,40,81). Sum of RGB (Red+Green+Blue) = 0+40+81=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #002851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002851 is #FFD7AE. Grayscale: #202020. Windows color (decimal): -16766895 or 5318656. OLE color: 5318656.
HSL color Cylindrical-coordinate representation of color #002851: hue angle of 210.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002851 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 40 | 81 | - |
| CMYK | 1 | 0.51 | 0 | 0.68 |
| HSL | 210.37º | 1% | 0.16% | - |
| HSV(B) | 210.37º | 1% | 0.32% | - |
| XYZ | 2.24 | 2.11 | 8.07 | - |
| YUV | 32.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 81 | 1 | 0.51 | 0 | 0.68 | 210.37 | 1 | 0.16 |
| Hex | 0 | 28 | 51 | 64 | 33 | 0 | 44 | D2 | 64 | 10 |
| Octal | 0 | 50 | 121 | 144 | 63 | 0 | 104 | 322 | 144 | 20 |
| Binary | 0 | 101000 | 1010001 | 1100100 | 110011 | 0 | 1000100 | 11010010 | 1100100 | 10000 |
Color Harmonies of #002851
Complementary color
Monochromatic Colors of #002851
Black with #002851
Text Example
Text Example
White with #002851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002851; }
p { color: rgb(0,40,81); }
H1.HeaderClassName
{
color: #002851;
}
.AnyTagClassName
{
color: #002851;
}
</style>
background-color css
<style>
a { background-color: #002851; }
a { background-color: rgb(0,40,81); }
div.DivClassName
{
background-color: #002851;
}
.BgClassName
{
background-color: #002851;
}
</style>
border-color css
<style>
span { border-color: #002851; }
span { border-color: rgb(0,40,81); }
td.TdClassName
{
border-color: #002851;
}
.TagClassName
{
border-color: #002851;
}
</style>