Shades of Prussian Blue #072A4D
Tints of Prussian Blue #072A4D
RGB
CMYK
RGB Variations
Color information
#072A4D (or 0x072A4D) is known color: Prussian Blue. HEX triplet: 07, 2A and 4D. RGB value is (7,42,77). Sum of RGB (Red+Green+Blue) = 7+42+77=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #072A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A4D is #F8D5B2. Grayscale: #232323. Windows color (decimal): -16307635 or 5057031. OLE color: 5057031.
HSL color Cylindrical-coordinate representation of color #072A4D: hue angle of 210º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072A4D is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 42 | 77 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.70 |
| HSL | 210º | 0.83% | 0.16% | - |
| HSV(B) | 210º | 0.91% | 0.3% | - |
| XYZ | 2.26 | 2.24 | 7.33 | - |
| YUV | 35.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 77 | 0.91 | 0.45 | 0 | 0.70 | 210 | 0.83 | 0.16 |
| Hex | 7 | 2A | 4D | 5B | 2D | 0 | 46 | D2 | 53 | 10 |
| Octal | 7 | 52 | 115 | 133 | 55 | 0 | 106 | 322 | 123 | 20 |
| Binary | 111 | 101010 | 1001101 | 1011011 | 101101 | 0 | 1000110 | 11010010 | 1010011 | 10000 |
Color Harmonies of #072A4D
Complementary color
Monochromatic Colors of #072A4D
Black with #072A4D
Text Example
Text Example
White with #072A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A4D; }
p { color: rgb(7,42,77); }
H1.HeaderClassName
{
color: #072A4D;
}
.AnyTagClassName
{
color: #072A4D;
}
</style>
background-color css
<style>
a { background-color: #072A4D; }
a { background-color: rgb(7,42,77); }
div.DivClassName
{
background-color: #072A4D;
}
.BgClassName
{
background-color: #072A4D;
}
</style>
border-color css
<style>
span { border-color: #072A4D; }
span { border-color: rgb(7,42,77); }
td.TdClassName
{
border-color: #072A4D;
}
.TagClassName
{
border-color: #072A4D;
}
</style>