Shades of Prussian Blue #083D5D
Tints of Prussian Blue #083D5D
RGB
CMYK
RGB Variations
Color information
#083D5D (or 0x083D5D) is known color: Prussian Blue. HEX triplet: 08, 3D and 5D. RGB value is (8,61,93). Sum of RGB (Red+Green+Blue) = 8+61+93=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #083D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D5D is #F7C2A2. Grayscale: #303030. Windows color (decimal): -16237219 or 6110472. OLE color: 6110472.
HSL color Cylindrical-coordinate representation of color #083D5D: hue angle of 202.59º 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 #083D5D is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 61 | 93 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.64 |
| HSL | 202.59º | 0.84% | 0.2% | - |
| HSV(B) | 202.59º | 0.91% | 0.36% | - |
| XYZ | 3.74 | 4.18 | 10.97 | - |
| YUV | 48.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 93 | 0.91 | 0.34 | 0 | 0.64 | 202.59 | 0.84 | 0.2 |
| Hex | 8 | 3D | 5D | 5B | 22 | 0 | 40 | CB | 54 | 14 |
| Octal | 10 | 75 | 135 | 133 | 42 | 0 | 100 | 313 | 124 | 24 |
| Binary | 1000 | 111101 | 1011101 | 1011011 | 100010 | 0 | 1000000 | 11001011 | 1010100 | 10100 |
Color Harmonies of #083D5D
Complementary color
Monochromatic Colors of #083D5D
Black with #083D5D
Text Example
Text Example
White with #083D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D5D; }
p { color: rgb(8,61,93); }
H1.HeaderClassName
{
color: #083D5D;
}
.AnyTagClassName
{
color: #083D5D;
}
</style>
background-color css
<style>
a { background-color: #083D5D; }
a { background-color: rgb(8,61,93); }
div.DivClassName
{
background-color: #083D5D;
}
.BgClassName
{
background-color: #083D5D;
}
</style>
border-color css
<style>
span { border-color: #083D5D; }
span { border-color: rgb(8,61,93); }
td.TdClassName
{
border-color: #083D5D;
}
.TagClassName
{
border-color: #083D5D;
}
</style>