Shades of Prussian Blue #073E64
Tints of Prussian Blue #073E64
RGB
CMYK
RGB Variations
Color information
#073E64 (or 0x073E64) is known color: Prussian Blue. HEX triplet: 07, 3E and 64. RGB value is (7,62,100). Sum of RGB (Red+Green+Blue) = 7+62+100=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #073E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E64 is #F8C19B. Grayscale: #313131. Windows color (decimal): -16302492 or 6569479. OLE color: 6569479.
HSL color Cylindrical-coordinate representation of color #073E64: hue angle of 204.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073E64 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 62 | 100 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.61 |
| HSL | 204.52º | 0.87% | 0.21% | - |
| HSV(B) | 204.52º | 0.93% | 0.39% | - |
| XYZ | 4.11 | 4.41 | 12.69 | - |
| YUV | 49.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 100 | 0.93 | 0.38 | 0 | 0.61 | 204.52 | 0.87 | 0.21 |
| Hex | 7 | 3E | 64 | 5D | 26 | 0 | 3D | CD | 57 | 15 |
| Octal | 7 | 76 | 144 | 135 | 46 | 0 | 75 | 315 | 127 | 25 |
| Binary | 111 | 111110 | 1100100 | 1011101 | 100110 | 0 | 111101 | 11001101 | 1010111 | 10101 |
Color Harmonies of #073E64
Complementary color
Monochromatic Colors of #073E64
Black with #073E64
Text Example
Text Example
White with #073E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E64; }
p { color: rgb(7,62,100); }
H1.HeaderClassName
{
color: #073E64;
}
.AnyTagClassName
{
color: #073E64;
}
</style>
background-color css
<style>
a { background-color: #073E64; }
a { background-color: rgb(7,62,100); }
div.DivClassName
{
background-color: #073E64;
}
.BgClassName
{
background-color: #073E64;
}
</style>
border-color css
<style>
span { border-color: #073E64; }
span { border-color: rgb(7,62,100); }
td.TdClassName
{
border-color: #073E64;
}
.TagClassName
{
border-color: #073E64;
}
</style>