Shades of Prussian Blue #082F68
Tints of Prussian Blue #082F68
RGB
CMYK
RGB Variations
Color information
#082F68 (or 0x082F68) is known color: Prussian Blue. HEX triplet: 08, 2F and 68. RGB value is (8,47,104). Sum of RGB (Red+Green+Blue) = 8+47+104=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #082F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F68 is #F7D097. Grayscale: #292929. Windows color (decimal): -16240792 or 6827784. OLE color: 6827784.
HSL color Cylindrical-coordinate representation of color #082F68: hue angle of 215.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082F68 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 47 | 104 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.59 |
| HSL | 215.63º | 0.86% | 0.22% | - |
| HSV(B) | 215.63º | 0.92% | 0.41% | - |
| XYZ | 3.62 | 3.08 | 13.5 | - |
| YUV | 41.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 104 | 0.92 | 0.55 | 0 | 0.59 | 215.63 | 0.86 | 0.22 |
| Hex | 8 | 2F | 68 | 5C | 37 | 0 | 3B | D8 | 56 | 16 |
| Octal | 10 | 57 | 150 | 134 | 67 | 0 | 73 | 330 | 126 | 26 |
| Binary | 1000 | 101111 | 1101000 | 1011100 | 110111 | 0 | 111011 | 11011000 | 1010110 | 10110 |
Color Harmonies of #082F68
Complementary color
Monochromatic Colors of #082F68
Black with #082F68
Text Example
Text Example
White with #082F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F68; }
p { color: rgb(8,47,104); }
H1.HeaderClassName
{
color: #082F68;
}
.AnyTagClassName
{
color: #082F68;
}
</style>
background-color css
<style>
a { background-color: #082F68; }
a { background-color: rgb(8,47,104); }
div.DivClassName
{
background-color: #082F68;
}
.BgClassName
{
background-color: #082F68;
}
</style>
border-color css
<style>
span { border-color: #082F68; }
span { border-color: rgb(8,47,104); }
td.TdClassName
{
border-color: #082F68;
}
.TagClassName
{
border-color: #082F68;
}
</style>