Shades of Prussian Blue #073A54
Tints of Prussian Blue #073A54
RGB
CMYK
RGB Variations
Color information
#073A54 (or 0x073A54) is known color: Prussian Blue. HEX triplet: 07, 3A and 54. RGB value is (7,58,84). Sum of RGB (Red+Green+Blue) = 7+58+84=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #073A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A54 is #F8C5AB. Grayscale: #2D2D2D. Windows color (decimal): -16303532 or 5519879. OLE color: 5519879.
HSL color Cylindrical-coordinate representation of color #073A54: hue angle of 200.26º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073A54 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 58 | 84 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.67 |
| HSL | 200.26º | 0.85% | 0.18% | - |
| HSV(B) | 200.26º | 0.92% | 0.33% | - |
| XYZ | 3.2 | 3.71 | 8.94 | - |
| YUV | 45.72 | 149.6 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 84 | 0.92 | 0.31 | 0 | 0.67 | 200.26 | 0.85 | 0.18 |
| Hex | 7 | 3A | 54 | 5C | 1F | 0 | 43 | C8 | 55 | 12 |
| Octal | 7 | 72 | 124 | 134 | 37 | 0 | 103 | 310 | 125 | 22 |
| Binary | 111 | 111010 | 1010100 | 1011100 | 11111 | 0 | 1000011 | 11001000 | 1010101 | 10010 |
Color Harmonies of #073A54
Complementary color
Monochromatic Colors of #073A54
Black with #073A54
Text Example
Text Example
White with #073A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A54; }
p { color: rgb(7,58,84); }
H1.HeaderClassName
{
color: #073A54;
}
.AnyTagClassName
{
color: #073A54;
}
</style>
background-color css
<style>
a { background-color: #073A54; }
a { background-color: rgb(7,58,84); }
div.DivClassName
{
background-color: #073A54;
}
.BgClassName
{
background-color: #073A54;
}
</style>
border-color css
<style>
span { border-color: #073A54; }
span { border-color: rgb(7,58,84); }
td.TdClassName
{
border-color: #073A54;
}
.TagClassName
{
border-color: #073A54;
}
</style>