Shades of Prussian Blue #074065
Tints of Prussian Blue #074065
RGB
CMYK
RGB Variations
Color information
#074065 (or 0x074065) is known color: Prussian Blue. HEX triplet: 07, 40 and 65. RGB value is (7,64,101). Sum of RGB (Red+Green+Blue) = 7+64+101=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #074065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074065 is #F8BF9A. Grayscale: #323232. Windows color (decimal): -16301979 or 6635527. OLE color: 6635527.
HSL color Cylindrical-coordinate representation of color #074065: hue angle of 203.62º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074065 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 64 | 101 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.60 |
| HSL | 203.62º | 0.87% | 0.21% | - |
| HSV(B) | 203.62º | 0.93% | 0.4% | - |
| XYZ | 4.27 | 4.65 | 12.98 | - |
| YUV | 51.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 101 | 0.93 | 0.37 | 0 | 0.60 | 203.62 | 0.87 | 0.21 |
| Hex | 7 | 40 | 65 | 5D | 25 | 0 | 3C | CC | 57 | 15 |
| Octal | 7 | 100 | 145 | 135 | 45 | 0 | 74 | 314 | 127 | 25 |
| Binary | 111 | 1000000 | 1100101 | 1011101 | 100101 | 0 | 111100 | 11001100 | 1010111 | 10101 |
Color Harmonies of #074065
Complementary color
Monochromatic Colors of #074065
Black with #074065
Text Example
Text Example
White with #074065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074065; }
p { color: rgb(7,64,101); }
H1.HeaderClassName
{
color: #074065;
}
.AnyTagClassName
{
color: #074065;
}
</style>
background-color css
<style>
a { background-color: #074065; }
a { background-color: rgb(7,64,101); }
div.DivClassName
{
background-color: #074065;
}
.BgClassName
{
background-color: #074065;
}
</style>
border-color css
<style>
span { border-color: #074065; }
span { border-color: rgb(7,64,101); }
td.TdClassName
{
border-color: #074065;
}
.TagClassName
{
border-color: #074065;
}
</style>