Shades of Prussian Blue #002C69
Tints of Prussian Blue #002C69
RGB
CMYK
RGB Variations
Color information
#002C69 (or 0x002C69) is known color: Prussian Blue. HEX triplet: 00, 2C and 69. RGB value is (0,44,105). Sum of RGB (Red+Green+Blue) = 0+44+105=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #002C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C69 is #FFD396. Grayscale: #252525. Windows color (decimal): -16765847 or 6892544. OLE color: 6892544.
HSL color Cylindrical-coordinate representation of color #002C69: hue angle of 214.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C69 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 44 | 105 | - |
| CMYK | 1 | 0.58 | 0 | 0.59 |
| HSL | 214.86º | 1% | 0.21% | - |
| HSV(B) | 214.86º | 1% | 0.41% | - |
| XYZ | 3.45 | 2.82 | 13.73 | - |
| YUV | 37.8 | 165.92 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 105 | 1 | 0.58 | 0 | 0.59 | 214.86 | 1 | 0.21 |
| Hex | 0 | 2C | 69 | 64 | 3A | 0 | 3B | D7 | 64 | 15 |
| Octal | 0 | 54 | 151 | 144 | 72 | 0 | 73 | 327 | 144 | 25 |
| Binary | 0 | 101100 | 1101001 | 1100100 | 111010 | 0 | 111011 | 11010111 | 1100100 | 10101 |
Color Harmonies of #002C69
Complementary color
Monochromatic Colors of #002C69
Black with #002C69
Text Example
Text Example
White with #002C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C69; }
p { color: rgb(0,44,105); }
H1.HeaderClassName
{
color: #002C69;
}
.AnyTagClassName
{
color: #002C69;
}
</style>
background-color css
<style>
a { background-color: #002C69; }
a { background-color: rgb(0,44,105); }
div.DivClassName
{
background-color: #002C69;
}
.BgClassName
{
background-color: #002C69;
}
</style>
border-color css
<style>
span { border-color: #002C69; }
span { border-color: rgb(0,44,105); }
td.TdClassName
{
border-color: #002C69;
}
.TagClassName
{
border-color: #002C69;
}
</style>