Shades of Prussian Blue #002C65
Tints of Prussian Blue #002C65
RGB
CMYK
RGB Variations
Color information
#002C65 (or 0x002C65) is known color: Prussian Blue. HEX triplet: 00, 2C and 65. RGB value is (0,44,101). Sum of RGB (Red+Green+Blue) = 0+44+101=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #002C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C65 is #FFD39A. Grayscale: #252525. Windows color (decimal): -16765851 or 6630400. OLE color: 6630400.
HSL color Cylindrical-coordinate representation of color #002C65: hue angle of 213.86º 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 #002C65 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 44 | 101 | - |
| CMYK | 1 | 0.56 | 0 | 0.60 |
| HSL | 213.86º | 1% | 0.2% | - |
| HSV(B) | 213.86º | 1% | 0.4% | - |
| XYZ | 3.25 | 2.74 | 12.67 | - |
| YUV | 37.34 | 163.92 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 101 | 1 | 0.56 | 0 | 0.60 | 213.86 | 1 | 0.2 |
| Hex | 0 | 2C | 65 | 64 | 38 | 0 | 3C | D6 | 64 | 14 |
| Octal | 0 | 54 | 145 | 144 | 70 | 0 | 74 | 326 | 144 | 24 |
| Binary | 0 | 101100 | 1100101 | 1100100 | 111000 | 0 | 111100 | 11010110 | 1100100 | 10100 |
Color Harmonies of #002C65
Complementary color
Monochromatic Colors of #002C65
Black with #002C65
Text Example
Text Example
White with #002C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C65; }
p { color: rgb(0,44,101); }
H1.HeaderClassName
{
color: #002C65;
}
.AnyTagClassName
{
color: #002C65;
}
</style>
background-color css
<style>
a { background-color: #002C65; }
a { background-color: rgb(0,44,101); }
div.DivClassName
{
background-color: #002C65;
}
.BgClassName
{
background-color: #002C65;
}
</style>
border-color css
<style>
span { border-color: #002C65; }
span { border-color: rgb(0,44,101); }
td.TdClassName
{
border-color: #002C65;
}
.TagClassName
{
border-color: #002C65;
}
</style>