Shades of Prussian Blue #082951
Tints of Prussian Blue #082951
RGB
CMYK
RGB Variations
Color information
#082951 (or 0x082951) is known color: Prussian Blue. HEX triplet: 08, 29 and 51. RGB value is (8,41,81). Sum of RGB (Red+Green+Blue) = 8+41+81=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #082951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082951 is #F7D6AE. Grayscale: #232323. Windows color (decimal): -16242351 or 5318920. OLE color: 5318920.
HSL color Cylindrical-coordinate representation of color #082951: hue angle of 212.88º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082951 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 41 | 81 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.68 |
| HSL | 212.88º | 0.82% | 0.17% | - |
| HSV(B) | 212.88º | 0.9% | 0.32% | - |
| XYZ | 2.38 | 2.23 | 8.09 | - |
| YUV | 35.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 81 | 0.90 | 0.49 | 0 | 0.68 | 212.88 | 0.82 | 0.17 |
| Hex | 8 | 29 | 51 | 5A | 31 | 0 | 44 | D5 | 52 | 11 |
| Octal | 10 | 51 | 121 | 132 | 61 | 0 | 104 | 325 | 122 | 21 |
| Binary | 1000 | 101001 | 1010001 | 1011010 | 110001 | 0 | 1000100 | 11010101 | 1010010 | 10001 |
Color Harmonies of #082951
Complementary color
Monochromatic Colors of #082951
Black with #082951
Text Example
Text Example
White with #082951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082951; }
p { color: rgb(8,41,81); }
H1.HeaderClassName
{
color: #082951;
}
.AnyTagClassName
{
color: #082951;
}
</style>
background-color css
<style>
a { background-color: #082951; }
a { background-color: rgb(8,41,81); }
div.DivClassName
{
background-color: #082951;
}
.BgClassName
{
background-color: #082951;
}
</style>
border-color css
<style>
span { border-color: #082951; }
span { border-color: rgb(8,41,81); }
td.TdClassName
{
border-color: #082951;
}
.TagClassName
{
border-color: #082951;
}
</style>