Shades of Prussian Blue #082B51
Tints of Prussian Blue #082B51
RGB
CMYK
RGB Variations
Color information
#082B51 (or 0x082B51) is known color: Prussian Blue. HEX triplet: 08, 2B and 51. RGB value is (8,43,81). Sum of RGB (Red+Green+Blue) = 8+43+81=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #082B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B51 is #F7D4AE. Grayscale: #242424. Windows color (decimal): -16241839 or 5319432. OLE color: 5319432.
HSL color Cylindrical-coordinate representation of color #082B51: hue angle of 211.23º 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 #082B51 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 43 | 81 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.68 |
| HSL | 211.23º | 0.82% | 0.17% | - |
| HSV(B) | 211.23º | 0.9% | 0.32% | - |
| XYZ | 2.45 | 2.37 | 8.11 | - |
| YUV | 36.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 81 | 0.90 | 0.47 | 0 | 0.68 | 211.23 | 0.82 | 0.17 |
| Hex | 8 | 2B | 51 | 5A | 2F | 0 | 44 | D3 | 52 | 11 |
| Octal | 10 | 53 | 121 | 132 | 57 | 0 | 104 | 323 | 122 | 21 |
| Binary | 1000 | 101011 | 1010001 | 1011010 | 101111 | 0 | 1000100 | 11010011 | 1010010 | 10001 |
Color Harmonies of #082B51
Complementary color
Monochromatic Colors of #082B51
Black with #082B51
Text Example
Text Example
White with #082B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B51; }
p { color: rgb(8,43,81); }
H1.HeaderClassName
{
color: #082B51;
}
.AnyTagClassName
{
color: #082B51;
}
</style>
background-color css
<style>
a { background-color: #082B51; }
a { background-color: rgb(8,43,81); }
div.DivClassName
{
background-color: #082B51;
}
.BgClassName
{
background-color: #082B51;
}
</style>
border-color css
<style>
span { border-color: #082B51; }
span { border-color: rgb(8,43,81); }
td.TdClassName
{
border-color: #082B51;
}
.TagClassName
{
border-color: #082B51;
}
</style>