Shades of Prussian Blue #002849
Tints of Prussian Blue #002849
RGB
CMYK
RGB Variations
Color information
#002849 (or 0x002849) is known color: Prussian Blue. HEX triplet: 00, 28 and 49. RGB value is (0,40,73). Sum of RGB (Red+Green+Blue) = 0+40+73=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #002849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002849 is #FFD7B6. Grayscale: #1F1F1F. Windows color (decimal): -16766903 or 4794368. OLE color: 4794368.
HSL color Cylindrical-coordinate representation of color #002849: hue angle of 207.12º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002849 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 40 | 73 | - |
| CMYK | 1 | 0.45 | 0 | 0.71 |
| HSL | 207.12º | 1% | 0.14% | - |
| HSV(B) | 207.12º | 1% | 0.29% | - |
| XYZ | 1.96 | 2 | 6.59 | - |
| YUV | 31.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 73 | 1 | 0.45 | 0 | 0.71 | 207.12 | 1 | 0.14 |
| Hex | 0 | 28 | 49 | 64 | 2D | 0 | 47 | CF | 64 | E |
| Octal | 0 | 50 | 111 | 144 | 55 | 0 | 107 | 317 | 144 | 16 |
| Binary | 0 | 101000 | 1001001 | 1100100 | 101101 | 0 | 1000111 | 11001111 | 1100100 | 1110 |
Color Harmonies of #002849
Complementary color
Monochromatic Colors of #002849
Black with #002849
Text Example
Text Example
White with #002849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002849; }
p { color: rgb(0,40,73); }
H1.HeaderClassName
{
color: #002849;
}
.AnyTagClassName
{
color: #002849;
}
</style>
background-color css
<style>
a { background-color: #002849; }
a { background-color: rgb(0,40,73); }
div.DivClassName
{
background-color: #002849;
}
.BgClassName
{
background-color: #002849;
}
</style>
border-color css
<style>
span { border-color: #002849; }
span { border-color: rgb(0,40,73); }
td.TdClassName
{
border-color: #002849;
}
.TagClassName
{
border-color: #002849;
}
</style>