Shades of Prussian Blue #004070
Tints of Prussian Blue #004070
RGB
CMYK
RGB Variations
Color information
#004070 (or 0x004070) is known color: Prussian Blue. HEX triplet: 00, 40 and 70. RGB value is (0,64,112). Sum of RGB (Red+Green+Blue) = 0+64+112=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #004070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004070 is #FFBF8F. Grayscale: #323232. Windows color (decimal): -16760720 or 7356416. OLE color: 7356416.
HSL color Cylindrical-coordinate representation of color #004070: hue angle of 205.71º 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 #004070 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 64 | 112 | - |
| CMYK | 1 | 0.43 | 0 | 0.56 |
| HSL | 205.71º | 1% | 0.22% | - |
| HSV(B) | 205.71º | 1% | 0.44% | - |
| XYZ | 4.76 | 4.84 | 16.01 | - |
| YUV | 50.34 | 162.8 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 112 | 1 | 0.43 | 0 | 0.56 | 205.71 | 1 | 0.22 |
| Hex | 0 | 40 | 70 | 64 | 2B | 0 | 38 | CE | 64 | 16 |
| Octal | 0 | 100 | 160 | 144 | 53 | 0 | 70 | 316 | 144 | 26 |
| Binary | 0 | 1000000 | 1110000 | 1100100 | 101011 | 0 | 111000 | 11001110 | 1100100 | 10110 |
Color Harmonies of #004070
Complementary color
Monochromatic Colors of #004070
Black with #004070
Text Example
Text Example
White with #004070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004070; }
p { color: rgb(0,64,112); }
H1.HeaderClassName
{
color: #004070;
}
.AnyTagClassName
{
color: #004070;
}
</style>
background-color css
<style>
a { background-color: #004070; }
a { background-color: rgb(0,64,112); }
div.DivClassName
{
background-color: #004070;
}
.BgClassName
{
background-color: #004070;
}
</style>
border-color css
<style>
span { border-color: #004070; }
span { border-color: rgb(0,64,112); }
td.TdClassName
{
border-color: #004070;
}
.TagClassName
{
border-color: #004070;
}
</style>