Shades of Prussian Blue #002854
Tints of Prussian Blue #002854
RGB
CMYK
RGB Variations
Color information
#002854 (or 0x002854) is known color: Prussian Blue. HEX triplet: 00, 28 and 54. RGB value is (0,40,84). Sum of RGB (Red+Green+Blue) = 0+40+84=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #002854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002854 is #FFD7AB. Grayscale: #202020. Windows color (decimal): -16766892 or 5515264. OLE color: 5515264.
HSL color Cylindrical-coordinate representation of color #002854: hue angle of 211.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002854 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 40 | 84 | - |
| CMYK | 1 | 0.52 | 0 | 0.67 |
| HSL | 211.43º | 1% | 0.16% | - |
| HSV(B) | 211.43º | 1% | 0.33% | - |
| XYZ | 2.36 | 2.16 | 8.68 | - |
| YUV | 33.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 84 | 1 | 0.52 | 0 | 0.67 | 211.43 | 1 | 0.16 |
| Hex | 0 | 28 | 54 | 64 | 34 | 0 | 43 | D3 | 64 | 10 |
| Octal | 0 | 50 | 124 | 144 | 64 | 0 | 103 | 323 | 144 | 20 |
| Binary | 0 | 101000 | 1010100 | 1100100 | 110100 | 0 | 1000011 | 11010011 | 1100100 | 10000 |
Color Harmonies of #002854
Complementary color
Monochromatic Colors of #002854
Black with #002854
Text Example
Text Example
White with #002854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002854; }
p { color: rgb(0,40,84); }
H1.HeaderClassName
{
color: #002854;
}
.AnyTagClassName
{
color: #002854;
}
</style>
background-color css
<style>
a { background-color: #002854; }
a { background-color: rgb(0,40,84); }
div.DivClassName
{
background-color: #002854;
}
.BgClassName
{
background-color: #002854;
}
</style>
border-color css
<style>
span { border-color: #002854; }
span { border-color: rgb(0,40,84); }
td.TdClassName
{
border-color: #002854;
}
.TagClassName
{
border-color: #002854;
}
</style>