Shades of Prussian Blue #002858
Tints of Prussian Blue #002858
RGB
CMYK
RGB Variations
Color information
#002858 (or 0x002858) is known color: Prussian Blue. HEX triplet: 00, 28 and 58. RGB value is (0,40,88). Sum of RGB (Red+Green+Blue) = 0+40+88=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #002858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002858 is #FFD7A7. Grayscale: #212121. Windows color (decimal): -16766888 or 5777408. OLE color: 5777408.
HSL color Cylindrical-coordinate representation of color #002858: hue angle of 212.73º 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 #002858 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 40 | 88 | - |
| CMYK | 1 | 0.55 | 0 | 0.65 |
| HSL | 212.73º | 1% | 0.17% | - |
| HSV(B) | 212.73º | 1% | 0.35% | - |
| XYZ | 2.52 | 2.22 | 9.53 | - |
| YUV | 33.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 88 | 1 | 0.55 | 0 | 0.65 | 212.73 | 1 | 0.17 |
| Hex | 0 | 28 | 58 | 64 | 37 | 0 | 41 | D5 | 64 | 11 |
| Octal | 0 | 50 | 130 | 144 | 67 | 0 | 101 | 325 | 144 | 21 |
| Binary | 0 | 101000 | 1011000 | 1100100 | 110111 | 0 | 1000001 | 11010101 | 1100100 | 10001 |
Color Harmonies of #002858
Complementary color
Monochromatic Colors of #002858
Black with #002858
Text Example
Text Example
White with #002858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002858; }
p { color: rgb(0,40,88); }
H1.HeaderClassName
{
color: #002858;
}
.AnyTagClassName
{
color: #002858;
}
</style>
background-color css
<style>
a { background-color: #002858; }
a { background-color: rgb(0,40,88); }
div.DivClassName
{
background-color: #002858;
}
.BgClassName
{
background-color: #002858;
}
</style>
border-color css
<style>
span { border-color: #002858; }
span { border-color: rgb(0,40,88); }
td.TdClassName
{
border-color: #002858;
}
.TagClassName
{
border-color: #002858;
}
</style>