Shades of Prussian Blue #082D53
Tints of Prussian Blue #082D53
RGB
CMYK
RGB Variations
Color information
#082D53 (or 0x082D53) is known color: Prussian Blue. HEX triplet: 08, 2D and 53. RGB value is (8,45,83). Sum of RGB (Red+Green+Blue) = 8+45+83=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #082D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D53 is #F7D2AC. Grayscale: #262626. Windows color (decimal): -16241325 or 5451016. OLE color: 5451016.
HSL color Cylindrical-coordinate representation of color #082D53: hue angle of 210.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082D53 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 45 | 83 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.67 |
| HSL | 210.4º | 0.82% | 0.18% | - |
| HSV(B) | 210.4º | 0.9% | 0.33% | - |
| XYZ | 2.6 | 2.55 | 8.54 | - |
| YUV | 38.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 83 | 0.90 | 0.46 | 0 | 0.67 | 210.4 | 0.82 | 0.18 |
| Hex | 8 | 2D | 53 | 5A | 2E | 0 | 43 | D2 | 52 | 12 |
| Octal | 10 | 55 | 123 | 132 | 56 | 0 | 103 | 322 | 122 | 22 |
| Binary | 1000 | 101101 | 1010011 | 1011010 | 101110 | 0 | 1000011 | 11010010 | 1010010 | 10010 |
Color Harmonies of #082D53
Complementary color
Monochromatic Colors of #082D53
Black with #082D53
Text Example
Text Example
White with #082D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D53; }
p { color: rgb(8,45,83); }
H1.HeaderClassName
{
color: #082D53;
}
.AnyTagClassName
{
color: #082D53;
}
</style>
background-color css
<style>
a { background-color: #082D53; }
a { background-color: rgb(8,45,83); }
div.DivClassName
{
background-color: #082D53;
}
.BgClassName
{
background-color: #082D53;
}
</style>
border-color css
<style>
span { border-color: #082D53; }
span { border-color: rgb(8,45,83); }
td.TdClassName
{
border-color: #082D53;
}
.TagClassName
{
border-color: #082D53;
}
</style>