Shades of Prussian Blue #082F5C
Tints of Prussian Blue #082F5C
RGB
CMYK
RGB Variations
Color information
#082F5C (or 0x082F5C) is known color: Prussian Blue. HEX triplet: 08, 2F and 5C. RGB value is (8,47,92). Sum of RGB (Red+Green+Blue) = 8+47+92=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #082F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F5C is #F7D0A3. Grayscale: #282828. Windows color (decimal): -16240804 or 6041352. OLE color: 6041352.
HSL color Cylindrical-coordinate representation of color #082F5C: hue angle of 212.14º 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 #082F5C is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 47 | 92 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.64 |
| HSL | 212.14º | 0.84% | 0.2% | - |
| HSV(B) | 212.14º | 0.91% | 0.36% | - |
| XYZ | 3.05 | 2.86 | 10.52 | - |
| YUV | 40.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 92 | 0.91 | 0.49 | 0 | 0.64 | 212.14 | 0.84 | 0.2 |
| Hex | 8 | 2F | 5C | 5B | 31 | 0 | 40 | D4 | 54 | 14 |
| Octal | 10 | 57 | 134 | 133 | 61 | 0 | 100 | 324 | 124 | 24 |
| Binary | 1000 | 101111 | 1011100 | 1011011 | 110001 | 0 | 1000000 | 11010100 | 1010100 | 10100 |
Color Harmonies of #082F5C
Complementary color
Monochromatic Colors of #082F5C
Black with #082F5C
Text Example
Text Example
White with #082F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F5C; }
p { color: rgb(8,47,92); }
H1.HeaderClassName
{
color: #082F5C;
}
.AnyTagClassName
{
color: #082F5C;
}
</style>
background-color css
<style>
a { background-color: #082F5C; }
a { background-color: rgb(8,47,92); }
div.DivClassName
{
background-color: #082F5C;
}
.BgClassName
{
background-color: #082F5C;
}
</style>
border-color css
<style>
span { border-color: #082F5C; }
span { border-color: rgb(8,47,92); }
td.TdClassName
{
border-color: #082F5C;
}
.TagClassName
{
border-color: #082F5C;
}
</style>