Shades of Prussian Blue #082D5B
Tints of Prussian Blue #082D5B
RGB
CMYK
RGB Variations
Color information
#082D5B (or 0x082D5B) is known color: Prussian Blue. HEX triplet: 08, 2D and 5B. RGB value is (8,45,91). Sum of RGB (Red+Green+Blue) = 8+45+91=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #082D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D5B is #F7D2A4. Grayscale: #262626. Windows color (decimal): -16241317 or 5975304. OLE color: 5975304.
HSL color Cylindrical-coordinate representation of color #082D5B: hue angle of 213.25º 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 #082D5B is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 45 | 91 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.64 |
| HSL | 213.25º | 0.84% | 0.19% | - |
| HSV(B) | 213.25º | 0.91% | 0.36% | - |
| XYZ | 2.93 | 2.68 | 10.26 | - |
| YUV | 39.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 91 | 0.91 | 0.51 | 0 | 0.64 | 213.25 | 0.84 | 0.19 |
| Hex | 8 | 2D | 5B | 5B | 33 | 0 | 40 | D5 | 54 | 13 |
| Octal | 10 | 55 | 133 | 133 | 63 | 0 | 100 | 325 | 124 | 23 |
| Binary | 1000 | 101101 | 1011011 | 1011011 | 110011 | 0 | 1000000 | 11010101 | 1010100 | 10011 |
Color Harmonies of #082D5B
Complementary color
Monochromatic Colors of #082D5B
Black with #082D5B
Text Example
Text Example
White with #082D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D5B; }
p { color: rgb(8,45,91); }
H1.HeaderClassName
{
color: #082D5B;
}
.AnyTagClassName
{
color: #082D5B;
}
</style>
background-color css
<style>
a { background-color: #082D5B; }
a { background-color: rgb(8,45,91); }
div.DivClassName
{
background-color: #082D5B;
}
.BgClassName
{
background-color: #082D5B;
}
</style>
border-color css
<style>
span { border-color: #082D5B; }
span { border-color: rgb(8,45,91); }
td.TdClassName
{
border-color: #082D5B;
}
.TagClassName
{
border-color: #082D5B;
}
</style>