Shades of Prussian Blue #082E55
Tints of Prussian Blue #082E55
RGB
CMYK
RGB Variations
Color information
#082E55 (or 0x082E55) is known color: Prussian Blue. HEX triplet: 08, 2E and 55. RGB value is (8,46,85). Sum of RGB (Red+Green+Blue) = 8+46+85=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #082E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E55 is #F7D1AA. Grayscale: #262626. Windows color (decimal): -16241067 or 5582344. OLE color: 5582344.
HSL color Cylindrical-coordinate representation of color #082E55: hue angle of 210.39º 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 #082E55 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 46 | 85 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.67 |
| HSL | 210.39º | 0.83% | 0.18% | - |
| HSV(B) | 210.39º | 0.91% | 0.33% | - |
| XYZ | 2.72 | 2.66 | 8.96 | - |
| YUV | 39.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 85 | 0.91 | 0.46 | 0 | 0.67 | 210.39 | 0.83 | 0.18 |
| Hex | 8 | 2E | 55 | 5B | 2E | 0 | 43 | D2 | 53 | 12 |
| Octal | 10 | 56 | 125 | 133 | 56 | 0 | 103 | 322 | 123 | 22 |
| Binary | 1000 | 101110 | 1010101 | 1011011 | 101110 | 0 | 1000011 | 11010010 | 1010011 | 10010 |
Color Harmonies of #082E55
Complementary color
Monochromatic Colors of #082E55
Black with #082E55
Text Example
Text Example
White with #082E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E55; }
p { color: rgb(8,46,85); }
H1.HeaderClassName
{
color: #082E55;
}
.AnyTagClassName
{
color: #082E55;
}
</style>
background-color css
<style>
a { background-color: #082E55; }
a { background-color: rgb(8,46,85); }
div.DivClassName
{
background-color: #082E55;
}
.BgClassName
{
background-color: #082E55;
}
</style>
border-color css
<style>
span { border-color: #082E55; }
span { border-color: rgb(8,46,85); }
td.TdClassName
{
border-color: #082E55;
}
.TagClassName
{
border-color: #082E55;
}
</style>