Shades of Prussian Blue #073467
Tints of Prussian Blue #073467
RGB
CMYK
RGB Variations
Color information
#073467 (or 0x073467) is known color: Prussian Blue. HEX triplet: 07, 34 and 67. RGB value is (7,52,103). Sum of RGB (Red+Green+Blue) = 7+52+103=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #073467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073467 is #F8CB98. Grayscale: #2C2C2C. Windows color (decimal): -16305049 or 6763527. OLE color: 6763527.
HSL color Cylindrical-coordinate representation of color #073467: hue angle of 211.88º 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 #073467 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 52 | 103 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.60 |
| HSL | 211.88º | 0.87% | 0.22% | - |
| HSV(B) | 211.88º | 0.93% | 0.4% | - |
| XYZ | 3.76 | 3.48 | 13.31 | - |
| YUV | 44.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 103 | 0.93 | 0.50 | 0 | 0.60 | 211.88 | 0.87 | 0.22 |
| Hex | 7 | 34 | 67 | 5D | 32 | 0 | 3C | D4 | 57 | 16 |
| Octal | 7 | 64 | 147 | 135 | 62 | 0 | 74 | 324 | 127 | 26 |
| Binary | 111 | 110100 | 1100111 | 1011101 | 110010 | 0 | 111100 | 11010100 | 1010111 | 10110 |
Color Harmonies of #073467
Complementary color
Monochromatic Colors of #073467
Black with #073467
Text Example
Text Example
White with #073467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073467; }
p { color: rgb(7,52,103); }
H1.HeaderClassName
{
color: #073467;
}
.AnyTagClassName
{
color: #073467;
}
</style>
background-color css
<style>
a { background-color: #073467; }
a { background-color: rgb(7,52,103); }
div.DivClassName
{
background-color: #073467;
}
.BgClassName
{
background-color: #073467;
}
</style>
border-color css
<style>
span { border-color: #073467; }
span { border-color: rgb(7,52,103); }
td.TdClassName
{
border-color: #073467;
}
.TagClassName
{
border-color: #073467;
}
</style>