Shades of Prussian Blue #073067
Tints of Prussian Blue #073067
RGB
CMYK
RGB Variations
Color information
#073067 (or 0x073067) is known color: Prussian Blue. HEX triplet: 07, 30 and 67. RGB value is (7,48,103). Sum of RGB (Red+Green+Blue) = 7+48+103=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #073067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073067 is #F8CF98. Grayscale: #292929. Windows color (decimal): -16306073 or 6762503. OLE color: 6762503.
HSL color Cylindrical-coordinate representation of color #073067: hue angle of 214.38º 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 #073067 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 48 | 103 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.60 |
| HSL | 214.38º | 0.87% | 0.22% | - |
| HSV(B) | 214.38º | 0.93% | 0.4% | - |
| XYZ | 3.59 | 3.14 | 13.25 | - |
| YUV | 42.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 103 | 0.93 | 0.53 | 0 | 0.60 | 214.38 | 0.87 | 0.22 |
| Hex | 7 | 30 | 67 | 5D | 35 | 0 | 3C | D6 | 57 | 16 |
| Octal | 7 | 60 | 147 | 135 | 65 | 0 | 74 | 326 | 127 | 26 |
| Binary | 111 | 110000 | 1100111 | 1011101 | 110101 | 0 | 111100 | 11010110 | 1010111 | 10110 |
Color Harmonies of #073067
Complementary color
Monochromatic Colors of #073067
Black with #073067
Text Example
Text Example
White with #073067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073067; }
p { color: rgb(7,48,103); }
H1.HeaderClassName
{
color: #073067;
}
.AnyTagClassName
{
color: #073067;
}
</style>
background-color css
<style>
a { background-color: #073067; }
a { background-color: rgb(7,48,103); }
div.DivClassName
{
background-color: #073067;
}
.BgClassName
{
background-color: #073067;
}
</style>
border-color css
<style>
span { border-color: #073067; }
span { border-color: rgb(7,48,103); }
td.TdClassName
{
border-color: #073067;
}
.TagClassName
{
border-color: #073067;
}
</style>