Shades of Prussian Blue #073A70
Tints of Prussian Blue #073A70
RGB
CMYK
RGB Variations
Color information
#073A70 (or 0x073A70) is known color: Prussian Blue. HEX triplet: 07, 3A and 70. RGB value is (7,58,112). Sum of RGB (Red+Green+Blue) = 7+58+112=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #073A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A70 is #F8C58F. Grayscale: #303030. Windows color (decimal): -16303504 or 7354887. OLE color: 7354887.
HSL color Cylindrical-coordinate representation of color #073A70: hue angle of 210.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A70 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 58 | 112 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.56 |
| HSL | 210.86º | 0.88% | 0.23% | - |
| HSV(B) | 210.86º | 0.94% | 0.44% | - |
| XYZ | 4.53 | 4.24 | 15.91 | - |
| YUV | 48.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 112 | 0.94 | 0.48 | 0 | 0.56 | 210.86 | 0.88 | 0.23 |
| Hex | 7 | 3A | 70 | 5E | 30 | 0 | 38 | D3 | 58 | 17 |
| Octal | 7 | 72 | 160 | 136 | 60 | 0 | 70 | 323 | 130 | 27 |
| Binary | 111 | 111010 | 1110000 | 1011110 | 110000 | 0 | 111000 | 11010011 | 1011000 | 10111 |
Color Harmonies of #073A70
Complementary color
Monochromatic Colors of #073A70
Black with #073A70
Text Example
Text Example
White with #073A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A70; }
p { color: rgb(7,58,112); }
H1.HeaderClassName
{
color: #073A70;
}
.AnyTagClassName
{
color: #073A70;
}
</style>
background-color css
<style>
a { background-color: #073A70; }
a { background-color: rgb(7,58,112); }
div.DivClassName
{
background-color: #073A70;
}
.BgClassName
{
background-color: #073A70;
}
</style>
border-color css
<style>
span { border-color: #073A70; }
span { border-color: rgb(7,58,112); }
td.TdClassName
{
border-color: #073A70;
}
.TagClassName
{
border-color: #073A70;
}
</style>