Shades of Prussian Blue #082D5D
Tints of Prussian Blue #082D5D
RGB
CMYK
RGB Variations
Color information
#082D5D (or 0x082D5D) is known color: Prussian Blue. HEX triplet: 08, 2D and 5D. RGB value is (8,45,93). Sum of RGB (Red+Green+Blue) = 8+45+93=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #082D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D5D is #F7D2A2. Grayscale: #272727. Windows color (decimal): -16241315 or 6106376. OLE color: 6106376.
HSL color Cylindrical-coordinate representation of color #082D5D: hue angle of 213.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082D5D is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 45 | 93 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.64 |
| HSL | 213.88º | 0.84% | 0.2% | - |
| HSV(B) | 213.88º | 0.91% | 0.36% | - |
| XYZ | 3.01 | 2.72 | 10.72 | - |
| YUV | 39.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 93 | 0.91 | 0.52 | 0 | 0.64 | 213.88 | 0.84 | 0.2 |
| Hex | 8 | 2D | 5D | 5B | 34 | 0 | 40 | D6 | 54 | 14 |
| Octal | 10 | 55 | 135 | 133 | 64 | 0 | 100 | 326 | 124 | 24 |
| Binary | 1000 | 101101 | 1011101 | 1011011 | 110100 | 0 | 1000000 | 11010110 | 1010100 | 10100 |
Color Harmonies of #082D5D
Complementary color
Monochromatic Colors of #082D5D
Black with #082D5D
Text Example
Text Example
White with #082D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D5D; }
p { color: rgb(8,45,93); }
H1.HeaderClassName
{
color: #082D5D;
}
.AnyTagClassName
{
color: #082D5D;
}
</style>
background-color css
<style>
a { background-color: #082D5D; }
a { background-color: rgb(8,45,93); }
div.DivClassName
{
background-color: #082D5D;
}
.BgClassName
{
background-color: #082D5D;
}
</style>
border-color css
<style>
span { border-color: #082D5D; }
span { border-color: rgb(8,45,93); }
td.TdClassName
{
border-color: #082D5D;
}
.TagClassName
{
border-color: #082D5D;
}
</style>