Shades of Prussian Blue #002C4F
Tints of Prussian Blue #002C4F
RGB
CMYK
RGB Variations
Color information
#002C4F (or 0x002C4F) is known color: Prussian Blue. HEX triplet: 00, 2C and 4F. RGB value is (0,44,79). Sum of RGB (Red+Green+Blue) = 0+44+79=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #002C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C4F is #FFD3B0. Grayscale: #222222. Windows color (decimal): -16765873 or 5188608. OLE color: 5188608.
HSL color Cylindrical-coordinate representation of color #002C4F: hue angle of 206.58º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C4F is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 44 | 79 | - |
| CMYK | 1 | 0.44 | 0 | 0.69 |
| HSL | 206.58º | 1% | 0.15% | - |
| HSV(B) | 206.58º | 1% | 0.31% | - |
| XYZ | 2.31 | 2.37 | 7.73 | - |
| YUV | 34.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 79 | 1 | 0.44 | 0 | 0.69 | 206.58 | 1 | 0.15 |
| Hex | 0 | 2C | 4F | 64 | 2C | 0 | 45 | CF | 64 | F |
| Octal | 0 | 54 | 117 | 144 | 54 | 0 | 105 | 317 | 144 | 17 |
| Binary | 0 | 101100 | 1001111 | 1100100 | 101100 | 0 | 1000101 | 11001111 | 1100100 | 1111 |
Color Harmonies of #002C4F
Complementary color
Monochromatic Colors of #002C4F
Black with #002C4F
Text Example
Text Example
White with #002C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C4F; }
p { color: rgb(0,44,79); }
H1.HeaderClassName
{
color: #002C4F;
}
.AnyTagClassName
{
color: #002C4F;
}
</style>
background-color css
<style>
a { background-color: #002C4F; }
a { background-color: rgb(0,44,79); }
div.DivClassName
{
background-color: #002C4F;
}
.BgClassName
{
background-color: #002C4F;
}
</style>
border-color css
<style>
span { border-color: #002C4F; }
span { border-color: rgb(0,44,79); }
td.TdClassName
{
border-color: #002C4F;
}
.TagClassName
{
border-color: #002C4F;
}
</style>