Shades of Prussian Blue #07415B
Tints of Prussian Blue #07415B
RGB
CMYK
RGB Variations
Color information
#07415B (or 0x07415B) is known color: Prussian Blue. HEX triplet: 07, 41 and 5B. RGB value is (7,65,91). Sum of RGB (Red+Green+Blue) = 7+65+91=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #07415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07415B is #F8BEA4. Grayscale: #323232. Windows color (decimal): -16301733 or 5980423. OLE color: 5980423.
HSL color Cylindrical-coordinate representation of color #07415B: hue angle of 198.57º 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 #07415B is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 65 | 91 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.64 |
| HSL | 198.57º | 0.86% | 0.19% | - |
| HSV(B) | 198.57º | 0.92% | 0.36% | - |
| XYZ | 3.87 | 4.58 | 10.58 | - |
| YUV | 50.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 91 | 0.92 | 0.29 | 0 | 0.64 | 198.57 | 0.86 | 0.19 |
| Hex | 7 | 41 | 5B | 5C | 1D | 0 | 40 | C7 | 56 | 13 |
| Octal | 7 | 101 | 133 | 134 | 35 | 0 | 100 | 307 | 126 | 23 |
| Binary | 111 | 1000001 | 1011011 | 1011100 | 11101 | 0 | 1000000 | 11000111 | 1010110 | 10011 |
Color Harmonies of #07415B
Complementary color
Monochromatic Colors of #07415B
Black with #07415B
Text Example
Text Example
White with #07415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07415B; }
p { color: rgb(7,65,91); }
H1.HeaderClassName
{
color: #07415B;
}
.AnyTagClassName
{
color: #07415B;
}
</style>
background-color css
<style>
a { background-color: #07415B; }
a { background-color: rgb(7,65,91); }
div.DivClassName
{
background-color: #07415B;
}
.BgClassName
{
background-color: #07415B;
}
</style>
border-color css
<style>
span { border-color: #07415B; }
span { border-color: rgb(7,65,91); }
td.TdClassName
{
border-color: #07415B;
}
.TagClassName
{
border-color: #07415B;
}
</style>