Shades of Prussian Blue #082C5C
Tints of Prussian Blue #082C5C
RGB
CMYK
RGB Variations
Color information
#082C5C (or 0x082C5C) is known color: Prussian Blue. HEX triplet: 08, 2C and 5C. RGB value is (8,44,92). Sum of RGB (Red+Green+Blue) = 8+44+92=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #082C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C5C is #F7D3A3. Grayscale: #262626. Windows color (decimal): -16241572 or 6040584. OLE color: 6040584.
HSL color Cylindrical-coordinate representation of color #082C5C: hue angle of 214.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082C5C is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 44 | 92 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.64 |
| HSL | 214.29º | 0.84% | 0.2% | - |
| HSV(B) | 214.29º | 0.91% | 0.36% | - |
| XYZ | 2.93 | 2.63 | 10.48 | - |
| YUV | 38.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 92 | 0.91 | 0.52 | 0 | 0.64 | 214.29 | 0.84 | 0.2 |
| Hex | 8 | 2C | 5C | 5B | 34 | 0 | 40 | D6 | 54 | 14 |
| Octal | 10 | 54 | 134 | 133 | 64 | 0 | 100 | 326 | 124 | 24 |
| Binary | 1000 | 101100 | 1011100 | 1011011 | 110100 | 0 | 1000000 | 11010110 | 1010100 | 10100 |
Color Harmonies of #082C5C
Complementary color
Monochromatic Colors of #082C5C
Black with #082C5C
Text Example
Text Example
White with #082C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C5C; }
p { color: rgb(8,44,92); }
H1.HeaderClassName
{
color: #082C5C;
}
.AnyTagClassName
{
color: #082C5C;
}
</style>
background-color css
<style>
a { background-color: #082C5C; }
a { background-color: rgb(8,44,92); }
div.DivClassName
{
background-color: #082C5C;
}
.BgClassName
{
background-color: #082C5C;
}
</style>
border-color css
<style>
span { border-color: #082C5C; }
span { border-color: rgb(8,44,92); }
td.TdClassName
{
border-color: #082C5C;
}
.TagClassName
{
border-color: #082C5C;
}
</style>