Shades of Prussian Blue #084667
Tints of Prussian Blue #084667
RGB
CMYK
RGB Variations
Color information
#084667 (or 0x084667) is known color: Prussian Blue. HEX triplet: 08, 46 and 67. RGB value is (8,70,103). Sum of RGB (Red+Green+Blue) = 8+70+103=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #084667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084667 is #F7B998. Grayscale: #373737. Windows color (decimal): -16234905 or 6768136. OLE color: 6768136.
HSL color Cylindrical-coordinate representation of color #084667: hue angle of 200.84º 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 #084667 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 70 | 103 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.60 |
| HSL | 200.84º | 0.86% | 0.22% | - |
| HSV(B) | 200.84º | 0.92% | 0.4% | - |
| XYZ | 4.74 | 5.41 | 13.63 | - |
| YUV | 55.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 103 | 0.92 | 0.32 | 0 | 0.60 | 200.84 | 0.86 | 0.22 |
| Hex | 8 | 46 | 67 | 5C | 20 | 0 | 3C | C9 | 56 | 16 |
| Octal | 10 | 106 | 147 | 134 | 40 | 0 | 74 | 311 | 126 | 26 |
| Binary | 1000 | 1000110 | 1100111 | 1011100 | 100000 | 0 | 111100 | 11001001 | 1010110 | 10110 |
Color Harmonies of #084667
Complementary color
Monochromatic Colors of #084667
Black with #084667
Text Example
Text Example
White with #084667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084667; }
p { color: rgb(8,70,103); }
H1.HeaderClassName
{
color: #084667;
}
.AnyTagClassName
{
color: #084667;
}
</style>
background-color css
<style>
a { background-color: #084667; }
a { background-color: rgb(8,70,103); }
div.DivClassName
{
background-color: #084667;
}
.BgClassName
{
background-color: #084667;
}
</style>
border-color css
<style>
span { border-color: #084667; }
span { border-color: rgb(8,70,103); }
td.TdClassName
{
border-color: #084667;
}
.TagClassName
{
border-color: #084667;
}
</style>