Shades of Prussian Blue #073065
Tints of Prussian Blue #073065
RGB
CMYK
RGB Variations
Color information
#073065 (or 0x073065) is known color: Prussian Blue. HEX triplet: 07, 30 and 65. RGB value is (7,48,101). Sum of RGB (Red+Green+Blue) = 7+48+101=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #073065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073065 is #F8CF9A. Grayscale: #292929. Windows color (decimal): -16306075 or 6631431. OLE color: 6631431.
HSL color Cylindrical-coordinate representation of color #073065: hue angle of 213.83º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073065 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 48 | 101 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.60 |
| HSL | 213.83º | 0.87% | 0.21% | - |
| HSV(B) | 213.83º | 0.93% | 0.4% | - |
| XYZ | 3.49 | 3.1 | 12.73 | - |
| YUV | 41.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 101 | 0.93 | 0.52 | 0 | 0.60 | 213.83 | 0.87 | 0.21 |
| Hex | 7 | 30 | 65 | 5D | 34 | 0 | 3C | D6 | 57 | 15 |
| Octal | 7 | 60 | 145 | 135 | 64 | 0 | 74 | 326 | 127 | 25 |
| Binary | 111 | 110000 | 1100101 | 1011101 | 110100 | 0 | 111100 | 11010110 | 1010111 | 10101 |
Color Harmonies of #073065
Complementary color
Monochromatic Colors of #073065
Black with #073065
Text Example
Text Example
White with #073065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073065; }
p { color: rgb(7,48,101); }
H1.HeaderClassName
{
color: #073065;
}
.AnyTagClassName
{
color: #073065;
}
</style>
background-color css
<style>
a { background-color: #073065; }
a { background-color: rgb(7,48,101); }
div.DivClassName
{
background-color: #073065;
}
.BgClassName
{
background-color: #073065;
}
</style>
border-color css
<style>
span { border-color: #073065; }
span { border-color: rgb(7,48,101); }
td.TdClassName
{
border-color: #073065;
}
.TagClassName
{
border-color: #073065;
}
</style>