Shades of Prussian Blue #072E4E
Tints of Prussian Blue #072E4E
RGB
CMYK
RGB Variations
Color information
#072E4E (or 0x072E4E) is known color: Prussian Blue. HEX triplet: 07, 2E and 4E. RGB value is (7,46,78). Sum of RGB (Red+Green+Blue) = 7+46+78=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #072E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E4E is #F8D1B1. Grayscale: #252525. Windows color (decimal): -16306610 or 5123591. OLE color: 5123591.
HSL color Cylindrical-coordinate representation of color #072E4E: hue angle of 207.04º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072E4E is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 46 | 78 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.69 |
| HSL | 207.04º | 0.84% | 0.17% | - |
| HSV(B) | 207.04º | 0.91% | 0.31% | - |
| XYZ | 2.44 | 2.55 | 7.57 | - |
| YUV | 37.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 78 | 0.91 | 0.41 | 0 | 0.69 | 207.04 | 0.84 | 0.17 |
| Hex | 7 | 2E | 4E | 5B | 29 | 0 | 45 | CF | 54 | 11 |
| Octal | 7 | 56 | 116 | 133 | 51 | 0 | 105 | 317 | 124 | 21 |
| Binary | 111 | 101110 | 1001110 | 1011011 | 101001 | 0 | 1000101 | 11001111 | 1010100 | 10001 |
Color Harmonies of #072E4E
Complementary color
Monochromatic Colors of #072E4E
Black with #072E4E
Text Example
Text Example
White with #072E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E4E; }
p { color: rgb(7,46,78); }
H1.HeaderClassName
{
color: #072E4E;
}
.AnyTagClassName
{
color: #072E4E;
}
</style>
background-color css
<style>
a { background-color: #072E4E; }
a { background-color: rgb(7,46,78); }
div.DivClassName
{
background-color: #072E4E;
}
.BgClassName
{
background-color: #072E4E;
}
</style>
border-color css
<style>
span { border-color: #072E4E; }
span { border-color: rgb(7,46,78); }
td.TdClassName
{
border-color: #072E4E;
}
.TagClassName
{
border-color: #072E4E;
}
</style>