Shades of Prussian Blue #083A59
Tints of Prussian Blue #083A59
RGB
CMYK
RGB Variations
Color information
#083A59 (or 0x083A59) is known color: Prussian Blue. HEX triplet: 08, 3A and 59. RGB value is (8,58,89). Sum of RGB (Red+Green+Blue) = 8+58+89=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #083A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A59 is #F7C5A6. Grayscale: #2E2E2E. Windows color (decimal): -16237991 or 5847560. OLE color: 5847560.
HSL color Cylindrical-coordinate representation of color #083A59: hue angle of 202.96º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083A59 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 58 | 89 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.65 |
| HSL | 202.96º | 0.84% | 0.19% | - |
| HSV(B) | 202.96º | 0.91% | 0.35% | - |
| XYZ | 3.42 | 3.8 | 10 | - |
| YUV | 46.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 89 | 0.91 | 0.35 | 0 | 0.65 | 202.96 | 0.84 | 0.19 |
| Hex | 8 | 3A | 59 | 5B | 23 | 0 | 41 | CB | 54 | 13 |
| Octal | 10 | 72 | 131 | 133 | 43 | 0 | 101 | 313 | 124 | 23 |
| Binary | 1000 | 111010 | 1011001 | 1011011 | 100011 | 0 | 1000001 | 11001011 | 1010100 | 10011 |
Color Harmonies of #083A59
Complementary color
Monochromatic Colors of #083A59
Black with #083A59
Text Example
Text Example
White with #083A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A59; }
p { color: rgb(8,58,89); }
H1.HeaderClassName
{
color: #083A59;
}
.AnyTagClassName
{
color: #083A59;
}
</style>
background-color css
<style>
a { background-color: #083A59; }
a { background-color: rgb(8,58,89); }
div.DivClassName
{
background-color: #083A59;
}
.BgClassName
{
background-color: #083A59;
}
</style>
border-color css
<style>
span { border-color: #083A59; }
span { border-color: rgb(8,58,89); }
td.TdClassName
{
border-color: #083A59;
}
.TagClassName
{
border-color: #083A59;
}
</style>