Shades of Prussian Blue #083259
Tints of Prussian Blue #083259
RGB
CMYK
RGB Variations
Color information
#083259 (or 0x083259) is known color: Prussian Blue. HEX triplet: 08, 32 and 59. RGB value is (8,50,89). Sum of RGB (Red+Green+Blue) = 8+50+89=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #083259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083259 is #F7CDA6. Grayscale: #292929. Windows color (decimal): -16240039 or 5845512. OLE color: 5845512.
HSL color Cylindrical-coordinate representation of color #083259: hue angle of 208.89º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083259 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 50 | 89 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.65 |
| HSL | 208.89º | 0.84% | 0.19% | - |
| HSV(B) | 208.89º | 0.91% | 0.35% | - |
| XYZ | 3.04 | 3.05 | 9.88 | - |
| YUV | 41.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 89 | 0.91 | 0.44 | 0 | 0.65 | 208.89 | 0.84 | 0.19 |
| Hex | 8 | 32 | 59 | 5B | 2C | 0 | 41 | D1 | 54 | 13 |
| Octal | 10 | 62 | 131 | 133 | 54 | 0 | 101 | 321 | 124 | 23 |
| Binary | 1000 | 110010 | 1011001 | 1011011 | 101100 | 0 | 1000001 | 11010001 | 1010100 | 10011 |
Color Harmonies of #083259
Complementary color
Monochromatic Colors of #083259
Black with #083259
Text Example
Text Example
White with #083259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083259; }
p { color: rgb(8,50,89); }
H1.HeaderClassName
{
color: #083259;
}
.AnyTagClassName
{
color: #083259;
}
</style>
background-color css
<style>
a { background-color: #083259; }
a { background-color: rgb(8,50,89); }
div.DivClassName
{
background-color: #083259;
}
.BgClassName
{
background-color: #083259;
}
</style>
border-color css
<style>
span { border-color: #083259; }
span { border-color: rgb(8,50,89); }
td.TdClassName
{
border-color: #083259;
}
.TagClassName
{
border-color: #083259;
}
</style>