Shades of Prussian Blue #002848
Tints of Prussian Blue #002848
RGB
CMYK
RGB Variations
Color information
#002848 (or 0x002848) is known color: Prussian Blue. HEX triplet: 00, 28 and 48. RGB value is (0,40,72). Sum of RGB (Red+Green+Blue) = 0+40+72=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #002848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002848 is #FFD7B7. Grayscale: #1F1F1F. Windows color (decimal): -16766904 or 4728832. OLE color: 4728832.
HSL color Cylindrical-coordinate representation of color #002848: hue angle of 206.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002848 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 40 | 72 | - |
| CMYK | 1 | 0.44 | 0 | 0.72 |
| HSL | 206.67º | 1% | 0.14% | - |
| HSV(B) | 206.67º | 1% | 0.28% | - |
| XYZ | 1.93 | 1.99 | 6.41 | - |
| YUV | 31.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 72 | 1 | 0.44 | 0 | 0.72 | 206.67 | 1 | 0.14 |
| Hex | 0 | 28 | 48 | 64 | 2C | 0 | 48 | CF | 64 | E |
| Octal | 0 | 50 | 110 | 144 | 54 | 0 | 110 | 317 | 144 | 16 |
| Binary | 0 | 101000 | 1001000 | 1100100 | 101100 | 0 | 1001000 | 11001111 | 1100100 | 1110 |
Color Harmonies of #002848
Complementary color
Monochromatic Colors of #002848
Black with #002848
Text Example
Text Example
White with #002848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002848; }
p { color: rgb(0,40,72); }
H1.HeaderClassName
{
color: #002848;
}
.AnyTagClassName
{
color: #002848;
}
</style>
background-color css
<style>
a { background-color: #002848; }
a { background-color: rgb(0,40,72); }
div.DivClassName
{
background-color: #002848;
}
.BgClassName
{
background-color: #002848;
}
</style>
border-color css
<style>
span { border-color: #002848; }
span { border-color: rgb(0,40,72); }
td.TdClassName
{
border-color: #002848;
}
.TagClassName
{
border-color: #002848;
}
</style>