Shades of Prussian Blue #002C71
Tints of Prussian Blue #002C71
RGB
CMYK
RGB Variations
Color information
#002C71 (or 0x002C71) is known color: Prussian Blue. HEX triplet: 00, 2C and 71. RGB value is (0,44,113). Sum of RGB (Red+Green+Blue) = 0+44+113=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #002C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C71 is #FFD38E. Grayscale: #262626. Windows color (decimal): -16765839 or 7416832. OLE color: 7416832.
HSL color Cylindrical-coordinate representation of color #002C71: hue angle of 216.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C71 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 44 | 113 | - |
| CMYK | 1 | 0.61 | 0 | 0.56 |
| HSL | 216.64º | 1% | 0.22% | - |
| HSV(B) | 216.64º | 1% | 0.44% | - |
| XYZ | 3.88 | 2.99 | 16 | - |
| YUV | 38.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 113 | 1 | 0.61 | 0 | 0.56 | 216.64 | 1 | 0.22 |
| Hex | 0 | 2C | 71 | 64 | 3D | 0 | 38 | D9 | 64 | 16 |
| Octal | 0 | 54 | 161 | 144 | 75 | 0 | 70 | 331 | 144 | 26 |
| Binary | 0 | 101100 | 1110001 | 1100100 | 111101 | 0 | 111000 | 11011001 | 1100100 | 10110 |
Color Harmonies of #002C71
Complementary color
Monochromatic Colors of #002C71
Black with #002C71
Text Example
Text Example
White with #002C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C71; }
p { color: rgb(0,44,113); }
H1.HeaderClassName
{
color: #002C71;
}
.AnyTagClassName
{
color: #002C71;
}
</style>
background-color css
<style>
a { background-color: #002C71; }
a { background-color: rgb(0,44,113); }
div.DivClassName
{
background-color: #002C71;
}
.BgClassName
{
background-color: #002C71;
}
</style>
border-color css
<style>
span { border-color: #002C71; }
span { border-color: rgb(0,44,113); }
td.TdClassName
{
border-color: #002C71;
}
.TagClassName
{
border-color: #002C71;
}
</style>