Shades of Prussian Blue #073D5C
Tints of Prussian Blue #073D5C
RGB
CMYK
RGB Variations
Color information
#073D5C (or 0x073D5C) is known color: Prussian Blue. HEX triplet: 07, 3D and 5C. RGB value is (7,61,92). Sum of RGB (Red+Green+Blue) = 7+61+92=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #073D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D5C is #F8C2A3. Grayscale: #303030. Windows color (decimal): -16302756 or 6044935. OLE color: 6044935.
HSL color Cylindrical-coordinate representation of color #073D5C: hue angle of 201.88º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073D5C is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 61 | 92 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.64 |
| HSL | 201.88º | 0.86% | 0.19% | - |
| HSV(B) | 201.88º | 0.92% | 0.36% | - |
| XYZ | 3.69 | 4.16 | 10.73 | - |
| YUV | 48.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 92 | 0.92 | 0.34 | 0 | 0.64 | 201.88 | 0.86 | 0.19 |
| Hex | 7 | 3D | 5C | 5C | 22 | 0 | 40 | CA | 56 | 13 |
| Octal | 7 | 75 | 134 | 134 | 42 | 0 | 100 | 312 | 126 | 23 |
| Binary | 111 | 111101 | 1011100 | 1011100 | 100010 | 0 | 1000000 | 11001010 | 1010110 | 10011 |
Color Harmonies of #073D5C
Complementary color
Monochromatic Colors of #073D5C
Black with #073D5C
Text Example
Text Example
White with #073D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D5C; }
p { color: rgb(7,61,92); }
H1.HeaderClassName
{
color: #073D5C;
}
.AnyTagClassName
{
color: #073D5C;
}
</style>
background-color css
<style>
a { background-color: #073D5C; }
a { background-color: rgb(7,61,92); }
div.DivClassName
{
background-color: #073D5C;
}
.BgClassName
{
background-color: #073D5C;
}
</style>
border-color css
<style>
span { border-color: #073D5C; }
span { border-color: rgb(7,61,92); }
td.TdClassName
{
border-color: #073D5C;
}
.TagClassName
{
border-color: #073D5C;
}
</style>