Shades of Prussian Blue #082952
Tints of Prussian Blue #082952
RGB
CMYK
RGB Variations
Color information
#082952 (or 0x082952) is known color: Prussian Blue. HEX triplet: 08, 29 and 52. RGB value is (8,41,82). Sum of RGB (Red+Green+Blue) = 8+41+82=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #082952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082952 is #F7D6AD. Grayscale: #232323. Windows color (decimal): -16242350 or 5384456. OLE color: 5384456.
HSL color Cylindrical-coordinate representation of color #082952: hue angle of 213.24º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082952 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 41 | 82 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.68 |
| HSL | 213.24º | 0.82% | 0.18% | - |
| HSV(B) | 213.24º | 0.9% | 0.32% | - |
| XYZ | 2.42 | 2.25 | 8.29 | - |
| YUV | 35.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 82 | 0.90 | 0.50 | 0 | 0.68 | 213.24 | 0.82 | 0.18 |
| Hex | 8 | 29 | 52 | 5A | 32 | 0 | 44 | D5 | 52 | 12 |
| Octal | 10 | 51 | 122 | 132 | 62 | 0 | 104 | 325 | 122 | 22 |
| Binary | 1000 | 101001 | 1010010 | 1011010 | 110010 | 0 | 1000100 | 11010101 | 1010010 | 10010 |
Color Harmonies of #082952
Complementary color
Monochromatic Colors of #082952
Black with #082952
Text Example
Text Example
White with #082952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082952; }
p { color: rgb(8,41,82); }
H1.HeaderClassName
{
color: #082952;
}
.AnyTagClassName
{
color: #082952;
}
</style>
background-color css
<style>
a { background-color: #082952; }
a { background-color: rgb(8,41,82); }
div.DivClassName
{
background-color: #082952;
}
.BgClassName
{
background-color: #082952;
}
</style>
border-color css
<style>
span { border-color: #082952; }
span { border-color: rgb(8,41,82); }
td.TdClassName
{
border-color: #082952;
}
.TagClassName
{
border-color: #082952;
}
</style>