Shades of Prussian Blue #073F5D
Tints of Prussian Blue #073F5D
RGB
CMYK
RGB Variations
Color information
#073F5D (or 0x073F5D) is known color: Prussian Blue. HEX triplet: 07, 3F and 5D. RGB value is (7,63,93). Sum of RGB (Red+Green+Blue) = 7+63+93=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #073F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F5D is #F8C0A2. Grayscale: #313131. Windows color (decimal): -16302243 or 6110983. OLE color: 6110983.
HSL color Cylindrical-coordinate representation of color #073F5D: hue angle of 200.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073F5D is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 63 | 93 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.64 |
| HSL | 200.93º | 0.86% | 0.2% | - |
| HSV(B) | 200.93º | 0.92% | 0.36% | - |
| XYZ | 3.84 | 4.39 | 11 | - |
| YUV | 49.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 93 | 0.92 | 0.32 | 0 | 0.64 | 200.93 | 0.86 | 0.2 |
| Hex | 7 | 3F | 5D | 5C | 20 | 0 | 40 | C9 | 56 | 14 |
| Octal | 7 | 77 | 135 | 134 | 40 | 0 | 100 | 311 | 126 | 24 |
| Binary | 111 | 111111 | 1011101 | 1011100 | 100000 | 0 | 1000000 | 11001001 | 1010110 | 10100 |
Color Harmonies of #073F5D
Complementary color
Monochromatic Colors of #073F5D
Black with #073F5D
Text Example
Text Example
White with #073F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F5D; }
p { color: rgb(7,63,93); }
H1.HeaderClassName
{
color: #073F5D;
}
.AnyTagClassName
{
color: #073F5D;
}
</style>
background-color css
<style>
a { background-color: #073F5D; }
a { background-color: rgb(7,63,93); }
div.DivClassName
{
background-color: #073F5D;
}
.BgClassName
{
background-color: #073F5D;
}
</style>
border-color css
<style>
span { border-color: #073F5D; }
span { border-color: rgb(7,63,93); }
td.TdClassName
{
border-color: #073F5D;
}
.TagClassName
{
border-color: #073F5D;
}
</style>