Shades of Prussian Blue #083C61
Tints of Prussian Blue #083C61
RGB
CMYK
RGB Variations
Color information
#083C61 (or 0x083C61) is known color: Prussian Blue. HEX triplet: 08, 3C and 61. RGB value is (8,60,97). Sum of RGB (Red+Green+Blue) = 8+60+97=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #083C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C61 is #F7C39E. Grayscale: #303030. Windows color (decimal): -16237471 or 6372360. OLE color: 6372360.
HSL color Cylindrical-coordinate representation of color #083C61: hue angle of 204.94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083C61 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 60 | 97 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.62 |
| HSL | 204.94º | 0.85% | 0.21% | - |
| HSV(B) | 204.94º | 0.92% | 0.38% | - |
| XYZ | 3.87 | 4.15 | 11.91 | - |
| YUV | 48.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 97 | 0.92 | 0.38 | 0 | 0.62 | 204.94 | 0.85 | 0.21 |
| Hex | 8 | 3C | 61 | 5C | 26 | 0 | 3E | CD | 55 | 15 |
| Octal | 10 | 74 | 141 | 134 | 46 | 0 | 76 | 315 | 125 | 25 |
| Binary | 1000 | 111100 | 1100001 | 1011100 | 100110 | 0 | 111110 | 11001101 | 1010101 | 10101 |
Color Harmonies of #083C61
Complementary color
Monochromatic Colors of #083C61
Black with #083C61
Text Example
Text Example
White with #083C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C61; }
p { color: rgb(8,60,97); }
H1.HeaderClassName
{
color: #083C61;
}
.AnyTagClassName
{
color: #083C61;
}
</style>
background-color css
<style>
a { background-color: #083C61; }
a { background-color: rgb(8,60,97); }
div.DivClassName
{
background-color: #083C61;
}
.BgClassName
{
background-color: #083C61;
}
</style>
border-color css
<style>
span { border-color: #083C61; }
span { border-color: rgb(8,60,97); }
td.TdClassName
{
border-color: #083C61;
}
.TagClassName
{
border-color: #083C61;
}
</style>