Shades of Prussian Blue #072D4E
Tints of Prussian Blue #072D4E
RGB
CMYK
RGB Variations
Color information
#072D4E (or 0x072D4E) is known color: Prussian Blue. HEX triplet: 07, 2D and 4E. RGB value is (7,45,78). Sum of RGB (Red+Green+Blue) = 7+45+78=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #072D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D4E is #F8D2B1. Grayscale: #252525. Windows color (decimal): -16306866 or 5123335. OLE color: 5123335.
HSL color Cylindrical-coordinate representation of color #072D4E: hue angle of 207.89º 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 #072D4E is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 45 | 78 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.69 |
| HSL | 207.89º | 0.84% | 0.17% | - |
| HSV(B) | 207.89º | 0.91% | 0.31% | - |
| XYZ | 2.4 | 2.47 | 7.56 | - |
| YUV | 37.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 78 | 0.91 | 0.42 | 0 | 0.69 | 207.89 | 0.84 | 0.17 |
| Hex | 7 | 2D | 4E | 5B | 2A | 0 | 45 | D0 | 54 | 11 |
| Octal | 7 | 55 | 116 | 133 | 52 | 0 | 105 | 320 | 124 | 21 |
| Binary | 111 | 101101 | 1001110 | 1011011 | 101010 | 0 | 1000101 | 11010000 | 1010100 | 10001 |
Color Harmonies of #072D4E
Complementary color
Monochromatic Colors of #072D4E
Black with #072D4E
Text Example
Text Example
White with #072D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D4E; }
p { color: rgb(7,45,78); }
H1.HeaderClassName
{
color: #072D4E;
}
.AnyTagClassName
{
color: #072D4E;
}
</style>
background-color css
<style>
a { background-color: #072D4E; }
a { background-color: rgb(7,45,78); }
div.DivClassName
{
background-color: #072D4E;
}
.BgClassName
{
background-color: #072D4E;
}
</style>
border-color css
<style>
span { border-color: #072D4E; }
span { border-color: rgb(7,45,78); }
td.TdClassName
{
border-color: #072D4E;
}
.TagClassName
{
border-color: #072D4E;
}
</style>