Shades of Prussian Blue #002C70
Tints of Prussian Blue #002C70
RGB
CMYK
RGB Variations
Color information
#002C70 (or 0x002C70) is known color: Prussian Blue. HEX triplet: 00, 2C and 70. RGB value is (0,44,112). Sum of RGB (Red+Green+Blue) = 0+44+112=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #002C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C70 is #FFD38F. Grayscale: #262626. Windows color (decimal): -16765840 or 7351296. OLE color: 7351296.
HSL color Cylindrical-coordinate representation of color #002C70: hue angle of 216.43º 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 #002C70 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 44 | 112 | - |
| CMYK | 1 | 0.61 | 0 | 0.56 |
| HSL | 216.43º | 1% | 0.22% | - |
| HSV(B) | 216.43º | 1% | 0.44% | - |
| XYZ | 3.83 | 2.97 | 15.7 | - |
| YUV | 38.6 | 169.42 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 112 | 1 | 0.61 | 0 | 0.56 | 216.43 | 1 | 0.22 |
| Hex | 0 | 2C | 70 | 64 | 3D | 0 | 38 | D8 | 64 | 16 |
| Octal | 0 | 54 | 160 | 144 | 75 | 0 | 70 | 330 | 144 | 26 |
| Binary | 0 | 101100 | 1110000 | 1100100 | 111101 | 0 | 111000 | 11011000 | 1100100 | 10110 |
Color Harmonies of #002C70
Complementary color
Monochromatic Colors of #002C70
Black with #002C70
Text Example
Text Example
White with #002C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C70; }
p { color: rgb(0,44,112); }
H1.HeaderClassName
{
color: #002C70;
}
.AnyTagClassName
{
color: #002C70;
}
</style>
background-color css
<style>
a { background-color: #002C70; }
a { background-color: rgb(0,44,112); }
div.DivClassName
{
background-color: #002C70;
}
.BgClassName
{
background-color: #002C70;
}
</style>
border-color css
<style>
span { border-color: #002C70; }
span { border-color: rgb(0,44,112); }
td.TdClassName
{
border-color: #002C70;
}
.TagClassName
{
border-color: #002C70;
}
</style>