Shades of Prussian Blue #073369
Tints of Prussian Blue #073369
RGB
CMYK
RGB Variations
Color information
#073369 (or 0x073369) is known color: Prussian Blue. HEX triplet: 07, 33 and 69. RGB value is (7,51,105). Sum of RGB (Red+Green+Blue) = 7+51+105=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #073369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073369 is #F8CC96. Grayscale: #2B2B2B. Windows color (decimal): -16305303 or 6894343. OLE color: 6894343.
HSL color Cylindrical-coordinate representation of color #073369: hue angle of 213.06º 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 #073369 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 51 | 105 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.59 |
| HSL | 213.06º | 0.88% | 0.22% | - |
| HSV(B) | 213.06º | 0.93% | 0.41% | - |
| XYZ | 3.82 | 3.43 | 13.83 | - |
| YUV | 44 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 105 | 0.93 | 0.51 | 0 | 0.59 | 213.06 | 0.88 | 0.22 |
| Hex | 7 | 33 | 69 | 5D | 33 | 0 | 3B | D5 | 58 | 16 |
| Octal | 7 | 63 | 151 | 135 | 63 | 0 | 73 | 325 | 130 | 26 |
| Binary | 111 | 110011 | 1101001 | 1011101 | 110011 | 0 | 111011 | 11010101 | 1011000 | 10110 |
Color Harmonies of #073369
Complementary color
Monochromatic Colors of #073369
Black with #073369
Text Example
Text Example
White with #073369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073369; }
p { color: rgb(7,51,105); }
H1.HeaderClassName
{
color: #073369;
}
.AnyTagClassName
{
color: #073369;
}
</style>
background-color css
<style>
a { background-color: #073369; }
a { background-color: rgb(7,51,105); }
div.DivClassName
{
background-color: #073369;
}
.BgClassName
{
background-color: #073369;
}
</style>
border-color css
<style>
span { border-color: #073369; }
span { border-color: rgb(7,51,105); }
td.TdClassName
{
border-color: #073369;
}
.TagClassName
{
border-color: #073369;
}
</style>