Shades of Prussian Blue #083F64
Tints of Prussian Blue #083F64
RGB
CMYK
RGB Variations
Color information
#083F64 (or 0x083F64) is known color: Prussian Blue. HEX triplet: 08, 3F and 64. RGB value is (8,63,100). Sum of RGB (Red+Green+Blue) = 8+63+100=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #083F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F64 is #F7C09B. Grayscale: #323232. Windows color (decimal): -16236700 or 6569736. OLE color: 6569736.
HSL color Cylindrical-coordinate representation of color #083F64: hue angle of 204.13º 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 #083F64 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 63 | 100 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.61 |
| HSL | 204.13º | 0.85% | 0.21% | - |
| HSV(B) | 204.13º | 0.92% | 0.39% | - |
| XYZ | 4.18 | 4.53 | 12.71 | - |
| YUV | 50.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 100 | 0.92 | 0.37 | 0 | 0.61 | 204.13 | 0.85 | 0.21 |
| Hex | 8 | 3F | 64 | 5C | 25 | 0 | 3D | CC | 55 | 15 |
| Octal | 10 | 77 | 144 | 134 | 45 | 0 | 75 | 314 | 125 | 25 |
| Binary | 1000 | 111111 | 1100100 | 1011100 | 100101 | 0 | 111101 | 11001100 | 1010101 | 10101 |
Color Harmonies of #083F64
Complementary color
Monochromatic Colors of #083F64
Black with #083F64
Text Example
Text Example
White with #083F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F64; }
p { color: rgb(8,63,100); }
H1.HeaderClassName
{
color: #083F64;
}
.AnyTagClassName
{
color: #083F64;
}
</style>
background-color css
<style>
a { background-color: #083F64; }
a { background-color: rgb(8,63,100); }
div.DivClassName
{
background-color: #083F64;
}
.BgClassName
{
background-color: #083F64;
}
</style>
border-color css
<style>
span { border-color: #083F64; }
span { border-color: rgb(8,63,100); }
td.TdClassName
{
border-color: #083F64;
}
.TagClassName
{
border-color: #083F64;
}
</style>