Shades of Prussian Blue #082D4E
Tints of Prussian Blue #082D4E
RGB
CMYK
RGB Variations
Color information
#082D4E (or 0x082D4E) is known color: Prussian Blue. HEX triplet: 08, 2D and 4E. RGB value is (8,45,78). Sum of RGB (Red+Green+Blue) = 8+45+78=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #082D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D4E is #F7D2B1. Grayscale: #252525. Windows color (decimal): -16241330 or 5123336. OLE color: 5123336.
HSL color Cylindrical-coordinate representation of color #082D4E: hue angle of 208.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082D4E is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 45 | 78 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.69 |
| HSL | 208.29º | 0.81% | 0.17% | - |
| HSV(B) | 208.29º | 0.9% | 0.31% | - |
| XYZ | 2.41 | 2.48 | 7.56 | - |
| YUV | 37.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 78 | 0.90 | 0.42 | 0 | 0.69 | 208.29 | 0.81 | 0.17 |
| Hex | 8 | 2D | 4E | 5A | 2A | 0 | 45 | D0 | 51 | 11 |
| Octal | 10 | 55 | 116 | 132 | 52 | 0 | 105 | 320 | 121 | 21 |
| Binary | 1000 | 101101 | 1001110 | 1011010 | 101010 | 0 | 1000101 | 11010000 | 1010001 | 10001 |
Color Harmonies of #082D4E
Complementary color
Monochromatic Colors of #082D4E
Black with #082D4E
Text Example
Text Example
White with #082D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D4E; }
p { color: rgb(8,45,78); }
H1.HeaderClassName
{
color: #082D4E;
}
.AnyTagClassName
{
color: #082D4E;
}
</style>
background-color css
<style>
a { background-color: #082D4E; }
a { background-color: rgb(8,45,78); }
div.DivClassName
{
background-color: #082D4E;
}
.BgClassName
{
background-color: #082D4E;
}
</style>
border-color css
<style>
span { border-color: #082D4E; }
span { border-color: rgb(8,45,78); }
td.TdClassName
{
border-color: #082D4E;
}
.TagClassName
{
border-color: #082D4E;
}
</style>