Shades of Prussian Blue #002C4E
Tints of Prussian Blue #002C4E
RGB
CMYK
RGB Variations
Color information
#002C4E (or 0x002C4E) is known color: Prussian Blue. HEX triplet: 00, 2C and 4E. RGB value is (0,44,78). Sum of RGB (Red+Green+Blue) = 0+44+78=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #002C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C4E is #FFD3B1. Grayscale: #222222. Windows color (decimal): -16765874 or 5123072. OLE color: 5123072.
HSL color Cylindrical-coordinate representation of color #002C4E: hue angle of 206.15º 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 #002C4E is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 44 | 78 | - |
| CMYK | 1 | 0.44 | 0 | 0.69 |
| HSL | 206.15º | 1% | 0.15% | - |
| HSV(B) | 206.15º | 1% | 0.31% | - |
| XYZ | 2.28 | 2.35 | 7.54 | - |
| YUV | 34.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 78 | 1 | 0.44 | 0 | 0.69 | 206.15 | 1 | 0.15 |
| Hex | 0 | 2C | 4E | 64 | 2C | 0 | 45 | CE | 64 | F |
| Octal | 0 | 54 | 116 | 144 | 54 | 0 | 105 | 316 | 144 | 17 |
| Binary | 0 | 101100 | 1001110 | 1100100 | 101100 | 0 | 1000101 | 11001110 | 1100100 | 1111 |
Color Harmonies of #002C4E
Complementary color
Monochromatic Colors of #002C4E
Black with #002C4E
Text Example
Text Example
White with #002C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C4E; }
p { color: rgb(0,44,78); }
H1.HeaderClassName
{
color: #002C4E;
}
.AnyTagClassName
{
color: #002C4E;
}
</style>
background-color css
<style>
a { background-color: #002C4E; }
a { background-color: rgb(0,44,78); }
div.DivClassName
{
background-color: #002C4E;
}
.BgClassName
{
background-color: #002C4E;
}
</style>
border-color css
<style>
span { border-color: #002C4E; }
span { border-color: rgb(0,44,78); }
td.TdClassName
{
border-color: #002C4E;
}
.TagClassName
{
border-color: #002C4E;
}
</style>