Shades of Prussian Blue #082D54
Tints of Prussian Blue #082D54
RGB
CMYK
RGB Variations
Color information
#082D54 (or 0x082D54) is known color: Prussian Blue. HEX triplet: 08, 2D and 54. RGB value is (8,45,84). Sum of RGB (Red+Green+Blue) = 8+45+84=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #082D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D54 is #F7D2AB. Grayscale: #262626. Windows color (decimal): -16241324 or 5516552. OLE color: 5516552.
HSL color Cylindrical-coordinate representation of color #082D54: hue angle of 210.79º degrees, saturation: 0.83, 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 #082D54 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 45 | 84 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.67 |
| HSL | 210.79º | 0.83% | 0.18% | - |
| HSV(B) | 210.79º | 0.9% | 0.33% | - |
| XYZ | 2.64 | 2.57 | 8.74 | - |
| YUV | 38.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 84 | 0.90 | 0.46 | 0 | 0.67 | 210.79 | 0.83 | 0.18 |
| Hex | 8 | 2D | 54 | 5A | 2E | 0 | 43 | D3 | 53 | 12 |
| Octal | 10 | 55 | 124 | 132 | 56 | 0 | 103 | 323 | 123 | 22 |
| Binary | 1000 | 101101 | 1010100 | 1011010 | 101110 | 0 | 1000011 | 11010011 | 1010011 | 10010 |
Color Harmonies of #082D54
Complementary color
Monochromatic Colors of #082D54
Black with #082D54
Text Example
Text Example
White with #082D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D54; }
p { color: rgb(8,45,84); }
H1.HeaderClassName
{
color: #082D54;
}
.AnyTagClassName
{
color: #082D54;
}
</style>
background-color css
<style>
a { background-color: #082D54; }
a { background-color: rgb(8,45,84); }
div.DivClassName
{
background-color: #082D54;
}
.BgClassName
{
background-color: #082D54;
}
</style>
border-color css
<style>
span { border-color: #082D54; }
span { border-color: rgb(8,45,84); }
td.TdClassName
{
border-color: #082D54;
}
.TagClassName
{
border-color: #082D54;
}
</style>