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