Shades of Prussian Blue #082C51
Tints of Prussian Blue #082C51
RGB
CMYK
RGB Variations
Color information
#082C51 (or 0x082C51) is known color: Prussian Blue. HEX triplet: 08, 2C and 51. RGB value is (8,44,81). Sum of RGB (Red+Green+Blue) = 8+44+81=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #082C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C51 is #F7D3AE. Grayscale: #252525. Windows color (decimal): -16241583 or 5319688. OLE color: 5319688.
HSL color Cylindrical-coordinate representation of color #082C51: hue angle of 210.41º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082C51 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 44 | 81 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.68 |
| HSL | 210.41º | 0.82% | 0.17% | - |
| HSV(B) | 210.41º | 0.9% | 0.32% | - |
| XYZ | 2.49 | 2.45 | 8.13 | - |
| YUV | 37.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 81 | 0.90 | 0.46 | 0 | 0.68 | 210.41 | 0.82 | 0.17 |
| Hex | 8 | 2C | 51 | 5A | 2E | 0 | 44 | D2 | 52 | 11 |
| Octal | 10 | 54 | 121 | 132 | 56 | 0 | 104 | 322 | 122 | 21 |
| Binary | 1000 | 101100 | 1010001 | 1011010 | 101110 | 0 | 1000100 | 11010010 | 1010010 | 10001 |
Color Harmonies of #082C51
Complementary color
Monochromatic Colors of #082C51
Black with #082C51
Text Example
Text Example
White with #082C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C51; }
p { color: rgb(8,44,81); }
H1.HeaderClassName
{
color: #082C51;
}
.AnyTagClassName
{
color: #082C51;
}
</style>
background-color css
<style>
a { background-color: #082C51; }
a { background-color: rgb(8,44,81); }
div.DivClassName
{
background-color: #082C51;
}
.BgClassName
{
background-color: #082C51;
}
</style>
border-color css
<style>
span { border-color: #082C51; }
span { border-color: rgb(8,44,81); }
td.TdClassName
{
border-color: #082C51;
}
.TagClassName
{
border-color: #082C51;
}
</style>