Shades of Prussian Blue #002C67
Tints of Prussian Blue #002C67
RGB
CMYK
RGB Variations
Color information
#002C67 (or 0x002C67) is known color: Prussian Blue. HEX triplet: 00, 2C and 67. RGB value is (0,44,103). Sum of RGB (Red+Green+Blue) = 0+44+103=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #002C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C67 is #FFD398. Grayscale: #252525. Windows color (decimal): -16765849 or 6761472. OLE color: 6761472.
HSL color Cylindrical-coordinate representation of color #002C67: hue angle of 214.37º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C67 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 44 | 103 | - |
| CMYK | 1 | 0.57 | 0 | 0.60 |
| HSL | 214.37º | 1% | 0.2% | - |
| HSV(B) | 214.37º | 1% | 0.4% | - |
| XYZ | 3.35 | 2.78 | 13.19 | - |
| YUV | 37.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 103 | 1 | 0.57 | 0 | 0.60 | 214.37 | 1 | 0.2 |
| Hex | 0 | 2C | 67 | 64 | 39 | 0 | 3C | D6 | 64 | 14 |
| Octal | 0 | 54 | 147 | 144 | 71 | 0 | 74 | 326 | 144 | 24 |
| Binary | 0 | 101100 | 1100111 | 1100100 | 111001 | 0 | 111100 | 11010110 | 1100100 | 10100 |
Color Harmonies of #002C67
Complementary color
Monochromatic Colors of #002C67
Black with #002C67
Text Example
Text Example
White with #002C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C67; }
p { color: rgb(0,44,103); }
H1.HeaderClassName
{
color: #002C67;
}
.AnyTagClassName
{
color: #002C67;
}
</style>
background-color css
<style>
a { background-color: #002C67; }
a { background-color: rgb(0,44,103); }
div.DivClassName
{
background-color: #002C67;
}
.BgClassName
{
background-color: #002C67;
}
</style>
border-color css
<style>
span { border-color: #002C67; }
span { border-color: rgb(0,44,103); }
td.TdClassName
{
border-color: #002C67;
}
.TagClassName
{
border-color: #002C67;
}
</style>