Shades of Prussian Blue #083951
Tints of Prussian Blue #083951
RGB
CMYK
RGB Variations
Color information
#083951 (or 0x083951) is known color: Prussian Blue. HEX triplet: 08, 39 and 51. RGB value is (8,57,81). Sum of RGB (Red+Green+Blue) = 8+57+81=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #083951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083951 is #F7C6AE. Grayscale: #2C2C2C. Windows color (decimal): -16238255 or 5323016. OLE color: 5323016.
HSL color Cylindrical-coordinate representation of color #083951: hue angle of 199.73º 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 #083951 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 57 | 81 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.68 |
| HSL | 199.73º | 0.82% | 0.17% | - |
| HSV(B) | 199.73º | 0.9% | 0.32% | - |
| XYZ | 3.05 | 3.57 | 8.31 | - |
| YUV | 45.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 81 | 0.90 | 0.30 | 0 | 0.68 | 199.73 | 0.82 | 0.17 |
| Hex | 8 | 39 | 51 | 5A | 1E | 0 | 44 | C8 | 52 | 11 |
| Octal | 10 | 71 | 121 | 132 | 36 | 0 | 104 | 310 | 122 | 21 |
| Binary | 1000 | 111001 | 1010001 | 1011010 | 11110 | 0 | 1000100 | 11001000 | 1010010 | 10001 |
Color Harmonies of #083951
Complementary color
Monochromatic Colors of #083951
Black with #083951
Text Example
Text Example
White with #083951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083951; }
p { color: rgb(8,57,81); }
H1.HeaderClassName
{
color: #083951;
}
.AnyTagClassName
{
color: #083951;
}
</style>
background-color css
<style>
a { background-color: #083951; }
a { background-color: rgb(8,57,81); }
div.DivClassName
{
background-color: #083951;
}
.BgClassName
{
background-color: #083951;
}
</style>
border-color css
<style>
span { border-color: #083951; }
span { border-color: rgb(8,57,81); }
td.TdClassName
{
border-color: #083951;
}
.TagClassName
{
border-color: #083951;
}
</style>