Shades of Prussian Blue #07305C
Tints of Prussian Blue #07305C
RGB
CMYK
RGB Variations
Color information
#07305C (or 0x07305C) is known color: Prussian Blue. HEX triplet: 07, 30 and 5C. RGB value is (7,48,92). Sum of RGB (Red+Green+Blue) = 7+48+92=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #07305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07305C is #F8CFA3. Grayscale: #282828. Windows color (decimal): -16306084 or 6041607. OLE color: 6041607.
HSL color Cylindrical-coordinate representation of color #07305C: hue angle of 211.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 #07305C is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 48 | 92 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.64 |
| HSL | 211.06º | 0.86% | 0.19% | - |
| HSV(B) | 211.06º | 0.92% | 0.36% | - |
| XYZ | 3.08 | 2.93 | 10.53 | - |
| YUV | 40.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 92 | 0.92 | 0.48 | 0 | 0.64 | 211.06 | 0.86 | 0.19 |
| Hex | 7 | 30 | 5C | 5C | 30 | 0 | 40 | D3 | 56 | 13 |
| Octal | 7 | 60 | 134 | 134 | 60 | 0 | 100 | 323 | 126 | 23 |
| Binary | 111 | 110000 | 1011100 | 1011100 | 110000 | 0 | 1000000 | 11010011 | 1010110 | 10011 |
Color Harmonies of #07305C
Complementary color
Monochromatic Colors of #07305C
Black with #07305C
Text Example
Text Example
White with #07305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07305C; }
p { color: rgb(7,48,92); }
H1.HeaderClassName
{
color: #07305C;
}
.AnyTagClassName
{
color: #07305C;
}
</style>
background-color css
<style>
a { background-color: #07305C; }
a { background-color: rgb(7,48,92); }
div.DivClassName
{
background-color: #07305C;
}
.BgClassName
{
background-color: #07305C;
}
</style>
border-color css
<style>
span { border-color: #07305C; }
span { border-color: rgb(7,48,92); }
td.TdClassName
{
border-color: #07305C;
}
.TagClassName
{
border-color: #07305C;
}
</style>