Shades of Prussian Blue #082F5B
Tints of Prussian Blue #082F5B
RGB
CMYK
RGB Variations
Color information
#082F5B (or 0x082F5B) is known color: Prussian Blue. HEX triplet: 08, 2F and 5B. RGB value is (8,47,91). Sum of RGB (Red+Green+Blue) = 8+47+91=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #082F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F5B is #F7D0A4. Grayscale: #282828. Windows color (decimal): -16240805 or 5975816. OLE color: 5975816.
HSL color Cylindrical-coordinate representation of color #082F5B: hue angle of 211.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082F5B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 47 | 91 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.64 |
| HSL | 211.81º | 0.84% | 0.19% | - |
| HSV(B) | 211.81º | 0.91% | 0.36% | - |
| XYZ | 3 | 2.84 | 10.29 | - |
| YUV | 40.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 91 | 0.91 | 0.48 | 0 | 0.64 | 211.81 | 0.84 | 0.19 |
| Hex | 8 | 2F | 5B | 5B | 30 | 0 | 40 | D4 | 54 | 13 |
| Octal | 10 | 57 | 133 | 133 | 60 | 0 | 100 | 324 | 124 | 23 |
| Binary | 1000 | 101111 | 1011011 | 1011011 | 110000 | 0 | 1000000 | 11010100 | 1010100 | 10011 |
Color Harmonies of #082F5B
Complementary color
Monochromatic Colors of #082F5B
Black with #082F5B
Text Example
Text Example
White with #082F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F5B; }
p { color: rgb(8,47,91); }
H1.HeaderClassName
{
color: #082F5B;
}
.AnyTagClassName
{
color: #082F5B;
}
</style>
background-color css
<style>
a { background-color: #082F5B; }
a { background-color: rgb(8,47,91); }
div.DivClassName
{
background-color: #082F5B;
}
.BgClassName
{
background-color: #082F5B;
}
</style>
border-color css
<style>
span { border-color: #082F5B; }
span { border-color: rgb(8,47,91); }
td.TdClassName
{
border-color: #082F5B;
}
.TagClassName
{
border-color: #082F5B;
}
</style>