Shades of Prussian Blue #082D60
Tints of Prussian Blue #082D60
RGB
CMYK
RGB Variations
Color information
#082D60 (or 0x082D60) is known color: Prussian Blue. HEX triplet: 08, 2D and 60. RGB value is (8,45,96). Sum of RGB (Red+Green+Blue) = 8+45+96=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #082D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D60 is #F7D29F. Grayscale: #272727. Windows color (decimal): -16241312 or 6302984. OLE color: 6302984.
HSL color Cylindrical-coordinate representation of color #082D60: hue angle of 214.77º 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 #082D60 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 45 | 96 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.62 |
| HSL | 214.77º | 0.85% | 0.2% | - |
| HSV(B) | 214.77º | 0.92% | 0.38% | - |
| XYZ | 3.15 | 2.77 | 11.44 | - |
| YUV | 39.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 96 | 0.92 | 0.53 | 0 | 0.62 | 214.77 | 0.85 | 0.2 |
| Hex | 8 | 2D | 60 | 5C | 35 | 0 | 3E | D7 | 55 | 14 |
| Octal | 10 | 55 | 140 | 134 | 65 | 0 | 76 | 327 | 125 | 24 |
| Binary | 1000 | 101101 | 1100000 | 1011100 | 110101 | 0 | 111110 | 11010111 | 1010101 | 10100 |
Color Harmonies of #082D60
Complementary color
Monochromatic Colors of #082D60
Black with #082D60
Text Example
Text Example
White with #082D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D60; }
p { color: rgb(8,45,96); }
H1.HeaderClassName
{
color: #082D60;
}
.AnyTagClassName
{
color: #082D60;
}
</style>
background-color css
<style>
a { background-color: #082D60; }
a { background-color: rgb(8,45,96); }
div.DivClassName
{
background-color: #082D60;
}
.BgClassName
{
background-color: #082D60;
}
</style>
border-color css
<style>
span { border-color: #082D60; }
span { border-color: rgb(8,45,96); }
td.TdClassName
{
border-color: #082D60;
}
.TagClassName
{
border-color: #082D60;
}
</style>