Shades of Prussian Blue #002549
Tints of Prussian Blue #002549
RGB
CMYK
RGB Variations
Color information
#002549 (or 0x002549) is known color: Prussian Blue. HEX triplet: 00, 25 and 49. RGB value is (0,37,73). Sum of RGB (Red+Green+Blue) = 0+37+73=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #002549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002549 is #FFDAB6. Grayscale: #1D1D1D. Windows color (decimal): -16767671 or 4793600. OLE color: 4793600.
HSL color Cylindrical-coordinate representation of color #002549: hue angle of 209.59º 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 #002549 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 37 | 73 | - |
| CMYK | 1 | 0.49 | 0 | 0.71 |
| HSL | 209.59º | 1% | 0.14% | - |
| HSV(B) | 209.59º | 1% | 0.29% | - |
| XYZ | 1.86 | 1.8 | 6.55 | - |
| YUV | 30.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 73 | 1 | 0.49 | 0 | 0.71 | 209.59 | 1 | 0.14 |
| Hex | 0 | 25 | 49 | 64 | 31 | 0 | 47 | D2 | 64 | E |
| Octal | 0 | 45 | 111 | 144 | 61 | 0 | 107 | 322 | 144 | 16 |
| Binary | 0 | 100101 | 1001001 | 1100100 | 110001 | 0 | 1000111 | 11010010 | 1100100 | 1110 |
Color Harmonies of #002549
Complementary color
Monochromatic Colors of #002549
Black with #002549
Text Example
Text Example
White with #002549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002549; }
p { color: rgb(0,37,73); }
H1.HeaderClassName
{
color: #002549;
}
.AnyTagClassName
{
color: #002549;
}
</style>
background-color css
<style>
a { background-color: #002549; }
a { background-color: rgb(0,37,73); }
div.DivClassName
{
background-color: #002549;
}
.BgClassName
{
background-color: #002549;
}
</style>
border-color css
<style>
span { border-color: #002549; }
span { border-color: rgb(0,37,73); }
td.TdClassName
{
border-color: #002549;
}
.TagClassName
{
border-color: #002549;
}
</style>