Shades of Prussian Blue #082F55
Tints of Prussian Blue #082F55
RGB
CMYK
RGB Variations
Color information
#082F55 (or 0x082F55) is known color: Prussian Blue. HEX triplet: 08, 2F and 55. RGB value is (8,47,85). Sum of RGB (Red+Green+Blue) = 8+47+85=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #082F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F55 is #F7D0AA. Grayscale: #272727. Windows color (decimal): -16240811 or 5582600. OLE color: 5582600.
HSL color Cylindrical-coordinate representation of color #082F55: hue angle of 209.61º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082F55 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 47 | 85 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.67 |
| HSL | 209.61º | 0.83% | 0.18% | - |
| HSV(B) | 209.61º | 0.91% | 0.33% | - |
| XYZ | 2.76 | 2.74 | 8.98 | - |
| YUV | 39.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 85 | 0.91 | 0.45 | 0 | 0.67 | 209.61 | 0.83 | 0.18 |
| Hex | 8 | 2F | 55 | 5B | 2D | 0 | 43 | D2 | 53 | 12 |
| Octal | 10 | 57 | 125 | 133 | 55 | 0 | 103 | 322 | 123 | 22 |
| Binary | 1000 | 101111 | 1010101 | 1011011 | 101101 | 0 | 1000011 | 11010010 | 1010011 | 10010 |
Color Harmonies of #082F55
Complementary color
Monochromatic Colors of #082F55
Black with #082F55
Text Example
Text Example
White with #082F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F55; }
p { color: rgb(8,47,85); }
H1.HeaderClassName
{
color: #082F55;
}
.AnyTagClassName
{
color: #082F55;
}
</style>
background-color css
<style>
a { background-color: #082F55; }
a { background-color: rgb(8,47,85); }
div.DivClassName
{
background-color: #082F55;
}
.BgClassName
{
background-color: #082F55;
}
</style>
border-color css
<style>
span { border-color: #082F55; }
span { border-color: rgb(8,47,85); }
td.TdClassName
{
border-color: #082F55;
}
.TagClassName
{
border-color: #082F55;
}
</style>