Shades of Prussian Blue #07294E
Tints of Prussian Blue #07294E
RGB
CMYK
RGB Variations
Color information
#07294E (or 0x07294E) is known color: Prussian Blue. HEX triplet: 07, 29 and 4E. RGB value is (7,41,78). Sum of RGB (Red+Green+Blue) = 7+41+78=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #07294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07294E is #F8D6B1. Grayscale: #222222. Windows color (decimal): -16307890 or 5122311. OLE color: 5122311.
HSL color Cylindrical-coordinate representation of color #07294E: hue angle of 211.27º 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 #07294E is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 41 | 78 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.69 |
| HSL | 211.27º | 0.84% | 0.17% | - |
| HSV(B) | 211.27º | 0.91% | 0.31% | - |
| XYZ | 2.26 | 2.18 | 7.51 | - |
| YUV | 35.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 78 | 0.91 | 0.47 | 0 | 0.69 | 211.27 | 0.84 | 0.17 |
| Hex | 7 | 29 | 4E | 5B | 2F | 0 | 45 | D3 | 54 | 11 |
| Octal | 7 | 51 | 116 | 133 | 57 | 0 | 105 | 323 | 124 | 21 |
| Binary | 111 | 101001 | 1001110 | 1011011 | 101111 | 0 | 1000101 | 11010011 | 1010100 | 10001 |
Color Harmonies of #07294E
Complementary color
Monochromatic Colors of #07294E
Black with #07294E
Text Example
Text Example
White with #07294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07294E; }
p { color: rgb(7,41,78); }
H1.HeaderClassName
{
color: #07294E;
}
.AnyTagClassName
{
color: #07294E;
}
</style>
background-color css
<style>
a { background-color: #07294E; }
a { background-color: rgb(7,41,78); }
div.DivClassName
{
background-color: #07294E;
}
.BgClassName
{
background-color: #07294E;
}
</style>
border-color css
<style>
span { border-color: #07294E; }
span { border-color: rgb(7,41,78); }
td.TdClassName
{
border-color: #07294E;
}
.TagClassName
{
border-color: #07294E;
}
</style>