Shades of Prussian Blue #083260
Tints of Prussian Blue #083260
RGB
CMYK
RGB Variations
Color information
#083260 (or 0x083260) is known color: Prussian Blue. HEX triplet: 08, 32 and 60. RGB value is (8,50,96). Sum of RGB (Red+Green+Blue) = 8+50+96=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #083260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083260 is #F7CD9F. Grayscale: #2A2A2A. Windows color (decimal): -16240032 or 6304264. OLE color: 6304264.
HSL color Cylindrical-coordinate representation of color #083260: hue angle of 211.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083260 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 50 | 96 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.62 |
| HSL | 211.36º | 0.85% | 0.2% | - |
| HSV(B) | 211.36º | 0.92% | 0.38% | - |
| XYZ | 3.35 | 3.18 | 11.5 | - |
| YUV | 42.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 96 | 0.92 | 0.48 | 0 | 0.62 | 211.36 | 0.85 | 0.2 |
| Hex | 8 | 32 | 60 | 5C | 30 | 0 | 3E | D3 | 55 | 14 |
| Octal | 10 | 62 | 140 | 134 | 60 | 0 | 76 | 323 | 125 | 24 |
| Binary | 1000 | 110010 | 1100000 | 1011100 | 110000 | 0 | 111110 | 11010011 | 1010101 | 10100 |
Color Harmonies of #083260
Complementary color
Monochromatic Colors of #083260
Black with #083260
Text Example
Text Example
White with #083260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083260; }
p { color: rgb(8,50,96); }
H1.HeaderClassName
{
color: #083260;
}
.AnyTagClassName
{
color: #083260;
}
</style>
background-color css
<style>
a { background-color: #083260; }
a { background-color: rgb(8,50,96); }
div.DivClassName
{
background-color: #083260;
}
.BgClassName
{
background-color: #083260;
}
</style>
border-color css
<style>
span { border-color: #083260; }
span { border-color: rgb(8,50,96); }
td.TdClassName
{
border-color: #083260;
}
.TagClassName
{
border-color: #083260;
}
</style>