Shades of Prussian Blue #083151
Tints of Prussian Blue #083151
RGB
CMYK
RGB Variations
Color information
#083151 (or 0x083151) is known color: Prussian Blue. HEX triplet: 08, 31 and 51. RGB value is (8,49,81). Sum of RGB (Red+Green+Blue) = 8+49+81=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #083151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083151 is #F7CEAE. Grayscale: #282828. Windows color (decimal): -16240303 or 5320968. OLE color: 5320968.
HSL color Cylindrical-coordinate representation of color #083151: hue angle of 206.3º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083151 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 49 | 81 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.68 |
| HSL | 206.3º | 0.82% | 0.17% | - |
| HSV(B) | 206.3º | 0.9% | 0.32% | - |
| XYZ | 2.68 | 2.84 | 8.19 | - |
| YUV | 40.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 81 | 0.90 | 0.40 | 0 | 0.68 | 206.3 | 0.82 | 0.17 |
| Hex | 8 | 31 | 51 | 5A | 28 | 0 | 44 | CE | 52 | 11 |
| Octal | 10 | 61 | 121 | 132 | 50 | 0 | 104 | 316 | 122 | 21 |
| Binary | 1000 | 110001 | 1010001 | 1011010 | 101000 | 0 | 1000100 | 11001110 | 1010010 | 10001 |
Color Harmonies of #083151
Complementary color
Monochromatic Colors of #083151
Black with #083151
Text Example
Text Example
White with #083151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083151; }
p { color: rgb(8,49,81); }
H1.HeaderClassName
{
color: #083151;
}
.AnyTagClassName
{
color: #083151;
}
</style>
background-color css
<style>
a { background-color: #083151; }
a { background-color: rgb(8,49,81); }
div.DivClassName
{
background-color: #083151;
}
.BgClassName
{
background-color: #083151;
}
</style>
border-color css
<style>
span { border-color: #083151; }
span { border-color: rgb(8,49,81); }
td.TdClassName
{
border-color: #083151;
}
.TagClassName
{
border-color: #083151;
}
</style>