Shades of Prussian Blue #07405B
Tints of Prussian Blue #07405B
RGB
CMYK
RGB Variations
Color information
#07405B (or 0x07405B) is known color: Prussian Blue. HEX triplet: 07, 40 and 5B. RGB value is (7,64,91). Sum of RGB (Red+Green+Blue) = 7+64+91=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #07405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07405B is #F8BFA4. Grayscale: #313131. Windows color (decimal): -16301989 or 5980167. OLE color: 5980167.
HSL color Cylindrical-coordinate representation of color #07405B: hue angle of 199.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07405B is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 64 | 91 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.64 |
| HSL | 199.29º | 0.86% | 0.19% | - |
| HSV(B) | 199.29º | 0.92% | 0.36% | - |
| XYZ | 3.81 | 4.47 | 10.56 | - |
| YUV | 50.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 91 | 0.92 | 0.30 | 0 | 0.64 | 199.29 | 0.86 | 0.19 |
| Hex | 7 | 40 | 5B | 5C | 1E | 0 | 40 | C7 | 56 | 13 |
| Octal | 7 | 100 | 133 | 134 | 36 | 0 | 100 | 307 | 126 | 23 |
| Binary | 111 | 1000000 | 1011011 | 1011100 | 11110 | 0 | 1000000 | 11000111 | 1010110 | 10011 |
Color Harmonies of #07405B
Complementary color
Monochromatic Colors of #07405B
Black with #07405B
Text Example
Text Example
White with #07405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07405B; }
p { color: rgb(7,64,91); }
H1.HeaderClassName
{
color: #07405B;
}
.AnyTagClassName
{
color: #07405B;
}
</style>
background-color css
<style>
a { background-color: #07405B; }
a { background-color: rgb(7,64,91); }
div.DivClassName
{
background-color: #07405B;
}
.BgClassName
{
background-color: #07405B;
}
</style>
border-color css
<style>
span { border-color: #07405B; }
span { border-color: rgb(7,64,91); }
td.TdClassName
{
border-color: #07405B;
}
.TagClassName
{
border-color: #07405B;
}
</style>