Shades of Prussian Blue #082E65
Tints of Prussian Blue #082E65
RGB
CMYK
RGB Variations
Color information
#082E65 (or 0x082E65) is known color: Prussian Blue. HEX triplet: 08, 2E and 65. RGB value is (8,46,101). Sum of RGB (Red+Green+Blue) = 8+46+101=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #082E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E65 is #F7D19A. Grayscale: #282828. Windows color (decimal): -16241051 or 6630920. OLE color: 6630920.
HSL color Cylindrical-coordinate representation of color #082E65: hue angle of 215.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082E65 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 46 | 101 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.60 |
| HSL | 215.48º | 0.85% | 0.21% | - |
| HSV(B) | 215.48º | 0.92% | 0.4% | - |
| XYZ | 3.43 | 2.95 | 12.7 | - |
| YUV | 40.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 101 | 0.92 | 0.54 | 0 | 0.60 | 215.48 | 0.85 | 0.21 |
| Hex | 8 | 2E | 65 | 5C | 36 | 0 | 3C | D7 | 55 | 15 |
| Octal | 10 | 56 | 145 | 134 | 66 | 0 | 74 | 327 | 125 | 25 |
| Binary | 1000 | 101110 | 1100101 | 1011100 | 110110 | 0 | 111100 | 11010111 | 1010101 | 10101 |
Color Harmonies of #082E65
Complementary color
Monochromatic Colors of #082E65
Black with #082E65
Text Example
Text Example
White with #082E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E65; }
p { color: rgb(8,46,101); }
H1.HeaderClassName
{
color: #082E65;
}
.AnyTagClassName
{
color: #082E65;
}
</style>
background-color css
<style>
a { background-color: #082E65; }
a { background-color: rgb(8,46,101); }
div.DivClassName
{
background-color: #082E65;
}
.BgClassName
{
background-color: #082E65;
}
</style>
border-color css
<style>
span { border-color: #082E65; }
span { border-color: rgb(8,46,101); }
td.TdClassName
{
border-color: #082E65;
}
.TagClassName
{
border-color: #082E65;
}
</style>