Shades of Prussian Blue #083E5D
Tints of Prussian Blue #083E5D
RGB
CMYK
RGB Variations
Color information
#083E5D (or 0x083E5D) is known color: Prussian Blue. HEX triplet: 08, 3E and 5D. RGB value is (8,62,93). Sum of RGB (Red+Green+Blue) = 8+62+93=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #083E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E5D is #F7C1A2. Grayscale: #313131. Windows color (decimal): -16236963 or 6110728. OLE color: 6110728.
HSL color Cylindrical-coordinate representation of color #083E5D: hue angle of 201.88º 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 #083E5D is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 62 | 93 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.64 |
| HSL | 201.88º | 0.84% | 0.2% | - |
| HSV(B) | 201.88º | 0.91% | 0.36% | - |
| XYZ | 3.8 | 4.29 | 10.98 | - |
| YUV | 49.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 93 | 0.91 | 0.33 | 0 | 0.64 | 201.88 | 0.84 | 0.2 |
| Hex | 8 | 3E | 5D | 5B | 21 | 0 | 40 | CA | 54 | 14 |
| Octal | 10 | 76 | 135 | 133 | 41 | 0 | 100 | 312 | 124 | 24 |
| Binary | 1000 | 111110 | 1011101 | 1011011 | 100001 | 0 | 1000000 | 11001010 | 1010100 | 10100 |
Color Harmonies of #083E5D
Complementary color
Monochromatic Colors of #083E5D
Black with #083E5D
Text Example
Text Example
White with #083E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083E5D; }
p { color: rgb(8,62,93); }
H1.HeaderClassName
{
color: #083E5D;
}
.AnyTagClassName
{
color: #083E5D;
}
</style>
background-color css
<style>
a { background-color: #083E5D; }
a { background-color: rgb(8,62,93); }
div.DivClassName
{
background-color: #083E5D;
}
.BgClassName
{
background-color: #083E5D;
}
</style>
border-color css
<style>
span { border-color: #083E5D; }
span { border-color: rgb(8,62,93); }
td.TdClassName
{
border-color: #083E5D;
}
.TagClassName
{
border-color: #083E5D;
}
</style>