Shades of Prussian Blue #073353
Tints of Prussian Blue #073353
RGB
CMYK
RGB Variations
Color information
#073353 (or 0x073353) is known color: Prussian Blue. HEX triplet: 07, 33 and 53. RGB value is (7,51,83). Sum of RGB (Red+Green+Blue) = 7+51+83=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #073353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073353 is #F8CCAC. Grayscale: #292929. Windows color (decimal): -16305325 or 5452551. OLE color: 5452551.
HSL color Cylindrical-coordinate representation of color #073353: hue angle of 205.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073353 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 51 | 83 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.67 |
| HSL | 205.26º | 0.84% | 0.18% | - |
| HSV(B) | 205.26º | 0.92% | 0.33% | - |
| XYZ | 2.83 | 3.04 | 8.62 | - |
| YUV | 41.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 83 | 0.92 | 0.39 | 0 | 0.67 | 205.26 | 0.84 | 0.18 |
| Hex | 7 | 33 | 53 | 5C | 27 | 0 | 43 | CD | 54 | 12 |
| Octal | 7 | 63 | 123 | 134 | 47 | 0 | 103 | 315 | 124 | 22 |
| Binary | 111 | 110011 | 1010011 | 1011100 | 100111 | 0 | 1000011 | 11001101 | 1010100 | 10010 |
Color Harmonies of #073353
Complementary color
Monochromatic Colors of #073353
Black with #073353
Text Example
Text Example
White with #073353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073353; }
p { color: rgb(7,51,83); }
H1.HeaderClassName
{
color: #073353;
}
.AnyTagClassName
{
color: #073353;
}
</style>
background-color css
<style>
a { background-color: #073353; }
a { background-color: rgb(7,51,83); }
div.DivClassName
{
background-color: #073353;
}
.BgClassName
{
background-color: #073353;
}
</style>
border-color css
<style>
span { border-color: #073353; }
span { border-color: rgb(7,51,83); }
td.TdClassName
{
border-color: #073353;
}
.TagClassName
{
border-color: #073353;
}
</style>