Shades of Prussian Blue #074560
Tints of Prussian Blue #074560
RGB
CMYK
RGB Variations
Color information
#074560 (or 0x074560) is known color: Prussian Blue. HEX triplet: 07, 45 and 60. RGB value is (7,69,96). Sum of RGB (Red+Green+Blue) = 7+69+96=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #074560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074560 is #F8BA9F. Grayscale: #353535. Windows color (decimal): -16300704 or 6309127. OLE color: 6309127.
HSL color Cylindrical-coordinate representation of color #074560: hue angle of 198.2º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074560 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 69 | 96 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.62 |
| HSL | 198.2º | 0.86% | 0.2% | - |
| HSV(B) | 198.2º | 0.93% | 0.38% | - |
| XYZ | 4.33 | 5.15 | 11.83 | - |
| YUV | 53.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 96 | 0.93 | 0.28 | 0 | 0.62 | 198.2 | 0.86 | 0.2 |
| Hex | 7 | 45 | 60 | 5D | 1C | 0 | 3E | C6 | 56 | 14 |
| Octal | 7 | 105 | 140 | 135 | 34 | 0 | 76 | 306 | 126 | 24 |
| Binary | 111 | 1000101 | 1100000 | 1011101 | 11100 | 0 | 111110 | 11000110 | 1010110 | 10100 |
Color Harmonies of #074560
Complementary color
Monochromatic Colors of #074560
Black with #074560
Text Example
Text Example
White with #074560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074560; }
p { color: rgb(7,69,96); }
H1.HeaderClassName
{
color: #074560;
}
.AnyTagClassName
{
color: #074560;
}
</style>
background-color css
<style>
a { background-color: #074560; }
a { background-color: rgb(7,69,96); }
div.DivClassName
{
background-color: #074560;
}
.BgClassName
{
background-color: #074560;
}
</style>
border-color css
<style>
span { border-color: #074560; }
span { border-color: rgb(7,69,96); }
td.TdClassName
{
border-color: #074560;
}
.TagClassName
{
border-color: #074560;
}
</style>