Shades of Prussian Blue #083954
Tints of Prussian Blue #083954
RGB
CMYK
RGB Variations
Color information
#083954 (or 0x083954) is known color: Prussian Blue. HEX triplet: 08, 39 and 54. RGB value is (8,57,84). Sum of RGB (Red+Green+Blue) = 8+57+84=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #083954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083954 is #F7C6AB. Grayscale: #2D2D2D. Windows color (decimal): -16238252 or 5519624. OLE color: 5519624.
HSL color Cylindrical-coordinate representation of color #083954: hue angle of 201.32º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083954 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 57 | 84 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.67 |
| HSL | 201.32º | 0.83% | 0.18% | - |
| HSV(B) | 201.32º | 0.9% | 0.33% | - |
| XYZ | 3.16 | 3.62 | 8.92 | - |
| YUV | 45.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 84 | 0.90 | 0.32 | 0 | 0.67 | 201.32 | 0.83 | 0.18 |
| Hex | 8 | 39 | 54 | 5A | 20 | 0 | 43 | C9 | 53 | 12 |
| Octal | 10 | 71 | 124 | 132 | 40 | 0 | 103 | 311 | 123 | 22 |
| Binary | 1000 | 111001 | 1010100 | 1011010 | 100000 | 0 | 1000011 | 11001001 | 1010011 | 10010 |
Color Harmonies of #083954
Complementary color
Monochromatic Colors of #083954
Black with #083954
Text Example
Text Example
White with #083954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083954; }
p { color: rgb(8,57,84); }
H1.HeaderClassName
{
color: #083954;
}
.AnyTagClassName
{
color: #083954;
}
</style>
background-color css
<style>
a { background-color: #083954; }
a { background-color: rgb(8,57,84); }
div.DivClassName
{
background-color: #083954;
}
.BgClassName
{
background-color: #083954;
}
</style>
border-color css
<style>
span { border-color: #083954; }
span { border-color: rgb(8,57,84); }
td.TdClassName
{
border-color: #083954;
}
.TagClassName
{
border-color: #083954;
}
</style>