Shades of Prussian Blue #082C5B
Tints of Prussian Blue #082C5B
RGB
CMYK
RGB Variations
Color information
#082C5B (or 0x082C5B) is known color: Prussian Blue. HEX triplet: 08, 2C and 5B. RGB value is (8,44,91). Sum of RGB (Red+Green+Blue) = 8+44+91=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #082C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C5B is #F7D3A4. Grayscale: #262626. Windows color (decimal): -16241573 or 5975048. OLE color: 5975048.
HSL color Cylindrical-coordinate representation of color #082C5B: hue angle of 213.98º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082C5B is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 44 | 91 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.64 |
| HSL | 213.98º | 0.84% | 0.19% | - |
| HSV(B) | 213.98º | 0.91% | 0.36% | - |
| XYZ | 2.89 | 2.61 | 10.25 | - |
| YUV | 38.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 91 | 0.91 | 0.52 | 0 | 0.64 | 213.98 | 0.84 | 0.19 |
| Hex | 8 | 2C | 5B | 5B | 34 | 0 | 40 | D6 | 54 | 13 |
| Octal | 10 | 54 | 133 | 133 | 64 | 0 | 100 | 326 | 124 | 23 |
| Binary | 1000 | 101100 | 1011011 | 1011011 | 110100 | 0 | 1000000 | 11010110 | 1010100 | 10011 |
Color Harmonies of #082C5B
Complementary color
Monochromatic Colors of #082C5B
Black with #082C5B
Text Example
Text Example
White with #082C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C5B; }
p { color: rgb(8,44,91); }
H1.HeaderClassName
{
color: #082C5B;
}
.AnyTagClassName
{
color: #082C5B;
}
</style>
background-color css
<style>
a { background-color: #082C5B; }
a { background-color: rgb(8,44,91); }
div.DivClassName
{
background-color: #082C5B;
}
.BgClassName
{
background-color: #082C5B;
}
</style>
border-color css
<style>
span { border-color: #082C5B; }
span { border-color: rgb(8,44,91); }
td.TdClassName
{
border-color: #082C5B;
}
.TagClassName
{
border-color: #082C5B;
}
</style>