Shades of Prussian Blue #083F63
Tints of Prussian Blue #083F63
RGB
CMYK
RGB Variations
Color information
#083F63 (or 0x083F63) is known color: Prussian Blue. HEX triplet: 08, 3F and 63. RGB value is (8,63,99). Sum of RGB (Red+Green+Blue) = 8+63+99=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #083F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F63 is #F7C09C. Grayscale: #323232. Windows color (decimal): -16236701 or 6504200. OLE color: 6504200.
HSL color Cylindrical-coordinate representation of color #083F63: hue angle of 203.74º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083F63 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 63 | 99 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.61 |
| HSL | 203.74º | 0.85% | 0.21% | - |
| HSV(B) | 203.74º | 0.92% | 0.39% | - |
| XYZ | 4.13 | 4.51 | 12.46 | - |
| YUV | 50.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 99 | 0.92 | 0.36 | 0 | 0.61 | 203.74 | 0.85 | 0.21 |
| Hex | 8 | 3F | 63 | 5C | 24 | 0 | 3D | CC | 55 | 15 |
| Octal | 10 | 77 | 143 | 134 | 44 | 0 | 75 | 314 | 125 | 25 |
| Binary | 1000 | 111111 | 1100011 | 1011100 | 100100 | 0 | 111101 | 11001100 | 1010101 | 10101 |
Color Harmonies of #083F63
Complementary color
Monochromatic Colors of #083F63
Black with #083F63
Text Example
Text Example
White with #083F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F63; }
p { color: rgb(8,63,99); }
H1.HeaderClassName
{
color: #083F63;
}
.AnyTagClassName
{
color: #083F63;
}
</style>
background-color css
<style>
a { background-color: #083F63; }
a { background-color: rgb(8,63,99); }
div.DivClassName
{
background-color: #083F63;
}
.BgClassName
{
background-color: #083F63;
}
</style>
border-color css
<style>
span { border-color: #083F63; }
span { border-color: rgb(8,63,99); }
td.TdClassName
{
border-color: #083F63;
}
.TagClassName
{
border-color: #083F63;
}
</style>