Shades of Prussian Blue #082D59
Tints of Prussian Blue #082D59
RGB
CMYK
RGB Variations
Color information
#082D59 (or 0x082D59) is known color: Prussian Blue. HEX triplet: 08, 2D and 59. RGB value is (8,45,89). Sum of RGB (Red+Green+Blue) = 8+45+89=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #082D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D59 is #F7D2A6. Grayscale: #262626. Windows color (decimal): -16241319 or 5844232. OLE color: 5844232.
HSL color Cylindrical-coordinate representation of color #082D59: hue angle of 212.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082D59 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 45 | 89 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.65 |
| HSL | 212.59º | 0.84% | 0.19% | - |
| HSV(B) | 212.59º | 0.91% | 0.35% | - |
| XYZ | 2.84 | 2.65 | 9.81 | - |
| YUV | 38.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 89 | 0.91 | 0.49 | 0 | 0.65 | 212.59 | 0.84 | 0.19 |
| Hex | 8 | 2D | 59 | 5B | 31 | 0 | 41 | D5 | 54 | 13 |
| Octal | 10 | 55 | 131 | 133 | 61 | 0 | 101 | 325 | 124 | 23 |
| Binary | 1000 | 101101 | 1011001 | 1011011 | 110001 | 0 | 1000001 | 11010101 | 1010100 | 10011 |
Color Harmonies of #082D59
Complementary color
Monochromatic Colors of #082D59
Black with #082D59
Text Example
Text Example
White with #082D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D59; }
p { color: rgb(8,45,89); }
H1.HeaderClassName
{
color: #082D59;
}
.AnyTagClassName
{
color: #082D59;
}
</style>
background-color css
<style>
a { background-color: #082D59; }
a { background-color: rgb(8,45,89); }
div.DivClassName
{
background-color: #082D59;
}
.BgClassName
{
background-color: #082D59;
}
</style>
border-color css
<style>
span { border-color: #082D59; }
span { border-color: rgb(8,45,89); }
td.TdClassName
{
border-color: #082D59;
}
.TagClassName
{
border-color: #082D59;
}
</style>