Shades of Prussian Blue #082B55
Tints of Prussian Blue #082B55
RGB
CMYK
RGB Variations
Color information
#082B55 (or 0x082B55) is known color: Prussian Blue. HEX triplet: 08, 2B and 55. RGB value is (8,43,85). Sum of RGB (Red+Green+Blue) = 8+43+85=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #082B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B55 is #F7D4AA. Grayscale: #252525. Windows color (decimal): -16241835 or 5581576. OLE color: 5581576.
HSL color Cylindrical-coordinate representation of color #082B55: hue angle of 212.73º 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 #082B55 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 43 | 85 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.67 |
| HSL | 212.73º | 0.83% | 0.18% | - |
| HSV(B) | 212.73º | 0.91% | 0.33% | - |
| XYZ | 2.6 | 2.44 | 8.93 | - |
| YUV | 37.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 85 | 0.91 | 0.49 | 0 | 0.67 | 212.73 | 0.83 | 0.18 |
| Hex | 8 | 2B | 55 | 5B | 31 | 0 | 43 | D5 | 53 | 12 |
| Octal | 10 | 53 | 125 | 133 | 61 | 0 | 103 | 325 | 123 | 22 |
| Binary | 1000 | 101011 | 1010101 | 1011011 | 110001 | 0 | 1000011 | 11010101 | 1010011 | 10010 |
Color Harmonies of #082B55
Complementary color
Monochromatic Colors of #082B55
Black with #082B55
Text Example
Text Example
White with #082B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B55; }
p { color: rgb(8,43,85); }
H1.HeaderClassName
{
color: #082B55;
}
.AnyTagClassName
{
color: #082B55;
}
</style>
background-color css
<style>
a { background-color: #082B55; }
a { background-color: rgb(8,43,85); }
div.DivClassName
{
background-color: #082B55;
}
.BgClassName
{
background-color: #082B55;
}
</style>
border-color css
<style>
span { border-color: #082B55; }
span { border-color: rgb(8,43,85); }
td.TdClassName
{
border-color: #082B55;
}
.TagClassName
{
border-color: #082B55;
}
</style>