Shades of Prussian Blue #073651
Tints of Prussian Blue #073651
RGB
CMYK
RGB Variations
Color information
#073651 (or 0x073651) is known color: Prussian Blue. HEX triplet: 07, 36 and 51. RGB value is (7,54,81). Sum of RGB (Red+Green+Blue) = 7+54+81=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #073651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073651 is #F8C9AE. Grayscale: #2A2A2A. Windows color (decimal): -16304559 or 5322247. OLE color: 5322247.
HSL color Cylindrical-coordinate representation of color #073651: hue angle of 201.89º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073651 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 54 | 81 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.68 |
| HSL | 201.89º | 0.84% | 0.17% | - |
| HSV(B) | 201.89º | 0.91% | 0.32% | - |
| XYZ | 2.89 | 3.28 | 8.26 | - |
| YUV | 43.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 81 | 0.91 | 0.33 | 0 | 0.68 | 201.89 | 0.84 | 0.17 |
| Hex | 7 | 36 | 51 | 5B | 21 | 0 | 44 | CA | 54 | 11 |
| Octal | 7 | 66 | 121 | 133 | 41 | 0 | 104 | 312 | 124 | 21 |
| Binary | 111 | 110110 | 1010001 | 1011011 | 100001 | 0 | 1000100 | 11001010 | 1010100 | 10001 |
Color Harmonies of #073651
Complementary color
Monochromatic Colors of #073651
Black with #073651
Text Example
Text Example
White with #073651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073651; }
p { color: rgb(7,54,81); }
H1.HeaderClassName
{
color: #073651;
}
.AnyTagClassName
{
color: #073651;
}
</style>
background-color css
<style>
a { background-color: #073651; }
a { background-color: rgb(7,54,81); }
div.DivClassName
{
background-color: #073651;
}
.BgClassName
{
background-color: #073651;
}
</style>
border-color css
<style>
span { border-color: #073651; }
span { border-color: rgb(7,54,81); }
td.TdClassName
{
border-color: #073651;
}
.TagClassName
{
border-color: #073651;
}
</style>