Shades of Prussian Blue #082D57
Tints of Prussian Blue #082D57
RGB
CMYK
RGB Variations
Color information
#082D57 (or 0x082D57) is known color: Prussian Blue. HEX triplet: 08, 2D and 57. RGB value is (8,45,87). Sum of RGB (Red+Green+Blue) = 8+45+87=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #082D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D57 is #F7D2A8. Grayscale: #262626. Windows color (decimal): -16241321 or 5713160. OLE color: 5713160.
HSL color Cylindrical-coordinate representation of color #082D57: hue angle of 211.9º 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 #082D57 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 45 | 87 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.66 |
| HSL | 211.9º | 0.83% | 0.19% | - |
| HSV(B) | 211.9º | 0.91% | 0.34% | - |
| XYZ | 2.76 | 2.62 | 9.38 | - |
| YUV | 38.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 87 | 0.91 | 0.48 | 0 | 0.66 | 211.9 | 0.83 | 0.19 |
| Hex | 8 | 2D | 57 | 5B | 30 | 0 | 42 | D4 | 53 | 13 |
| Octal | 10 | 55 | 127 | 133 | 60 | 0 | 102 | 324 | 123 | 23 |
| Binary | 1000 | 101101 | 1010111 | 1011011 | 110000 | 0 | 1000010 | 11010100 | 1010011 | 10011 |
Color Harmonies of #082D57
Complementary color
Monochromatic Colors of #082D57
Black with #082D57
Text Example
Text Example
White with #082D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D57; }
p { color: rgb(8,45,87); }
H1.HeaderClassName
{
color: #082D57;
}
.AnyTagClassName
{
color: #082D57;
}
</style>
background-color css
<style>
a { background-color: #082D57; }
a { background-color: rgb(8,45,87); }
div.DivClassName
{
background-color: #082D57;
}
.BgClassName
{
background-color: #082D57;
}
</style>
border-color css
<style>
span { border-color: #082D57; }
span { border-color: rgb(8,45,87); }
td.TdClassName
{
border-color: #082D57;
}
.TagClassName
{
border-color: #082D57;
}
</style>