Shades of Prussian Blue #072F67
Tints of Prussian Blue #072F67
RGB
CMYK
RGB Variations
Color information
#072F67 (or 0x072F67) is known color: Prussian Blue. HEX triplet: 07, 2F and 67. RGB value is (7,47,103). Sum of RGB (Red+Green+Blue) = 7+47+103=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #072F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F67 is #F8D098. Grayscale: #292929. Windows color (decimal): -16306329 or 6762247. OLE color: 6762247.
HSL color Cylindrical-coordinate representation of color #072F67: hue angle of 215º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072F67 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 47 | 103 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.60 |
| HSL | 215º | 0.87% | 0.22% | - |
| HSV(B) | 215º | 0.93% | 0.4% | - |
| XYZ | 3.55 | 3.06 | 13.23 | - |
| YUV | 41.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 103 | 0.93 | 0.54 | 0 | 0.60 | 215 | 0.87 | 0.22 |
| Hex | 7 | 2F | 67 | 5D | 36 | 0 | 3C | D7 | 57 | 16 |
| Octal | 7 | 57 | 147 | 135 | 66 | 0 | 74 | 327 | 127 | 26 |
| Binary | 111 | 101111 | 1100111 | 1011101 | 110110 | 0 | 111100 | 11010111 | 1010111 | 10110 |
Color Harmonies of #072F67
Complementary color
Monochromatic Colors of #072F67
Black with #072F67
Text Example
Text Example
White with #072F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F67; }
p { color: rgb(7,47,103); }
H1.HeaderClassName
{
color: #072F67;
}
.AnyTagClassName
{
color: #072F67;
}
</style>
background-color css
<style>
a { background-color: #072F67; }
a { background-color: rgb(7,47,103); }
div.DivClassName
{
background-color: #072F67;
}
.BgClassName
{
background-color: #072F67;
}
</style>
border-color css
<style>
span { border-color: #072F67; }
span { border-color: rgb(7,47,103); }
td.TdClassName
{
border-color: #072F67;
}
.TagClassName
{
border-color: #072F67;
}
</style>