Shades of Prussian Blue #083F68
Tints of Prussian Blue #083F68
RGB
CMYK
RGB Variations
Color information
#083F68 (or 0x083F68) is known color: Prussian Blue. HEX triplet: 08, 3F and 68. RGB value is (8,63,104). Sum of RGB (Red+Green+Blue) = 8+63+104=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #083F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F68 is #F7C097. Grayscale: #333333. Windows color (decimal): -16236696 or 6831880. OLE color: 6831880.
HSL color Cylindrical-coordinate representation of color #083F68: hue angle of 205.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083F68 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 63 | 104 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.59 |
| HSL | 205.63º | 0.86% | 0.22% | - |
| HSV(B) | 205.63º | 0.92% | 0.41% | - |
| XYZ | 4.38 | 4.61 | 13.76 | - |
| YUV | 51.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 104 | 0.92 | 0.39 | 0 | 0.59 | 205.63 | 0.86 | 0.22 |
| Hex | 8 | 3F | 68 | 5C | 27 | 0 | 3B | CE | 56 | 16 |
| Octal | 10 | 77 | 150 | 134 | 47 | 0 | 73 | 316 | 126 | 26 |
| Binary | 1000 | 111111 | 1101000 | 1011100 | 100111 | 0 | 111011 | 11001110 | 1010110 | 10110 |
Color Harmonies of #083F68
Complementary color
Monochromatic Colors of #083F68
Black with #083F68
Text Example
Text Example
White with #083F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F68; }
p { color: rgb(8,63,104); }
H1.HeaderClassName
{
color: #083F68;
}
.AnyTagClassName
{
color: #083F68;
}
</style>
background-color css
<style>
a { background-color: #083F68; }
a { background-color: rgb(8,63,104); }
div.DivClassName
{
background-color: #083F68;
}
.BgClassName
{
background-color: #083F68;
}
</style>
border-color css
<style>
span { border-color: #083F68; }
span { border-color: rgb(8,63,104); }
td.TdClassName
{
border-color: #083F68;
}
.TagClassName
{
border-color: #083F68;
}
</style>