Shades of Prussian Blue #073F64
Tints of Prussian Blue #073F64
RGB
CMYK
RGB Variations
Color information
#073F64 (or 0x073F64) is known color: Prussian Blue. HEX triplet: 07, 3F and 64. RGB value is (7,63,100). Sum of RGB (Red+Green+Blue) = 7+63+100=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #073F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F64 is #F8C09B. Grayscale: #323232. Windows color (decimal): -16302236 or 6569735. OLE color: 6569735.
HSL color Cylindrical-coordinate representation of color #073F64: hue angle of 203.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073F64 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 63 | 100 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.61 |
| HSL | 203.87º | 0.87% | 0.21% | - |
| HSV(B) | 203.87º | 0.93% | 0.39% | - |
| XYZ | 4.17 | 4.52 | 12.71 | - |
| YUV | 50.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 100 | 0.93 | 0.37 | 0 | 0.61 | 203.87 | 0.87 | 0.21 |
| Hex | 7 | 3F | 64 | 5D | 25 | 0 | 3D | CC | 57 | 15 |
| Octal | 7 | 77 | 144 | 135 | 45 | 0 | 75 | 314 | 127 | 25 |
| Binary | 111 | 111111 | 1100100 | 1011101 | 100101 | 0 | 111101 | 11001100 | 1010111 | 10101 |
Color Harmonies of #073F64
Complementary color
Monochromatic Colors of #073F64
Black with #073F64
Text Example
Text Example
White with #073F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F64; }
p { color: rgb(7,63,100); }
H1.HeaderClassName
{
color: #073F64;
}
.AnyTagClassName
{
color: #073F64;
}
</style>
background-color css
<style>
a { background-color: #073F64; }
a { background-color: rgb(7,63,100); }
div.DivClassName
{
background-color: #073F64;
}
.BgClassName
{
background-color: #073F64;
}
</style>
border-color css
<style>
span { border-color: #073F64; }
span { border-color: rgb(7,63,100); }
td.TdClassName
{
border-color: #073F64;
}
.TagClassName
{
border-color: #073F64;
}
</style>