Shades of Prussian Blue #083065
Tints of Prussian Blue #083065
RGB
CMYK
RGB Variations
Color information
#083065 (or 0x083065) is known color: Prussian Blue. HEX triplet: 08, 30 and 65. RGB value is (8,48,101). Sum of RGB (Red+Green+Blue) = 8+48+101=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #083065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083065 is #F7CF9A. Grayscale: #292929. Windows color (decimal): -16240539 or 6631432. OLE color: 6631432.
HSL color Cylindrical-coordinate representation of color #083065: hue angle of 214.19º 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 #083065 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 48 | 101 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.60 |
| HSL | 214.19º | 0.85% | 0.21% | - |
| HSV(B) | 214.19º | 0.92% | 0.4% | - |
| XYZ | 3.51 | 3.11 | 12.73 | - |
| YUV | 42.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 101 | 0.92 | 0.52 | 0 | 0.60 | 214.19 | 0.85 | 0.21 |
| Hex | 8 | 30 | 65 | 5C | 34 | 0 | 3C | D6 | 55 | 15 |
| Octal | 10 | 60 | 145 | 134 | 64 | 0 | 74 | 326 | 125 | 25 |
| Binary | 1000 | 110000 | 1100101 | 1011100 | 110100 | 0 | 111100 | 11010110 | 1010101 | 10101 |
Color Harmonies of #083065
Complementary color
Monochromatic Colors of #083065
Black with #083065
Text Example
Text Example
White with #083065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083065; }
p { color: rgb(8,48,101); }
H1.HeaderClassName
{
color: #083065;
}
.AnyTagClassName
{
color: #083065;
}
</style>
background-color css
<style>
a { background-color: #083065; }
a { background-color: rgb(8,48,101); }
div.DivClassName
{
background-color: #083065;
}
.BgClassName
{
background-color: #083065;
}
</style>
border-color css
<style>
span { border-color: #083065; }
span { border-color: rgb(8,48,101); }
td.TdClassName
{
border-color: #083065;
}
.TagClassName
{
border-color: #083065;
}
</style>