Shades of Prussian Blue #073569
Tints of Prussian Blue #073569
RGB
CMYK
RGB Variations
Color information
#073569 (or 0x073569) is known color: Prussian Blue. HEX triplet: 07, 35 and 69. RGB value is (7,53,105). Sum of RGB (Red+Green+Blue) = 7+53+105=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #073569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073569 is #F8CA96. Grayscale: #2C2C2C. Windows color (decimal): -16304791 or 6894855. OLE color: 6894855.
HSL color Cylindrical-coordinate representation of color #073569: hue angle of 211.84º 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 #073569 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 53 | 105 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.59 |
| HSL | 211.84º | 0.88% | 0.22% | - |
| HSV(B) | 211.84º | 0.93% | 0.41% | - |
| XYZ | 3.91 | 3.61 | 13.86 | - |
| YUV | 45.17 | 161.76 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 105 | 0.93 | 0.50 | 0 | 0.59 | 211.84 | 0.88 | 0.22 |
| Hex | 7 | 35 | 69 | 5D | 32 | 0 | 3B | D4 | 58 | 16 |
| Octal | 7 | 65 | 151 | 135 | 62 | 0 | 73 | 324 | 130 | 26 |
| Binary | 111 | 110101 | 1101001 | 1011101 | 110010 | 0 | 111011 | 11010100 | 1011000 | 10110 |
Color Harmonies of #073569
Complementary color
Monochromatic Colors of #073569
Black with #073569
Text Example
Text Example
White with #073569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073569; }
p { color: rgb(7,53,105); }
H1.HeaderClassName
{
color: #073569;
}
.AnyTagClassName
{
color: #073569;
}
</style>
background-color css
<style>
a { background-color: #073569; }
a { background-color: rgb(7,53,105); }
div.DivClassName
{
background-color: #073569;
}
.BgClassName
{
background-color: #073569;
}
</style>
border-color css
<style>
span { border-color: #073569; }
span { border-color: rgb(7,53,105); }
td.TdClassName
{
border-color: #073569;
}
.TagClassName
{
border-color: #073569;
}
</style>