Shades of Prussian Blue #002859
Tints of Prussian Blue #002859
RGB
CMYK
RGB Variations
Color information
#002859 (or 0x002859) is known color: Prussian Blue. HEX triplet: 00, 28 and 59. RGB value is (0,40,89). Sum of RGB (Red+Green+Blue) = 0+40+89=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #002859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002859 is #FFD7A6. Grayscale: #212121. Windows color (decimal): -16766887 or 5842944. OLE color: 5842944.
HSL color Cylindrical-coordinate representation of color #002859: hue angle of 213.03º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002859 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 40 | 89 | - |
| CMYK | 1 | 0.55 | 0 | 0.65 |
| HSL | 213.03º | 1% | 0.17% | - |
| HSV(B) | 213.03º | 1% | 0.35% | - |
| XYZ | 2.56 | 2.24 | 9.75 | - |
| YUV | 33.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 89 | 1 | 0.55 | 0 | 0.65 | 213.03 | 1 | 0.17 |
| Hex | 0 | 28 | 59 | 64 | 37 | 0 | 41 | D5 | 64 | 11 |
| Octal | 0 | 50 | 131 | 144 | 67 | 0 | 101 | 325 | 144 | 21 |
| Binary | 0 | 101000 | 1011001 | 1100100 | 110111 | 0 | 1000001 | 11010101 | 1100100 | 10001 |
Color Harmonies of #002859
Complementary color
Monochromatic Colors of #002859
Black with #002859
Text Example
Text Example
White with #002859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002859; }
p { color: rgb(0,40,89); }
H1.HeaderClassName
{
color: #002859;
}
.AnyTagClassName
{
color: #002859;
}
</style>
background-color css
<style>
a { background-color: #002859; }
a { background-color: rgb(0,40,89); }
div.DivClassName
{
background-color: #002859;
}
.BgClassName
{
background-color: #002859;
}
</style>
border-color css
<style>
span { border-color: #002859; }
span { border-color: rgb(0,40,89); }
td.TdClassName
{
border-color: #002859;
}
.TagClassName
{
border-color: #002859;
}
</style>