Shades of Prussian Blue #073C68
Tints of Prussian Blue #073C68
RGB
CMYK
RGB Variations
Color information
#073C68 (or 0x073C68) is known color: Prussian Blue. HEX triplet: 07, 3C and 68. RGB value is (7,60,104). Sum of RGB (Red+Green+Blue) = 7+60+104=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #073C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C68 is #F8C397. Grayscale: #303030. Windows color (decimal): -16303000 or 6831111. OLE color: 6831111.
HSL color Cylindrical-coordinate representation of color #073C68: hue angle of 207.22º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073C68 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 60 | 104 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.59 |
| HSL | 207.22º | 0.87% | 0.22% | - |
| HSV(B) | 207.22º | 0.93% | 0.41% | - |
| XYZ | 4.2 | 4.28 | 13.7 | - |
| YUV | 49.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 104 | 0.93 | 0.42 | 0 | 0.59 | 207.22 | 0.87 | 0.22 |
| Hex | 7 | 3C | 68 | 5D | 2A | 0 | 3B | CF | 57 | 16 |
| Octal | 7 | 74 | 150 | 135 | 52 | 0 | 73 | 317 | 127 | 26 |
| Binary | 111 | 111100 | 1101000 | 1011101 | 101010 | 0 | 111011 | 11001111 | 1010111 | 10110 |
Color Harmonies of #073C68
Complementary color
Monochromatic Colors of #073C68
Black with #073C68
Text Example
Text Example
White with #073C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C68; }
p { color: rgb(7,60,104); }
H1.HeaderClassName
{
color: #073C68;
}
.AnyTagClassName
{
color: #073C68;
}
</style>
background-color css
<style>
a { background-color: #073C68; }
a { background-color: rgb(7,60,104); }
div.DivClassName
{
background-color: #073C68;
}
.BgClassName
{
background-color: #073C68;
}
</style>
border-color css
<style>
span { border-color: #073C68; }
span { border-color: rgb(7,60,104); }
td.TdClassName
{
border-color: #073C68;
}
.TagClassName
{
border-color: #073C68;
}
</style>