Shades of Prussian Blue #082E60
Tints of Prussian Blue #082E60
RGB
CMYK
RGB Variations
Color information
#082E60 (or 0x082E60) is known color: Prussian Blue. HEX triplet: 08, 2E and 60. RGB value is (8,46,96). Sum of RGB (Red+Green+Blue) = 8+46+96=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #082E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E60 is #F7D19F. Grayscale: #282828. Windows color (decimal): -16241056 or 6303240. OLE color: 6303240.
HSL color Cylindrical-coordinate representation of color #082E60: hue angle of 214.09º 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 #082E60 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 46 | 96 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.62 |
| HSL | 214.09º | 0.85% | 0.2% | - |
| HSV(B) | 214.09º | 0.92% | 0.38% | - |
| XYZ | 3.19 | 2.85 | 11.45 | - |
| YUV | 40.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 96 | 0.92 | 0.52 | 0 | 0.62 | 214.09 | 0.85 | 0.2 |
| Hex | 8 | 2E | 60 | 5C | 34 | 0 | 3E | D6 | 55 | 14 |
| Octal | 10 | 56 | 140 | 134 | 64 | 0 | 76 | 326 | 125 | 24 |
| Binary | 1000 | 101110 | 1100000 | 1011100 | 110100 | 0 | 111110 | 11010110 | 1010101 | 10100 |
Color Harmonies of #082E60
Complementary color
Monochromatic Colors of #082E60
Black with #082E60
Text Example
Text Example
White with #082E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E60; }
p { color: rgb(8,46,96); }
H1.HeaderClassName
{
color: #082E60;
}
.AnyTagClassName
{
color: #082E60;
}
</style>
background-color css
<style>
a { background-color: #082E60; }
a { background-color: rgb(8,46,96); }
div.DivClassName
{
background-color: #082E60;
}
.BgClassName
{
background-color: #082E60;
}
</style>
border-color css
<style>
span { border-color: #082E60; }
span { border-color: rgb(8,46,96); }
td.TdClassName
{
border-color: #082E60;
}
.TagClassName
{
border-color: #082E60;
}
</style>