Shades of Prussian Blue #083165
Tints of Prussian Blue #083165
RGB
CMYK
RGB Variations
Color information
#083165 (or 0x083165) is known color: Prussian Blue. HEX triplet: 08, 31 and 65. RGB value is (8,49,101). Sum of RGB (Red+Green+Blue) = 8+49+101=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #083165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083165 is #F7CE9A. Grayscale: #2A2A2A. Windows color (decimal): -16240283 or 6631688. OLE color: 6631688.
HSL color Cylindrical-coordinate representation of color #083165: hue angle of 213.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083165 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 49 | 101 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.60 |
| HSL | 213.55º | 0.85% | 0.21% | - |
| HSV(B) | 213.55º | 0.92% | 0.4% | - |
| XYZ | 3.55 | 3.19 | 12.74 | - |
| YUV | 42.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 101 | 0.92 | 0.51 | 0 | 0.60 | 213.55 | 0.85 | 0.21 |
| Hex | 8 | 31 | 65 | 5C | 33 | 0 | 3C | D6 | 55 | 15 |
| Octal | 10 | 61 | 145 | 134 | 63 | 0 | 74 | 326 | 125 | 25 |
| Binary | 1000 | 110001 | 1100101 | 1011100 | 110011 | 0 | 111100 | 11010110 | 1010101 | 10101 |
Color Harmonies of #083165
Complementary color
Monochromatic Colors of #083165
Black with #083165
Text Example
Text Example
White with #083165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083165; }
p { color: rgb(8,49,101); }
H1.HeaderClassName
{
color: #083165;
}
.AnyTagClassName
{
color: #083165;
}
</style>
background-color css
<style>
a { background-color: #083165; }
a { background-color: rgb(8,49,101); }
div.DivClassName
{
background-color: #083165;
}
.BgClassName
{
background-color: #083165;
}
</style>
border-color css
<style>
span { border-color: #083165; }
span { border-color: rgb(8,49,101); }
td.TdClassName
{
border-color: #083165;
}
.TagClassName
{
border-color: #083165;
}
</style>