Shades of Prussian Blue #083454
Tints of Prussian Blue #083454
RGB
CMYK
RGB Variations
Color information
#083454 (or 0x083454) is known color: Prussian Blue. HEX triplet: 08, 34 and 54. RGB value is (8,52,84). Sum of RGB (Red+Green+Blue) = 8+52+84=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #083454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083454 is #F7CBAB. Grayscale: #2A2A2A. Windows color (decimal): -16239532 or 5518344. OLE color: 5518344.
HSL color Cylindrical-coordinate representation of color #083454: hue angle of 205.26º 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 #083454 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 52 | 84 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.67 |
| HSL | 205.26º | 0.83% | 0.18% | - |
| HSV(B) | 205.26º | 0.9% | 0.33% | - |
| XYZ | 2.93 | 3.15 | 8.84 | - |
| YUV | 42.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 84 | 0.90 | 0.38 | 0 | 0.67 | 205.26 | 0.83 | 0.18 |
| Hex | 8 | 34 | 54 | 5A | 26 | 0 | 43 | CD | 53 | 12 |
| Octal | 10 | 64 | 124 | 132 | 46 | 0 | 103 | 315 | 123 | 22 |
| Binary | 1000 | 110100 | 1010100 | 1011010 | 100110 | 0 | 1000011 | 11001101 | 1010011 | 10010 |
Color Harmonies of #083454
Complementary color
Monochromatic Colors of #083454
Black with #083454
Text Example
Text Example
White with #083454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083454; }
p { color: rgb(8,52,84); }
H1.HeaderClassName
{
color: #083454;
}
.AnyTagClassName
{
color: #083454;
}
</style>
background-color css
<style>
a { background-color: #083454; }
a { background-color: rgb(8,52,84); }
div.DivClassName
{
background-color: #083454;
}
.BgClassName
{
background-color: #083454;
}
</style>
border-color css
<style>
span { border-color: #083454; }
span { border-color: rgb(8,52,84); }
td.TdClassName
{
border-color: #083454;
}
.TagClassName
{
border-color: #083454;
}
</style>