Shades of Prussian Blue #083675
Tints of Prussian Blue #083675
RGB
CMYK
RGB Variations
Color information
#083675 (or 0x083675) is known color: Prussian Blue. HEX triplet: 08, 36 and 75. RGB value is (8,54,117). Sum of RGB (Red+Green+Blue) = 8+54+117=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #083675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083675 is #F7C98A. Grayscale: #2F2F2F. Windows color (decimal): -16238987 or 7681544. OLE color: 7681544.
HSL color Cylindrical-coordinate representation of color #083675: hue angle of 214.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083675 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 54 | 117 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.54 |
| HSL | 214.68º | 0.87% | 0.25% | - |
| HSV(B) | 214.68º | 0.93% | 0.46% | - |
| XYZ | 4.63 | 3.97 | 17.35 | - |
| YUV | 47.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 117 | 0.93 | 0.54 | 0 | 0.54 | 214.68 | 0.87 | 0.25 |
| Hex | 8 | 36 | 75 | 5D | 36 | 0 | 36 | D7 | 57 | 19 |
| Octal | 10 | 66 | 165 | 135 | 66 | 0 | 66 | 327 | 127 | 31 |
| Binary | 1000 | 110110 | 1110101 | 1011101 | 110110 | 0 | 110110 | 11010111 | 1010111 | 11001 |
Color Harmonies of #083675
Complementary color
Monochromatic Colors of #083675
Black with #083675
Text Example
Text Example
White with #083675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083675; }
p { color: rgb(8,54,117); }
H1.HeaderClassName
{
color: #083675;
}
.AnyTagClassName
{
color: #083675;
}
</style>
background-color css
<style>
a { background-color: #083675; }
a { background-color: rgb(8,54,117); }
div.DivClassName
{
background-color: #083675;
}
.BgClassName
{
background-color: #083675;
}
</style>
border-color css
<style>
span { border-color: #083675; }
span { border-color: rgb(8,54,117); }
td.TdClassName
{
border-color: #083675;
}
.TagClassName
{
border-color: #083675;
}
</style>