Shades of Prussian Blue #084065
Tints of Prussian Blue #084065
RGB
CMYK
RGB Variations
Color information
#084065 (or 0x084065) is known color: Prussian Blue. HEX triplet: 08, 40 and 65. RGB value is (8,64,101). Sum of RGB (Red+Green+Blue) = 8+64+101=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #084065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084065 is #F7BF9A. Grayscale: #333333. Windows color (decimal): -16236443 or 6635528. OLE color: 6635528.
HSL color Cylindrical-coordinate representation of color #084065: hue angle of 203.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084065 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 64 | 101 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.60 |
| HSL | 203.87º | 0.85% | 0.21% | - |
| HSV(B) | 203.87º | 0.92% | 0.4% | - |
| XYZ | 4.28 | 4.66 | 12.99 | - |
| YUV | 51.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 101 | 0.92 | 0.37 | 0 | 0.60 | 203.87 | 0.85 | 0.21 |
| Hex | 8 | 40 | 65 | 5C | 25 | 0 | 3C | CC | 55 | 15 |
| Octal | 10 | 100 | 145 | 134 | 45 | 0 | 74 | 314 | 125 | 25 |
| Binary | 1000 | 1000000 | 1100101 | 1011100 | 100101 | 0 | 111100 | 11001100 | 1010101 | 10101 |
Color Harmonies of #084065
Complementary color
Monochromatic Colors of #084065
Black with #084065
Text Example
Text Example
White with #084065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084065; }
p { color: rgb(8,64,101); }
H1.HeaderClassName
{
color: #084065;
}
.AnyTagClassName
{
color: #084065;
}
</style>
background-color css
<style>
a { background-color: #084065; }
a { background-color: rgb(8,64,101); }
div.DivClassName
{
background-color: #084065;
}
.BgClassName
{
background-color: #084065;
}
</style>
border-color css
<style>
span { border-color: #084065; }
span { border-color: rgb(8,64,101); }
td.TdClassName
{
border-color: #084065;
}
.TagClassName
{
border-color: #084065;
}
</style>