Shades of Prussian Blue #073856
Tints of Prussian Blue #073856
RGB
CMYK
RGB Variations
Color information
#073856 (or 0x073856) is known color: Prussian Blue. HEX triplet: 07, 38 and 56. RGB value is (7,56,86). Sum of RGB (Red+Green+Blue) = 7+56+86=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #073856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073856 is #F8C7A9. Grayscale: #2C2C2C. Windows color (decimal): -16304042 or 5650439. OLE color: 5650439.
HSL color Cylindrical-coordinate representation of color #073856: hue angle of 202.78º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073856 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 56 | 86 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.66 |
| HSL | 202.78º | 0.85% | 0.18% | - |
| HSV(B) | 202.78º | 0.92% | 0.34% | - |
| XYZ | 3.18 | 3.55 | 9.32 | - |
| YUV | 44.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 86 | 0.92 | 0.35 | 0 | 0.66 | 202.78 | 0.85 | 0.18 |
| Hex | 7 | 38 | 56 | 5C | 23 | 0 | 42 | CB | 55 | 12 |
| Octal | 7 | 70 | 126 | 134 | 43 | 0 | 102 | 313 | 125 | 22 |
| Binary | 111 | 111000 | 1010110 | 1011100 | 100011 | 0 | 1000010 | 11001011 | 1010101 | 10010 |
Color Harmonies of #073856
Complementary color
Monochromatic Colors of #073856
Black with #073856
Text Example
Text Example
White with #073856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073856; }
p { color: rgb(7,56,86); }
H1.HeaderClassName
{
color: #073856;
}
.AnyTagClassName
{
color: #073856;
}
</style>
background-color css
<style>
a { background-color: #073856; }
a { background-color: rgb(7,56,86); }
div.DivClassName
{
background-color: #073856;
}
.BgClassName
{
background-color: #073856;
}
</style>
border-color css
<style>
span { border-color: #073856; }
span { border-color: rgb(7,56,86); }
td.TdClassName
{
border-color: #073856;
}
.TagClassName
{
border-color: #073856;
}
</style>