Shades of Prussian Blue #083356
Tints of Prussian Blue #083356
RGB
CMYK
RGB Variations
Color information
#083356 (or 0x083356) is known color: Prussian Blue. HEX triplet: 08, 33 and 56. RGB value is (8,51,86). Sum of RGB (Red+Green+Blue) = 8+51+86=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #083356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083356 is #F7CCA9. Grayscale: #292929. Windows color (decimal): -16239786 or 5649160. OLE color: 5649160.
HSL color Cylindrical-coordinate representation of color #083356: hue angle of 206.92º 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 #083356 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 51 | 86 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.66 |
| HSL | 206.92º | 0.83% | 0.18% | - |
| HSV(B) | 206.92º | 0.91% | 0.34% | - |
| XYZ | 2.96 | 3.09 | 9.24 | - |
| YUV | 42.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 86 | 0.91 | 0.41 | 0 | 0.66 | 206.92 | 0.83 | 0.18 |
| Hex | 8 | 33 | 56 | 5B | 29 | 0 | 42 | CF | 53 | 12 |
| Octal | 10 | 63 | 126 | 133 | 51 | 0 | 102 | 317 | 123 | 22 |
| Binary | 1000 | 110011 | 1010110 | 1011011 | 101001 | 0 | 1000010 | 11001111 | 1010011 | 10010 |
Color Harmonies of #083356
Complementary color
Monochromatic Colors of #083356
Black with #083356
Text Example
Text Example
White with #083356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083356; }
p { color: rgb(8,51,86); }
H1.HeaderClassName
{
color: #083356;
}
.AnyTagClassName
{
color: #083356;
}
</style>
background-color css
<style>
a { background-color: #083356; }
a { background-color: rgb(8,51,86); }
div.DivClassName
{
background-color: #083356;
}
.BgClassName
{
background-color: #083356;
}
</style>
border-color css
<style>
span { border-color: #083356; }
span { border-color: rgb(8,51,86); }
td.TdClassName
{
border-color: #083356;
}
.TagClassName
{
border-color: #083356;
}
</style>