Shades of Prussian Blue #083A5D
Tints of Prussian Blue #083A5D
RGB
CMYK
RGB Variations
Color information
#083A5D (or 0x083A5D) is known color: Prussian Blue. HEX triplet: 08, 3A and 5D. RGB value is (8,58,93). Sum of RGB (Red+Green+Blue) = 8+58+93=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #083A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A5D is #F7C5A2. Grayscale: #2E2E2E. Windows color (decimal): -16237987 or 6109704. OLE color: 6109704.
HSL color Cylindrical-coordinate representation of color #083A5D: hue angle of 204.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083A5D is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 58 | 93 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.64 |
| HSL | 204.71º | 0.84% | 0.2% | - |
| HSV(B) | 204.71º | 0.91% | 0.36% | - |
| XYZ | 3.59 | 3.87 | 10.91 | - |
| YUV | 47.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 93 | 0.91 | 0.38 | 0 | 0.64 | 204.71 | 0.84 | 0.2 |
| Hex | 8 | 3A | 5D | 5B | 26 | 0 | 40 | CD | 54 | 14 |
| Octal | 10 | 72 | 135 | 133 | 46 | 0 | 100 | 315 | 124 | 24 |
| Binary | 1000 | 111010 | 1011101 | 1011011 | 100110 | 0 | 1000000 | 11001101 | 1010100 | 10100 |
Color Harmonies of #083A5D
Complementary color
Monochromatic Colors of #083A5D
Black with #083A5D
Text Example
Text Example
White with #083A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A5D; }
p { color: rgb(8,58,93); }
H1.HeaderClassName
{
color: #083A5D;
}
.AnyTagClassName
{
color: #083A5D;
}
</style>
background-color css
<style>
a { background-color: #083A5D; }
a { background-color: rgb(8,58,93); }
div.DivClassName
{
background-color: #083A5D;
}
.BgClassName
{
background-color: #083A5D;
}
</style>
border-color css
<style>
span { border-color: #083A5D; }
span { border-color: rgb(8,58,93); }
td.TdClassName
{
border-color: #083A5D;
}
.TagClassName
{
border-color: #083A5D;
}
</style>