Shades of Prussian Blue #073D5D
Tints of Prussian Blue #073D5D
RGB
CMYK
RGB Variations
Color information
#073D5D (or 0x073D5D) is known color: Prussian Blue. HEX triplet: 07, 3D and 5D. RGB value is (7,61,93). Sum of RGB (Red+Green+Blue) = 7+61+93=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #073D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D5D is #F8C2A2. Grayscale: #303030. Windows color (decimal): -16302755 or 6110471. OLE color: 6110471.
HSL color Cylindrical-coordinate representation of color #073D5D: hue angle of 202.33º 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 #073D5D is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 61 | 93 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.64 |
| HSL | 202.33º | 0.86% | 0.2% | - |
| HSV(B) | 202.33º | 0.92% | 0.36% | - |
| XYZ | 3.73 | 4.17 | 10.96 | - |
| YUV | 48.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 93 | 0.92 | 0.34 | 0 | 0.64 | 202.33 | 0.86 | 0.2 |
| Hex | 7 | 3D | 5D | 5C | 22 | 0 | 40 | CA | 56 | 14 |
| Octal | 7 | 75 | 135 | 134 | 42 | 0 | 100 | 312 | 126 | 24 |
| Binary | 111 | 111101 | 1011101 | 1011100 | 100010 | 0 | 1000000 | 11001010 | 1010110 | 10100 |
Color Harmonies of #073D5D
Complementary color
Monochromatic Colors of #073D5D
Black with #073D5D
Text Example
Text Example
White with #073D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D5D; }
p { color: rgb(7,61,93); }
H1.HeaderClassName
{
color: #073D5D;
}
.AnyTagClassName
{
color: #073D5D;
}
</style>
background-color css
<style>
a { background-color: #073D5D; }
a { background-color: rgb(7,61,93); }
div.DivClassName
{
background-color: #073D5D;
}
.BgClassName
{
background-color: #073D5D;
}
</style>
border-color css
<style>
span { border-color: #073D5D; }
span { border-color: rgb(7,61,93); }
td.TdClassName
{
border-color: #073D5D;
}
.TagClassName
{
border-color: #073D5D;
}
</style>