Shades of Prussian Blue #082B57
Tints of Prussian Blue #082B57
RGB
CMYK
RGB Variations
Color information
#082B57 (or 0x082B57) is known color: Prussian Blue. HEX triplet: 08, 2B and 57. RGB value is (8,43,87). Sum of RGB (Red+Green+Blue) = 8+43+87=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #082B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B57 is #F7D4A8. Grayscale: #252525. Windows color (decimal): -16241833 or 5712648. OLE color: 5712648.
HSL color Cylindrical-coordinate representation of color #082B57: hue angle of 213.42º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082B57 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 43 | 87 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.66 |
| HSL | 213.42º | 0.83% | 0.19% | - |
| HSV(B) | 213.42º | 0.91% | 0.34% | - |
| XYZ | 2.68 | 2.47 | 9.35 | - |
| YUV | 37.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 87 | 0.91 | 0.51 | 0 | 0.66 | 213.42 | 0.83 | 0.19 |
| Hex | 8 | 2B | 57 | 5B | 33 | 0 | 42 | D5 | 53 | 13 |
| Octal | 10 | 53 | 127 | 133 | 63 | 0 | 102 | 325 | 123 | 23 |
| Binary | 1000 | 101011 | 1010111 | 1011011 | 110011 | 0 | 1000010 | 11010101 | 1010011 | 10011 |
Color Harmonies of #082B57
Complementary color
Monochromatic Colors of #082B57
Black with #082B57
Text Example
Text Example
White with #082B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B57; }
p { color: rgb(8,43,87); }
H1.HeaderClassName
{
color: #082B57;
}
.AnyTagClassName
{
color: #082B57;
}
</style>
background-color css
<style>
a { background-color: #082B57; }
a { background-color: rgb(8,43,87); }
div.DivClassName
{
background-color: #082B57;
}
.BgClassName
{
background-color: #082B57;
}
</style>
border-color css
<style>
span { border-color: #082B57; }
span { border-color: rgb(8,43,87); }
td.TdClassName
{
border-color: #082B57;
}
.TagClassName
{
border-color: #082B57;
}
</style>