Shades of Prussian Blue #073A69
Tints of Prussian Blue #073A69
RGB
CMYK
RGB Variations
Color information
#073A69 (or 0x073A69) is known color: Prussian Blue. HEX triplet: 07, 3A and 69. RGB value is (7,58,105). Sum of RGB (Red+Green+Blue) = 7+58+105=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #073A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A69 is #F8C596. Grayscale: #2F2F2F. Windows color (decimal): -16303511 or 6896135. OLE color: 6896135.
HSL color Cylindrical-coordinate representation of color #073A69: hue angle of 208.78º degrees, saturation: 0.88, 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 #073A69 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 58 | 105 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.59 |
| HSL | 208.78º | 0.88% | 0.22% | - |
| HSV(B) | 208.78º | 0.93% | 0.41% | - |
| XYZ | 4.15 | 4.09 | 13.94 | - |
| YUV | 48.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 105 | 0.93 | 0.45 | 0 | 0.59 | 208.78 | 0.88 | 0.22 |
| Hex | 7 | 3A | 69 | 5D | 2D | 0 | 3B | D1 | 58 | 16 |
| Octal | 7 | 72 | 151 | 135 | 55 | 0 | 73 | 321 | 130 | 26 |
| Binary | 111 | 111010 | 1101001 | 1011101 | 101101 | 0 | 111011 | 11010001 | 1011000 | 10110 |
Color Harmonies of #073A69
Complementary color
Monochromatic Colors of #073A69
Black with #073A69
Text Example
Text Example
White with #073A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A69; }
p { color: rgb(7,58,105); }
H1.HeaderClassName
{
color: #073A69;
}
.AnyTagClassName
{
color: #073A69;
}
</style>
background-color css
<style>
a { background-color: #073A69; }
a { background-color: rgb(7,58,105); }
div.DivClassName
{
background-color: #073A69;
}
.BgClassName
{
background-color: #073A69;
}
</style>
border-color css
<style>
span { border-color: #073A69; }
span { border-color: rgb(7,58,105); }
td.TdClassName
{
border-color: #073A69;
}
.TagClassName
{
border-color: #073A69;
}
</style>