Shades of Prussian Blue #074064
Tints of Prussian Blue #074064
RGB
CMYK
RGB Variations
Color information
#074064 (or 0x074064) is known color: Prussian Blue. HEX triplet: 07, 40 and 64. RGB value is (7,64,100). Sum of RGB (Red+Green+Blue) = 7+64+100=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #074064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074064 is #F8BF9B. Grayscale: #323232. Windows color (decimal): -16301980 or 6569991. OLE color: 6569991.
HSL color Cylindrical-coordinate representation of color #074064: hue angle of 203.23º 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 #074064 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 64 | 100 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.61 |
| HSL | 203.23º | 0.87% | 0.21% | - |
| HSV(B) | 203.23º | 0.93% | 0.39% | - |
| XYZ | 4.22 | 4.63 | 12.73 | - |
| YUV | 51.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 100 | 0.93 | 0.36 | 0 | 0.61 | 203.23 | 0.87 | 0.21 |
| Hex | 7 | 40 | 64 | 5D | 24 | 0 | 3D | CB | 57 | 15 |
| Octal | 7 | 100 | 144 | 135 | 44 | 0 | 75 | 313 | 127 | 25 |
| Binary | 111 | 1000000 | 1100100 | 1011101 | 100100 | 0 | 111101 | 11001011 | 1010111 | 10101 |
Color Harmonies of #074064
Complementary color
Monochromatic Colors of #074064
Black with #074064
Text Example
Text Example
White with #074064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074064; }
p { color: rgb(7,64,100); }
H1.HeaderClassName
{
color: #074064;
}
.AnyTagClassName
{
color: #074064;
}
</style>
background-color css
<style>
a { background-color: #074064; }
a { background-color: rgb(7,64,100); }
div.DivClassName
{
background-color: #074064;
}
.BgClassName
{
background-color: #074064;
}
</style>
border-color css
<style>
span { border-color: #074064; }
span { border-color: rgb(7,64,100); }
td.TdClassName
{
border-color: #074064;
}
.TagClassName
{
border-color: #074064;
}
</style>