Shades of Prussian Blue #083C57
Tints of Prussian Blue #083C57
RGB
CMYK
RGB Variations
Color information
#083C57 (or 0x083C57) is known color: Prussian Blue. HEX triplet: 08, 3C and 57. RGB value is (8,60,87). Sum of RGB (Red+Green+Blue) = 8+60+87=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #083C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C57 is #F7C3A8. Grayscale: #2F2F2F. Windows color (decimal): -16237481 or 5717000. OLE color: 5717000.
HSL color Cylindrical-coordinate representation of color #083C57: hue angle of 200.51º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083C57 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 60 | 87 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.66 |
| HSL | 200.51º | 0.83% | 0.19% | - |
| HSV(B) | 200.51º | 0.91% | 0.34% | - |
| XYZ | 3.44 | 3.97 | 9.6 | - |
| YUV | 47.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 87 | 0.91 | 0.31 | 0 | 0.66 | 200.51 | 0.83 | 0.19 |
| Hex | 8 | 3C | 57 | 5B | 1F | 0 | 42 | C9 | 53 | 13 |
| Octal | 10 | 74 | 127 | 133 | 37 | 0 | 102 | 311 | 123 | 23 |
| Binary | 1000 | 111100 | 1010111 | 1011011 | 11111 | 0 | 1000010 | 11001001 | 1010011 | 10011 |
Color Harmonies of #083C57
Complementary color
Monochromatic Colors of #083C57
Black with #083C57
Text Example
Text Example
White with #083C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C57; }
p { color: rgb(8,60,87); }
H1.HeaderClassName
{
color: #083C57;
}
.AnyTagClassName
{
color: #083C57;
}
</style>
background-color css
<style>
a { background-color: #083C57; }
a { background-color: rgb(8,60,87); }
div.DivClassName
{
background-color: #083C57;
}
.BgClassName
{
background-color: #083C57;
}
</style>
border-color css
<style>
span { border-color: #083C57; }
span { border-color: rgb(8,60,87); }
td.TdClassName
{
border-color: #083C57;
}
.TagClassName
{
border-color: #083C57;
}
</style>