Shades of Prussian Blue #002856
Tints of Prussian Blue #002856
RGB
CMYK
RGB Variations
Color information
#002856 (or 0x002856) is known color: Prussian Blue. HEX triplet: 00, 28 and 56. RGB value is (0,40,86). Sum of RGB (Red+Green+Blue) = 0+40+86=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #002856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002856 is #FFD7A9. Grayscale: #212121. Windows color (decimal): -16766890 or 5646336. OLE color: 5646336.
HSL color Cylindrical-coordinate representation of color #002856: hue angle of 212.09º 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 #002856 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 40 | 86 | - |
| CMYK | 1 | 0.53 | 0 | 0.66 |
| HSL | 212.09º | 1% | 0.17% | - |
| HSV(B) | 212.09º | 1% | 0.34% | - |
| XYZ | 2.44 | 2.19 | 9.1 | - |
| YUV | 33.28 | 157.75 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 86 | 1 | 0.53 | 0 | 0.66 | 212.09 | 1 | 0.17 |
| Hex | 0 | 28 | 56 | 64 | 35 | 0 | 42 | D4 | 64 | 11 |
| Octal | 0 | 50 | 126 | 144 | 65 | 0 | 102 | 324 | 144 | 21 |
| Binary | 0 | 101000 | 1010110 | 1100100 | 110101 | 0 | 1000010 | 11010100 | 1100100 | 10001 |
Color Harmonies of #002856
Complementary color
Monochromatic Colors of #002856
Black with #002856
Text Example
Text Example
White with #002856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002856; }
p { color: rgb(0,40,86); }
H1.HeaderClassName
{
color: #002856;
}
.AnyTagClassName
{
color: #002856;
}
</style>
background-color css
<style>
a { background-color: #002856; }
a { background-color: rgb(0,40,86); }
div.DivClassName
{
background-color: #002856;
}
.BgClassName
{
background-color: #002856;
}
</style>
border-color css
<style>
span { border-color: #002856; }
span { border-color: rgb(0,40,86); }
td.TdClassName
{
border-color: #002856;
}
.TagClassName
{
border-color: #002856;
}
</style>