Shades of Prussian Blue #07294D
Tints of Prussian Blue #07294D
RGB
CMYK
RGB Variations
Color information
#07294D (or 0x07294D) is known color: Prussian Blue. HEX triplet: 07, 29 and 4D. RGB value is (7,41,77). Sum of RGB (Red+Green+Blue) = 7+41+77=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #07294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07294D is #F8D6B2. Grayscale: #222222. Windows color (decimal): -16307891 or 5056775. OLE color: 5056775.
HSL color Cylindrical-coordinate representation of color #07294D: hue angle of 210.86º 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 #07294D is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 41 | 77 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.70 |
| HSL | 210.86º | 0.83% | 0.16% | - |
| HSV(B) | 210.86º | 0.91% | 0.3% | - |
| XYZ | 2.22 | 2.17 | 7.32 | - |
| YUV | 34.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 77 | 0.91 | 0.47 | 0 | 0.70 | 210.86 | 0.83 | 0.16 |
| Hex | 7 | 29 | 4D | 5B | 2F | 0 | 46 | D3 | 53 | 10 |
| Octal | 7 | 51 | 115 | 133 | 57 | 0 | 106 | 323 | 123 | 20 |
| Binary | 111 | 101001 | 1001101 | 1011011 | 101111 | 0 | 1000110 | 11010011 | 1010011 | 10000 |
Color Harmonies of #07294D
Complementary color
Monochromatic Colors of #07294D
Black with #07294D
Text Example
Text Example
White with #07294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07294D; }
p { color: rgb(7,41,77); }
H1.HeaderClassName
{
color: #07294D;
}
.AnyTagClassName
{
color: #07294D;
}
</style>
background-color css
<style>
a { background-color: #07294D; }
a { background-color: rgb(7,41,77); }
div.DivClassName
{
background-color: #07294D;
}
.BgClassName
{
background-color: #07294D;
}
</style>
border-color css
<style>
span { border-color: #07294D; }
span { border-color: rgb(7,41,77); }
td.TdClassName
{
border-color: #07294D;
}
.TagClassName
{
border-color: #07294D;
}
</style>