Shades of Prussian Blue #072A4E
Tints of Prussian Blue #072A4E
RGB
CMYK
RGB Variations
Color information
#072A4E (or 0x072A4E) is known color: Prussian Blue. HEX triplet: 07, 2A and 4E. RGB value is (7,42,78). Sum of RGB (Red+Green+Blue) = 7+42+78=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #072A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A4E is #F8D5B1. Grayscale: #232323. Windows color (decimal): -16307634 or 5122567. OLE color: 5122567.
HSL color Cylindrical-coordinate representation of color #072A4E: hue angle of 210.42º 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 #072A4E is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 42 | 78 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.69 |
| HSL | 210.42º | 0.84% | 0.17% | - |
| HSV(B) | 210.42º | 0.91% | 0.31% | - |
| XYZ | 2.29 | 2.25 | 7.52 | - |
| YUV | 35.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 78 | 0.91 | 0.46 | 0 | 0.69 | 210.42 | 0.84 | 0.17 |
| Hex | 7 | 2A | 4E | 5B | 2E | 0 | 45 | D2 | 54 | 11 |
| Octal | 7 | 52 | 116 | 133 | 56 | 0 | 105 | 322 | 124 | 21 |
| Binary | 111 | 101010 | 1001110 | 1011011 | 101110 | 0 | 1000101 | 11010010 | 1010100 | 10001 |
Color Harmonies of #072A4E
Complementary color
Monochromatic Colors of #072A4E
Black with #072A4E
Text Example
Text Example
White with #072A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A4E; }
p { color: rgb(7,42,78); }
H1.HeaderClassName
{
color: #072A4E;
}
.AnyTagClassName
{
color: #072A4E;
}
</style>
background-color css
<style>
a { background-color: #072A4E; }
a { background-color: rgb(7,42,78); }
div.DivClassName
{
background-color: #072A4E;
}
.BgClassName
{
background-color: #072A4E;
}
</style>
border-color css
<style>
span { border-color: #072A4E; }
span { border-color: rgb(7,42,78); }
td.TdClassName
{
border-color: #072A4E;
}
.TagClassName
{
border-color: #072A4E;
}
</style>