Shades of Prussian Blue #002C4D
Tints of Prussian Blue #002C4D
RGB
CMYK
RGB Variations
Color information
#002C4D (or 0x002C4D) is known color: Prussian Blue. HEX triplet: 00, 2C and 4D. RGB value is (0,44,77). Sum of RGB (Red+Green+Blue) = 0+44+77=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #002C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C4D is #FFD3B2. Grayscale: #222222. Windows color (decimal): -16765875 or 5057536. OLE color: 5057536.
HSL color Cylindrical-coordinate representation of color #002C4D: hue angle of 205.71º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C4D is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 44 | 77 | - |
| CMYK | 1 | 0.43 | 0 | 0.70 |
| HSL | 205.71º | 1% | 0.15% | - |
| HSV(B) | 205.71º | 1% | 0.3% | - |
| XYZ | 2.24 | 2.34 | 7.35 | - |
| YUV | 34.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 77 | 1 | 0.43 | 0 | 0.70 | 205.71 | 1 | 0.15 |
| Hex | 0 | 2C | 4D | 64 | 2B | 0 | 46 | CE | 64 | F |
| Octal | 0 | 54 | 115 | 144 | 53 | 0 | 106 | 316 | 144 | 17 |
| Binary | 0 | 101100 | 1001101 | 1100100 | 101011 | 0 | 1000110 | 11001110 | 1100100 | 1111 |
Color Harmonies of #002C4D
Complementary color
Monochromatic Colors of #002C4D
Black with #002C4D
Text Example
Text Example
White with #002C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C4D; }
p { color: rgb(0,44,77); }
H1.HeaderClassName
{
color: #002C4D;
}
.AnyTagClassName
{
color: #002C4D;
}
</style>
background-color css
<style>
a { background-color: #002C4D; }
a { background-color: rgb(0,44,77); }
div.DivClassName
{
background-color: #002C4D;
}
.BgClassName
{
background-color: #002C4D;
}
</style>
border-color css
<style>
span { border-color: #002C4D; }
span { border-color: rgb(0,44,77); }
td.TdClassName
{
border-color: #002C4D;
}
.TagClassName
{
border-color: #002C4D;
}
</style>