Shades of Prussian Blue #083C66
Tints of Prussian Blue #083C66
RGB
CMYK
RGB Variations
Color information
#083C66 (or 0x083C66) is known color: Prussian Blue. HEX triplet: 08, 3C and 66. RGB value is (8,60,102). Sum of RGB (Red+Green+Blue) = 8+60+102=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #083C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C66 is #F7C399. Grayscale: #313131. Windows color (decimal): -16237466 or 6700040. OLE color: 6700040.
HSL color Cylindrical-coordinate representation of color #083C66: hue angle of 206.81º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083C66 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 60 | 102 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.6 |
| HSL | 206.81º | 0.85% | 0.22% | - |
| HSV(B) | 206.81º | 0.92% | 0.4% | - |
| XYZ | 4.11 | 4.24 | 13.17 | - |
| YUV | 49.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 102 | 0.92 | 0.41 | 0 | 0.6 | 206.81 | 0.85 | 0.22 |
| Hex | 8 | 3C | 66 | 5C | 29 | 0 | 3C | CF | 55 | 16 |
| Octal | 10 | 74 | 146 | 134 | 51 | 0 | 74 | 317 | 125 | 26 |
| Binary | 1000 | 111100 | 1100110 | 1011100 | 101001 | 0 | 111100 | 11001111 | 1010101 | 10110 |
Color Harmonies of #083C66
Complementary color
Monochromatic Colors of #083C66
Black with #083C66
Text Example
Text Example
White with #083C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C66; }
p { color: rgb(8,60,102); }
H1.HeaderClassName
{
color: #083C66;
}
.AnyTagClassName
{
color: #083C66;
}
</style>
background-color css
<style>
a { background-color: #083C66; }
a { background-color: rgb(8,60,102); }
div.DivClassName
{
background-color: #083C66;
}
.BgClassName
{
background-color: #083C66;
}
</style>
border-color css
<style>
span { border-color: #083C66; }
span { border-color: rgb(8,60,102); }
td.TdClassName
{
border-color: #083C66;
}
.TagClassName
{
border-color: #083C66;
}
</style>