Shades of Prussian Blue #084160
Tints of Prussian Blue #084160
RGB
CMYK
RGB Variations
Color information
#084160 (or 0x084160) is known color: Prussian Blue. HEX triplet: 08, 41 and 60. RGB value is (8,65,96). Sum of RGB (Red+Green+Blue) = 8+65+96=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #084160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084160 is #F7BE9F. Grayscale: #333333. Windows color (decimal): -16236192 or 6308104. OLE color: 6308104.
HSL color Cylindrical-coordinate representation of color #084160: hue angle of 201.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084160 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 65 | 96 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.62 |
| HSL | 201.14º | 0.85% | 0.2% | - |
| HSV(B) | 201.14º | 0.92% | 0.38% | - |
| XYZ | 4.1 | 4.68 | 11.75 | - |
| YUV | 51.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 96 | 0.92 | 0.32 | 0 | 0.62 | 201.14 | 0.85 | 0.2 |
| Hex | 8 | 41 | 60 | 5C | 20 | 0 | 3E | C9 | 55 | 14 |
| Octal | 10 | 101 | 140 | 134 | 40 | 0 | 76 | 311 | 125 | 24 |
| Binary | 1000 | 1000001 | 1100000 | 1011100 | 100000 | 0 | 111110 | 11001001 | 1010101 | 10100 |
Color Harmonies of #084160
Complementary color
Monochromatic Colors of #084160
Black with #084160
Text Example
Text Example
White with #084160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084160; }
p { color: rgb(8,65,96); }
H1.HeaderClassName
{
color: #084160;
}
.AnyTagClassName
{
color: #084160;
}
</style>
background-color css
<style>
a { background-color: #084160; }
a { background-color: rgb(8,65,96); }
div.DivClassName
{
background-color: #084160;
}
.BgClassName
{
background-color: #084160;
}
</style>
border-color css
<style>
span { border-color: #084160; }
span { border-color: rgb(8,65,96); }
td.TdClassName
{
border-color: #084160;
}
.TagClassName
{
border-color: #084160;
}
</style>