Shades of Prussian Blue #072F64
Tints of Prussian Blue #072F64
RGB
CMYK
RGB Variations
Color information
#072F64 (or 0x072F64) is known color: Prussian Blue. HEX triplet: 07, 2F and 64. RGB value is (7,47,100). Sum of RGB (Red+Green+Blue) = 7+47+100=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #072F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F64 is #F8D09B. Grayscale: #282828. Windows color (decimal): -16306332 or 6565639. OLE color: 6565639.
HSL color Cylindrical-coordinate representation of color #072F64: hue angle of 214.19º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072F64 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 47 | 100 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.61 |
| HSL | 214.19º | 0.87% | 0.21% | - |
| HSV(B) | 214.19º | 0.93% | 0.39% | - |
| XYZ | 3.4 | 3 | 12.46 | - |
| YUV | 41.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 100 | 0.93 | 0.53 | 0 | 0.61 | 214.19 | 0.87 | 0.21 |
| Hex | 7 | 2F | 64 | 5D | 35 | 0 | 3D | D6 | 57 | 15 |
| Octal | 7 | 57 | 144 | 135 | 65 | 0 | 75 | 326 | 127 | 25 |
| Binary | 111 | 101111 | 1100100 | 1011101 | 110101 | 0 | 111101 | 11010110 | 1010111 | 10101 |
Color Harmonies of #072F64
Complementary color
Monochromatic Colors of #072F64
Black with #072F64
Text Example
Text Example
White with #072F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F64; }
p { color: rgb(7,47,100); }
H1.HeaderClassName
{
color: #072F64;
}
.AnyTagClassName
{
color: #072F64;
}
</style>
background-color css
<style>
a { background-color: #072F64; }
a { background-color: rgb(7,47,100); }
div.DivClassName
{
background-color: #072F64;
}
.BgClassName
{
background-color: #072F64;
}
</style>
border-color css
<style>
span { border-color: #072F64; }
span { border-color: rgb(7,47,100); }
td.TdClassName
{
border-color: #072F64;
}
.TagClassName
{
border-color: #072F64;
}
</style>