Shades of Prussian Blue #084363
Tints of Prussian Blue #084363
RGB
CMYK
RGB Variations
Color information
#084363 (or 0x084363) is known color: Prussian Blue. HEX triplet: 08, 43 and 63. RGB value is (8,67,99). Sum of RGB (Red+Green+Blue) = 8+67+99=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #084363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084363 is #F7BC9C. Grayscale: #343434. Windows color (decimal): -16235677 or 6505224. OLE color: 6505224.
HSL color Cylindrical-coordinate representation of color #084363: hue angle of 201.1º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084363 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 67 | 99 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.61 |
| HSL | 201.1º | 0.85% | 0.21% | - |
| HSV(B) | 201.1º | 0.92% | 0.39% | - |
| XYZ | 4.36 | 4.97 | 12.53 | - |
| YUV | 53.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 99 | 0.92 | 0.32 | 0 | 0.61 | 201.1 | 0.85 | 0.21 |
| Hex | 8 | 43 | 63 | 5C | 20 | 0 | 3D | C9 | 55 | 15 |
| Octal | 10 | 103 | 143 | 134 | 40 | 0 | 75 | 311 | 125 | 25 |
| Binary | 1000 | 1000011 | 1100011 | 1011100 | 100000 | 0 | 111101 | 11001001 | 1010101 | 10101 |
Color Harmonies of #084363
Complementary color
Monochromatic Colors of #084363
Black with #084363
Text Example
Text Example
White with #084363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084363; }
p { color: rgb(8,67,99); }
H1.HeaderClassName
{
color: #084363;
}
.AnyTagClassName
{
color: #084363;
}
</style>
background-color css
<style>
a { background-color: #084363; }
a { background-color: rgb(8,67,99); }
div.DivClassName
{
background-color: #084363;
}
.BgClassName
{
background-color: #084363;
}
</style>
border-color css
<style>
span { border-color: #084363; }
span { border-color: rgb(8,67,99); }
td.TdClassName
{
border-color: #084363;
}
.TagClassName
{
border-color: #084363;
}
</style>