Shades of Prussian Blue #084067
Tints of Prussian Blue #084067
RGB
CMYK
RGB Variations
Color information
#084067 (or 0x084067) is known color: Prussian Blue. HEX triplet: 08, 40 and 67. RGB value is (8,64,103). Sum of RGB (Red+Green+Blue) = 8+64+103=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #084067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084067 is #F7BF98. Grayscale: #333333. Windows color (decimal): -16236441 or 6766600. OLE color: 6766600.
HSL color Cylindrical-coordinate representation of color #084067: hue angle of 204.63º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084067 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 64 | 103 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.60 |
| HSL | 204.63º | 0.86% | 0.22% | - |
| HSV(B) | 204.63º | 0.92% | 0.4% | - |
| XYZ | 4.38 | 4.7 | 13.51 | - |
| YUV | 51.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 103 | 0.92 | 0.38 | 0 | 0.60 | 204.63 | 0.86 | 0.22 |
| Hex | 8 | 40 | 67 | 5C | 26 | 0 | 3C | CD | 56 | 16 |
| Octal | 10 | 100 | 147 | 134 | 46 | 0 | 74 | 315 | 126 | 26 |
| Binary | 1000 | 1000000 | 1100111 | 1011100 | 100110 | 0 | 111100 | 11001101 | 1010110 | 10110 |
Color Harmonies of #084067
Complementary color
Monochromatic Colors of #084067
Black with #084067
Text Example
Text Example
White with #084067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084067; }
p { color: rgb(8,64,103); }
H1.HeaderClassName
{
color: #084067;
}
.AnyTagClassName
{
color: #084067;
}
</style>
background-color css
<style>
a { background-color: #084067; }
a { background-color: rgb(8,64,103); }
div.DivClassName
{
background-color: #084067;
}
.BgClassName
{
background-color: #084067;
}
</style>
border-color css
<style>
span { border-color: #084067; }
span { border-color: rgb(8,64,103); }
td.TdClassName
{
border-color: #084067;
}
.TagClassName
{
border-color: #084067;
}
</style>