Shades of Prussian Blue #073E6C
Tints of Prussian Blue #073E6C
RGB
CMYK
RGB Variations
Color information
#073E6C (or 0x073E6C) is known color: Prussian Blue. HEX triplet: 07, 3E and 6C. RGB value is (7,62,108). Sum of RGB (Red+Green+Blue) = 7+62+108=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #073E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E6C is #F8C193. Grayscale: #323232. Windows color (decimal): -16302484 or 7093767. OLE color: 7093767.
HSL color Cylindrical-coordinate representation of color #073E6C: hue angle of 207.33º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073E6C is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 62 | 108 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.58 |
| HSL | 207.33º | 0.88% | 0.23% | - |
| HSV(B) | 207.33º | 0.94% | 0.42% | - |
| XYZ | 4.52 | 4.57 | 14.83 | - |
| YUV | 50.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 108 | 0.94 | 0.43 | 0 | 0.58 | 207.33 | 0.88 | 0.23 |
| Hex | 7 | 3E | 6C | 5E | 2B | 0 | 3A | CF | 58 | 17 |
| Octal | 7 | 76 | 154 | 136 | 53 | 0 | 72 | 317 | 130 | 27 |
| Binary | 111 | 111110 | 1101100 | 1011110 | 101011 | 0 | 111010 | 11001111 | 1011000 | 10111 |
Color Harmonies of #073E6C
Complementary color
Monochromatic Colors of #073E6C
Black with #073E6C
Text Example
Text Example
White with #073E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E6C; }
p { color: rgb(7,62,108); }
H1.HeaderClassName
{
color: #073E6C;
}
.AnyTagClassName
{
color: #073E6C;
}
</style>
background-color css
<style>
a { background-color: #073E6C; }
a { background-color: rgb(7,62,108); }
div.DivClassName
{
background-color: #073E6C;
}
.BgClassName
{
background-color: #073E6C;
}
</style>
border-color css
<style>
span { border-color: #073E6C; }
span { border-color: rgb(7,62,108); }
td.TdClassName
{
border-color: #073E6C;
}
.TagClassName
{
border-color: #073E6C;
}
</style>