Shades of Prussian Blue #083B5D
Tints of Prussian Blue #083B5D
RGB
CMYK
RGB Variations
Color information
#083B5D (or 0x083B5D) is known color: Prussian Blue. HEX triplet: 08, 3B and 5D. RGB value is (8,59,93). Sum of RGB (Red+Green+Blue) = 8+59+93=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #083B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5D is #F7C4A2. Grayscale: #2F2F2F. Windows color (decimal): -16237731 or 6109960. OLE color: 6109960.
HSL color Cylindrical-coordinate representation of color #083B5D: hue angle of 204º 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 #083B5D is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 59 | 93 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.64 |
| HSL | 204º | 0.84% | 0.2% | - |
| HSV(B) | 204º | 0.91% | 0.36% | - |
| XYZ | 3.64 | 3.97 | 10.93 | - |
| YUV | 47.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 93 | 0.91 | 0.37 | 0 | 0.64 | 204 | 0.84 | 0.2 |
| Hex | 8 | 3B | 5D | 5B | 25 | 0 | 40 | CC | 54 | 14 |
| Octal | 10 | 73 | 135 | 133 | 45 | 0 | 100 | 314 | 124 | 24 |
| Binary | 1000 | 111011 | 1011101 | 1011011 | 100101 | 0 | 1000000 | 11001100 | 1010100 | 10100 |
Color Harmonies of #083B5D
Complementary color
Monochromatic Colors of #083B5D
Black with #083B5D
Text Example
Text Example
White with #083B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B5D; }
p { color: rgb(8,59,93); }
H1.HeaderClassName
{
color: #083B5D;
}
.AnyTagClassName
{
color: #083B5D;
}
</style>
background-color css
<style>
a { background-color: #083B5D; }
a { background-color: rgb(8,59,93); }
div.DivClassName
{
background-color: #083B5D;
}
.BgClassName
{
background-color: #083B5D;
}
</style>
border-color css
<style>
span { border-color: #083B5D; }
span { border-color: rgb(8,59,93); }
td.TdClassName
{
border-color: #083B5D;
}
.TagClassName
{
border-color: #083B5D;
}
</style>