Shades of Prussian Blue #073C71
Tints of Prussian Blue #073C71
RGB
CMYK
RGB Variations
Color information
#073C71 (or 0x073C71) is known color: Prussian Blue. HEX triplet: 07, 3C and 71. RGB value is (7,60,113). Sum of RGB (Red+Green+Blue) = 7+60+113=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #073C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C71 is #F8C38E. Grayscale: #313131. Windows color (decimal): -16302991 or 7420935. OLE color: 7420935.
HSL color Cylindrical-coordinate representation of color #073C71: hue angle of 210º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073C71 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 60 | 113 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.56 |
| HSL | 210º | 0.88% | 0.24% | - |
| HSV(B) | 210º | 0.94% | 0.44% | - |
| XYZ | 4.68 | 4.47 | 16.24 | - |
| YUV | 50.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 113 | 0.94 | 0.47 | 0 | 0.56 | 210 | 0.88 | 0.24 |
| Hex | 7 | 3C | 71 | 5E | 2F | 0 | 38 | D2 | 58 | 18 |
| Octal | 7 | 74 | 161 | 136 | 57 | 0 | 70 | 322 | 130 | 30 |
| Binary | 111 | 111100 | 1110001 | 1011110 | 101111 | 0 | 111000 | 11010010 | 1011000 | 11000 |
Color Harmonies of #073C71
Complementary color
Monochromatic Colors of #073C71
Black with #073C71
Text Example
Text Example
White with #073C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C71; }
p { color: rgb(7,60,113); }
H1.HeaderClassName
{
color: #073C71;
}
.AnyTagClassName
{
color: #073C71;
}
</style>
background-color css
<style>
a { background-color: #073C71; }
a { background-color: rgb(7,60,113); }
div.DivClassName
{
background-color: #073C71;
}
.BgClassName
{
background-color: #073C71;
}
</style>
border-color css
<style>
span { border-color: #073C71; }
span { border-color: rgb(7,60,113); }
td.TdClassName
{
border-color: #073C71;
}
.TagClassName
{
border-color: #073C71;
}
</style>