Shades of Prussian Blue #073266
Tints of Prussian Blue #073266
RGB
CMYK
RGB Variations
Color information
#073266 (or 0x073266) is known color: Prussian Blue. HEX triplet: 07, 32 and 66. RGB value is (7,50,102). Sum of RGB (Red+Green+Blue) = 7+50+102=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #073266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073266 is #F8CD99. Grayscale: #2A2A2A. Windows color (decimal): -16305562 or 6697479. OLE color: 6697479.
HSL color Cylindrical-coordinate representation of color #073266: hue angle of 212.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073266 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 50 | 102 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.6 |
| HSL | 212.84º | 0.87% | 0.21% | - |
| HSV(B) | 212.84º | 0.93% | 0.4% | - |
| XYZ | 3.63 | 3.29 | 13.01 | - |
| YUV | 43.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 102 | 0.93 | 0.51 | 0 | 0.6 | 212.84 | 0.87 | 0.21 |
| Hex | 7 | 32 | 66 | 5D | 33 | 0 | 3C | D5 | 57 | 15 |
| Octal | 7 | 62 | 146 | 135 | 63 | 0 | 74 | 325 | 127 | 25 |
| Binary | 111 | 110010 | 1100110 | 1011101 | 110011 | 0 | 111100 | 11010101 | 1010111 | 10101 |
Color Harmonies of #073266
Complementary color
Monochromatic Colors of #073266
Black with #073266
Text Example
Text Example
White with #073266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073266; }
p { color: rgb(7,50,102); }
H1.HeaderClassName
{
color: #073266;
}
.AnyTagClassName
{
color: #073266;
}
</style>
background-color css
<style>
a { background-color: #073266; }
a { background-color: rgb(7,50,102); }
div.DivClassName
{
background-color: #073266;
}
.BgClassName
{
background-color: #073266;
}
</style>
border-color css
<style>
span { border-color: #073266; }
span { border-color: rgb(7,50,102); }
td.TdClassName
{
border-color: #073266;
}
.TagClassName
{
border-color: #073266;
}
</style>