Shades of Prussian Blue #083A55
Tints of Prussian Blue #083A55
RGB
CMYK
RGB Variations
Color information
#083A55 (or 0x083A55) is known color: Prussian Blue. HEX triplet: 08, 3A and 55. RGB value is (8,58,85). Sum of RGB (Red+Green+Blue) = 8+58+85=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #083A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A55 is #F7C5AA. Grayscale: #2D2D2D. Windows color (decimal): -16237995 or 5585416. OLE color: 5585416.
HSL color Cylindrical-coordinate representation of color #083A55: hue angle of 201.04º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083A55 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 58 | 85 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.67 |
| HSL | 201.04º | 0.83% | 0.18% | - |
| HSV(B) | 201.04º | 0.91% | 0.33% | - |
| XYZ | 3.25 | 3.73 | 9.14 | - |
| YUV | 46.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 85 | 0.91 | 0.32 | 0 | 0.67 | 201.04 | 0.83 | 0.18 |
| Hex | 8 | 3A | 55 | 5B | 20 | 0 | 43 | C9 | 53 | 12 |
| Octal | 10 | 72 | 125 | 133 | 40 | 0 | 103 | 311 | 123 | 22 |
| Binary | 1000 | 111010 | 1010101 | 1011011 | 100000 | 0 | 1000011 | 11001001 | 1010011 | 10010 |
Color Harmonies of #083A55
Complementary color
Monochromatic Colors of #083A55
Black with #083A55
Text Example
Text Example
White with #083A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A55; }
p { color: rgb(8,58,85); }
H1.HeaderClassName
{
color: #083A55;
}
.AnyTagClassName
{
color: #083A55;
}
</style>
background-color css
<style>
a { background-color: #083A55; }
a { background-color: rgb(8,58,85); }
div.DivClassName
{
background-color: #083A55;
}
.BgClassName
{
background-color: #083A55;
}
</style>
border-color css
<style>
span { border-color: #083A55; }
span { border-color: rgb(8,58,85); }
td.TdClassName
{
border-color: #083A55;
}
.TagClassName
{
border-color: #083A55;
}
</style>