Shades of Prussian Blue #083E6F
Tints of Prussian Blue #083E6F
RGB
CMYK
RGB Variations
Color information
#083E6F (or 0x083E6F) is known color: Prussian Blue. HEX triplet: 08, 3E and 6F. RGB value is (8,62,111). Sum of RGB (Red+Green+Blue) = 8+62+111=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #083E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E6F is #F7C190. Grayscale: #333333. Windows color (decimal): -16236945 or 7290376. OLE color: 7290376.
HSL color Cylindrical-coordinate representation of color #083E6F: hue angle of 208.54º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083E6F is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 62 | 111 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.56 |
| HSL | 208.54º | 0.87% | 0.23% | - |
| HSV(B) | 208.54º | 0.93% | 0.44% | - |
| XYZ | 4.69 | 4.64 | 15.69 | - |
| YUV | 51.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 111 | 0.93 | 0.44 | 0 | 0.56 | 208.54 | 0.87 | 0.23 |
| Hex | 8 | 3E | 6F | 5D | 2C | 0 | 38 | D1 | 57 | 17 |
| Octal | 10 | 76 | 157 | 135 | 54 | 0 | 70 | 321 | 127 | 27 |
| Binary | 1000 | 111110 | 1101111 | 1011101 | 101100 | 0 | 111000 | 11010001 | 1010111 | 10111 |
Color Harmonies of #083E6F
Complementary color
Monochromatic Colors of #083E6F
Black with #083E6F
Text Example
Text Example
White with #083E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083E6F; }
p { color: rgb(8,62,111); }
H1.HeaderClassName
{
color: #083E6F;
}
.AnyTagClassName
{
color: #083E6F;
}
</style>
background-color css
<style>
a { background-color: #083E6F; }
a { background-color: rgb(8,62,111); }
div.DivClassName
{
background-color: #083E6F;
}
.BgClassName
{
background-color: #083E6F;
}
</style>
border-color css
<style>
span { border-color: #083E6F; }
span { border-color: rgb(8,62,111); }
td.TdClassName
{
border-color: #083E6F;
}
.TagClassName
{
border-color: #083E6F;
}
</style>