Shades of Prussian Blue #073A67
Tints of Prussian Blue #073A67
RGB
CMYK
RGB Variations
Color information
#073A67 (or 0x073A67) is known color: Prussian Blue. HEX triplet: 07, 3A and 67. RGB value is (7,58,103). Sum of RGB (Red+Green+Blue) = 7+58+103=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #073A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A67 is #F8C598. Grayscale: #2F2F2F. Windows color (decimal): -16303513 or 6765063. OLE color: 6765063.
HSL color Cylindrical-coordinate representation of color #073A67: hue angle of 208.12º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073A67 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 58 | 103 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.60 |
| HSL | 208.13º | 0.87% | 0.22% | - |
| HSV(B) | 208.13º | 0.93% | 0.4% | - |
| XYZ | 4.05 | 4.05 | 13.4 | - |
| YUV | 47.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 103 | 0.93 | 0.44 | 0 | 0.60 | 208.13 | 0.87 | 0.22 |
| Hex | 7 | 3A | 67 | 5D | 2C | 0 | 3C | D0 | 57 | 16 |
| Octal | 7 | 72 | 147 | 135 | 54 | 0 | 74 | 320 | 127 | 26 |
| Binary | 111 | 111010 | 1100111 | 1011101 | 101100 | 0 | 111100 | 11010000 | 1010111 | 10110 |
Color Harmonies of #073A67
Complementary color
Monochromatic Colors of #073A67
Black with #073A67
Text Example
Text Example
White with #073A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A67; }
p { color: rgb(7,58,103); }
H1.HeaderClassName
{
color: #073A67;
}
.AnyTagClassName
{
color: #073A67;
}
</style>
background-color css
<style>
a { background-color: #073A67; }
a { background-color: rgb(7,58,103); }
div.DivClassName
{
background-color: #073A67;
}
.BgClassName
{
background-color: #073A67;
}
</style>
border-color css
<style>
span { border-color: #073A67; }
span { border-color: rgb(7,58,103); }
td.TdClassName
{
border-color: #073A67;
}
.TagClassName
{
border-color: #073A67;
}
</style>