Shades of Prussian Blue #072F66
Tints of Prussian Blue #072F66
RGB
CMYK
RGB Variations
Color information
#072F66 (or 0x072F66) is known color: Prussian Blue. HEX triplet: 07, 2F and 66. RGB value is (7,47,102). Sum of RGB (Red+Green+Blue) = 7+47+102=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #072F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F66 is #F8D099. Grayscale: #292929. Windows color (decimal): -16306330 or 6696711. OLE color: 6696711.
HSL color Cylindrical-coordinate representation of color #072F66: hue angle of 214.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072F66 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 47 | 102 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.6 |
| HSL | 214.74º | 0.87% | 0.21% | - |
| HSV(B) | 214.74º | 0.93% | 0.4% | - |
| XYZ | 3.5 | 3.04 | 12.97 | - |
| YUV | 41.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 102 | 0.93 | 0.54 | 0 | 0.6 | 214.74 | 0.87 | 0.21 |
| Hex | 7 | 2F | 66 | 5D | 36 | 0 | 3C | D7 | 57 | 15 |
| Octal | 7 | 57 | 146 | 135 | 66 | 0 | 74 | 327 | 127 | 25 |
| Binary | 111 | 101111 | 1100110 | 1011101 | 110110 | 0 | 111100 | 11010111 | 1010111 | 10101 |
Color Harmonies of #072F66
Complementary color
Monochromatic Colors of #072F66
Black with #072F66
Text Example
Text Example
White with #072F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F66; }
p { color: rgb(7,47,102); }
H1.HeaderClassName
{
color: #072F66;
}
.AnyTagClassName
{
color: #072F66;
}
</style>
background-color css
<style>
a { background-color: #072F66; }
a { background-color: rgb(7,47,102); }
div.DivClassName
{
background-color: #072F66;
}
.BgClassName
{
background-color: #072F66;
}
</style>
border-color css
<style>
span { border-color: #072F66; }
span { border-color: rgb(7,47,102); }
td.TdClassName
{
border-color: #072F66;
}
.TagClassName
{
border-color: #072F66;
}
</style>