Shades of Prussian Blue #082A54
Tints of Prussian Blue #082A54
RGB
CMYK
RGB Variations
Color information
#082A54 (or 0x082A54) is known color: Prussian Blue. HEX triplet: 08, 2A and 54. RGB value is (8,42,84). Sum of RGB (Red+Green+Blue) = 8+42+84=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #082A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A54 is #F7D5AB. Grayscale: #242424. Windows color (decimal): -16242092 or 5515784. OLE color: 5515784.
HSL color Cylindrical-coordinate representation of color #082A54: hue angle of 213.16º 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 #082A54 is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 42 | 84 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.67 |
| HSL | 213.16º | 0.83% | 0.18% | - |
| HSV(B) | 213.16º | 0.9% | 0.33% | - |
| XYZ | 2.53 | 2.35 | 8.71 | - |
| YUV | 36.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 84 | 0.90 | 0.5 | 0 | 0.67 | 213.16 | 0.83 | 0.18 |
| Hex | 8 | 2A | 54 | 5A | 32 | 0 | 43 | D5 | 53 | 12 |
| Octal | 10 | 52 | 124 | 132 | 62 | 0 | 103 | 325 | 123 | 22 |
| Binary | 1000 | 101010 | 1010100 | 1011010 | 110010 | 0 | 1000011 | 11010101 | 1010011 | 10010 |
Color Harmonies of #082A54
Complementary color
Monochromatic Colors of #082A54
Black with #082A54
Text Example
Text Example
White with #082A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A54; }
p { color: rgb(8,42,84); }
H1.HeaderClassName
{
color: #082A54;
}
.AnyTagClassName
{
color: #082A54;
}
</style>
background-color css
<style>
a { background-color: #082A54; }
a { background-color: rgb(8,42,84); }
div.DivClassName
{
background-color: #082A54;
}
.BgClassName
{
background-color: #082A54;
}
</style>
border-color css
<style>
span { border-color: #082A54; }
span { border-color: rgb(8,42,84); }
td.TdClassName
{
border-color: #082A54;
}
.TagClassName
{
border-color: #082A54;
}
</style>