Shades of Prussian Blue #002C51
Tints of Prussian Blue #002C51
RGB
CMYK
RGB Variations
Color information
#002C51 (or 0x002C51) is known color: Prussian Blue. HEX triplet: 00, 2C and 51. RGB value is (0,44,81). Sum of RGB (Red+Green+Blue) = 0+44+81=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #002C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C51 is #FFD3AE. Grayscale: #222222. Windows color (decimal): -16765871 or 5319680. OLE color: 5319680.
HSL color Cylindrical-coordinate representation of color #002C51: hue angle of 207.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C51 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 44 | 81 | - |
| CMYK | 1 | 0.46 | 0 | 0.68 |
| HSL | 207.41º | 1% | 0.16% | - |
| HSV(B) | 207.41º | 1% | 0.32% | - |
| XYZ | 2.39 | 2.4 | 8.12 | - |
| YUV | 35.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 81 | 1 | 0.46 | 0 | 0.68 | 207.41 | 1 | 0.16 |
| Hex | 0 | 2C | 51 | 64 | 2E | 0 | 44 | CF | 64 | 10 |
| Octal | 0 | 54 | 121 | 144 | 56 | 0 | 104 | 317 | 144 | 20 |
| Binary | 0 | 101100 | 1010001 | 1100100 | 101110 | 0 | 1000100 | 11001111 | 1100100 | 10000 |
Color Harmonies of #002C51
Complementary color
Monochromatic Colors of #002C51
Black with #002C51
Text Example
Text Example
White with #002C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C51; }
p { color: rgb(0,44,81); }
H1.HeaderClassName
{
color: #002C51;
}
.AnyTagClassName
{
color: #002C51;
}
</style>
background-color css
<style>
a { background-color: #002C51; }
a { background-color: rgb(0,44,81); }
div.DivClassName
{
background-color: #002C51;
}
.BgClassName
{
background-color: #002C51;
}
</style>
border-color css
<style>
span { border-color: #002C51; }
span { border-color: rgb(0,44,81); }
td.TdClassName
{
border-color: #002C51;
}
.TagClassName
{
border-color: #002C51;
}
</style>