Shades of Prussian Blue #083656
Tints of Prussian Blue #083656
RGB
CMYK
RGB Variations
Color information
#083656 (or 0x083656) is known color: Prussian Blue. HEX triplet: 08, 36 and 56. RGB value is (8,54,86). Sum of RGB (Red+Green+Blue) = 8+54+86=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #083656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083656 is #F7C9A9. Grayscale: #2B2B2B. Windows color (decimal): -16239018 or 5649928. OLE color: 5649928.
HSL color Cylindrical-coordinate representation of color #083656: hue angle of 204.62º 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 #083656 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 54 | 86 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.66 |
| HSL | 204.62º | 0.83% | 0.18% | - |
| HSV(B) | 204.62º | 0.91% | 0.34% | - |
| XYZ | 3.1 | 3.36 | 9.29 | - |
| YUV | 43.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 86 | 0.91 | 0.37 | 0 | 0.66 | 204.62 | 0.83 | 0.18 |
| Hex | 8 | 36 | 56 | 5B | 25 | 0 | 42 | CD | 53 | 12 |
| Octal | 10 | 66 | 126 | 133 | 45 | 0 | 102 | 315 | 123 | 22 |
| Binary | 1000 | 110110 | 1010110 | 1011011 | 100101 | 0 | 1000010 | 11001101 | 1010011 | 10010 |
Color Harmonies of #083656
Complementary color
Monochromatic Colors of #083656
Black with #083656
Text Example
Text Example
White with #083656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083656; }
p { color: rgb(8,54,86); }
H1.HeaderClassName
{
color: #083656;
}
.AnyTagClassName
{
color: #083656;
}
</style>
background-color css
<style>
a { background-color: #083656; }
a { background-color: rgb(8,54,86); }
div.DivClassName
{
background-color: #083656;
}
.BgClassName
{
background-color: #083656;
}
</style>
border-color css
<style>
span { border-color: #083656; }
span { border-color: rgb(8,54,86); }
td.TdClassName
{
border-color: #083656;
}
.TagClassName
{
border-color: #083656;
}
</style>