Shades of Prussian Blue #002F70
Tints of Prussian Blue #002F70
RGB
CMYK
RGB Variations
Color information
#002F70 (or 0x002F70) is known color: Prussian Blue. HEX triplet: 00, 2F and 70. RGB value is (0,47,112). Sum of RGB (Red+Green+Blue) = 0+47+112=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #002F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F70 is #FFD08F. Grayscale: #282828. Windows color (decimal): -16765072 or 7352064. OLE color: 7352064.
HSL color Cylindrical-coordinate representation of color #002F70: hue angle of 214.82º 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 #002F70 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 47 | 112 | - |
| CMYK | 1 | 0.58 | 0 | 0.56 |
| HSL | 214.82º | 1% | 0.22% | - |
| HSV(B) | 214.82º | 1% | 0.44% | - |
| XYZ | 3.94 | 3.2 | 15.74 | - |
| YUV | 40.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 112 | 1 | 0.58 | 0 | 0.56 | 214.82 | 1 | 0.22 |
| Hex | 0 | 2F | 70 | 64 | 3A | 0 | 38 | D7 | 64 | 16 |
| Octal | 0 | 57 | 160 | 144 | 72 | 0 | 70 | 327 | 144 | 26 |
| Binary | 0 | 101111 | 1110000 | 1100100 | 111010 | 0 | 111000 | 11010111 | 1100100 | 10110 |
Color Harmonies of #002F70
Complementary color
Monochromatic Colors of #002F70
Black with #002F70
Text Example
Text Example
White with #002F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F70; }
p { color: rgb(0,47,112); }
H1.HeaderClassName
{
color: #002F70;
}
.AnyTagClassName
{
color: #002F70;
}
</style>
background-color css
<style>
a { background-color: #002F70; }
a { background-color: rgb(0,47,112); }
div.DivClassName
{
background-color: #002F70;
}
.BgClassName
{
background-color: #002F70;
}
</style>
border-color css
<style>
span { border-color: #002F70; }
span { border-color: rgb(0,47,112); }
td.TdClassName
{
border-color: #002F70;
}
.TagClassName
{
border-color: #002F70;
}
</style>