Shades of Prussian Blue #083256
Tints of Prussian Blue #083256
RGB
CMYK
RGB Variations
Color information
#083256 (or 0x083256) is known color: Prussian Blue. HEX triplet: 08, 32 and 56. RGB value is (8,50,86). Sum of RGB (Red+Green+Blue) = 8+50+86=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #083256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083256 is #F7CDA9. Grayscale: #292929. Windows color (decimal): -16240042 or 5648904. OLE color: 5648904.
HSL color Cylindrical-coordinate representation of color #083256: hue angle of 207.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083256 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 50 | 86 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.66 |
| HSL | 207.69º | 0.83% | 0.18% | - |
| HSV(B) | 207.69º | 0.91% | 0.34% | - |
| XYZ | 2.92 | 3 | 9.23 | - |
| YUV | 41.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 86 | 0.91 | 0.42 | 0 | 0.66 | 207.69 | 0.83 | 0.18 |
| Hex | 8 | 32 | 56 | 5B | 2A | 0 | 42 | D0 | 53 | 12 |
| Octal | 10 | 62 | 126 | 133 | 52 | 0 | 102 | 320 | 123 | 22 |
| Binary | 1000 | 110010 | 1010110 | 1011011 | 101010 | 0 | 1000010 | 11010000 | 1010011 | 10010 |
Color Harmonies of #083256
Complementary color
Monochromatic Colors of #083256
Black with #083256
Text Example
Text Example
White with #083256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083256; }
p { color: rgb(8,50,86); }
H1.HeaderClassName
{
color: #083256;
}
.AnyTagClassName
{
color: #083256;
}
</style>
background-color css
<style>
a { background-color: #083256; }
a { background-color: rgb(8,50,86); }
div.DivClassName
{
background-color: #083256;
}
.BgClassName
{
background-color: #083256;
}
</style>
border-color css
<style>
span { border-color: #083256; }
span { border-color: rgb(8,50,86); }
td.TdClassName
{
border-color: #083256;
}
.TagClassName
{
border-color: #083256;
}
</style>