Shades of Prussian Blue #07406D
Tints of Prussian Blue #07406D
RGB
CMYK
RGB Variations
Color information
#07406D (or 0x07406D) is known color: Prussian Blue. HEX triplet: 07, 40 and 6D. RGB value is (7,64,109). Sum of RGB (Red+Green+Blue) = 7+64+109=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #07406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07406D is #F8BF92. Grayscale: #333333. Windows color (decimal): -16301971 or 7159815. OLE color: 7159815.
HSL color Cylindrical-coordinate representation of color #07406D: hue angle of 206.47º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07406D is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 64 | 109 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.57 |
| HSL | 206.47º | 0.88% | 0.23% | - |
| HSV(B) | 206.47º | 0.94% | 0.43% | - |
| XYZ | 4.68 | 4.82 | 15.15 | - |
| YUV | 52.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 109 | 0.94 | 0.41 | 0 | 0.57 | 206.47 | 0.88 | 0.23 |
| Hex | 7 | 40 | 6D | 5E | 29 | 0 | 39 | CE | 58 | 17 |
| Octal | 7 | 100 | 155 | 136 | 51 | 0 | 71 | 316 | 130 | 27 |
| Binary | 111 | 1000000 | 1101101 | 1011110 | 101001 | 0 | 111001 | 11001110 | 1011000 | 10111 |
Color Harmonies of #07406D
Complementary color
Monochromatic Colors of #07406D
Black with #07406D
Text Example
Text Example
White with #07406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07406D; }
p { color: rgb(7,64,109); }
H1.HeaderClassName
{
color: #07406D;
}
.AnyTagClassName
{
color: #07406D;
}
</style>
background-color css
<style>
a { background-color: #07406D; }
a { background-color: rgb(7,64,109); }
div.DivClassName
{
background-color: #07406D;
}
.BgClassName
{
background-color: #07406D;
}
</style>
border-color css
<style>
span { border-color: #07406D; }
span { border-color: rgb(7,64,109); }
td.TdClassName
{
border-color: #07406D;
}
.TagClassName
{
border-color: #07406D;
}
</style>