Shades of Prussian Blue #083655
Tints of Prussian Blue #083655
RGB
CMYK
RGB Variations
Color information
#083655 (or 0x083655) is known color: Prussian Blue. HEX triplet: 08, 36 and 55. RGB value is (8,54,85). Sum of RGB (Red+Green+Blue) = 8+54+85=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #083655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083655 is #F7C9AA. Grayscale: #2B2B2B. Windows color (decimal): -16239019 or 5584392. OLE color: 5584392.
HSL color Cylindrical-coordinate representation of color #083655: hue angle of 204.16º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083655 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 54 | 85 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.67 |
| HSL | 204.16º | 0.83% | 0.18% | - |
| HSV(B) | 204.16º | 0.91% | 0.33% | - |
| XYZ | 3.06 | 3.35 | 9.08 | - |
| YUV | 43.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 85 | 0.91 | 0.36 | 0 | 0.67 | 204.16 | 0.83 | 0.18 |
| Hex | 8 | 36 | 55 | 5B | 24 | 0 | 43 | CC | 53 | 12 |
| Octal | 10 | 66 | 125 | 133 | 44 | 0 | 103 | 314 | 123 | 22 |
| Binary | 1000 | 110110 | 1010101 | 1011011 | 100100 | 0 | 1000011 | 11001100 | 1010011 | 10010 |
Color Harmonies of #083655
Complementary color
Monochromatic Colors of #083655
Black with #083655
Text Example
Text Example
White with #083655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083655; }
p { color: rgb(8,54,85); }
H1.HeaderClassName
{
color: #083655;
}
.AnyTagClassName
{
color: #083655;
}
</style>
background-color css
<style>
a { background-color: #083655; }
a { background-color: rgb(8,54,85); }
div.DivClassName
{
background-color: #083655;
}
.BgClassName
{
background-color: #083655;
}
</style>
border-color css
<style>
span { border-color: #083655; }
span { border-color: rgb(8,54,85); }
td.TdClassName
{
border-color: #083655;
}
.TagClassName
{
border-color: #083655;
}
</style>