Shades of Prussian Blue #083C65
Tints of Prussian Blue #083C65
RGB
CMYK
RGB Variations
Color information
#083C65 (or 0x083C65) is known color: Prussian Blue. HEX triplet: 08, 3C and 65. RGB value is (8,60,101). Sum of RGB (Red+Green+Blue) = 8+60+101=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #083C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C65 is #F7C39A. Grayscale: #303030. Windows color (decimal): -16237467 or 6634504. OLE color: 6634504.
HSL color Cylindrical-coordinate representation of color #083C65: hue angle of 206.45º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083C65 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 60 | 101 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.60 |
| HSL | 206.45º | 0.85% | 0.21% | - |
| HSV(B) | 206.45º | 0.92% | 0.4% | - |
| XYZ | 4.06 | 4.22 | 12.91 | - |
| YUV | 49.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 101 | 0.92 | 0.41 | 0 | 0.60 | 206.45 | 0.85 | 0.21 |
| Hex | 8 | 3C | 65 | 5C | 29 | 0 | 3C | CE | 55 | 15 |
| Octal | 10 | 74 | 145 | 134 | 51 | 0 | 74 | 316 | 125 | 25 |
| Binary | 1000 | 111100 | 1100101 | 1011100 | 101001 | 0 | 111100 | 11001110 | 1010101 | 10101 |
Color Harmonies of #083C65
Complementary color
Monochromatic Colors of #083C65
Black with #083C65
Text Example
Text Example
White with #083C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C65; }
p { color: rgb(8,60,101); }
H1.HeaderClassName
{
color: #083C65;
}
.AnyTagClassName
{
color: #083C65;
}
</style>
background-color css
<style>
a { background-color: #083C65; }
a { background-color: rgb(8,60,101); }
div.DivClassName
{
background-color: #083C65;
}
.BgClassName
{
background-color: #083C65;
}
</style>
border-color css
<style>
span { border-color: #083C65; }
span { border-color: rgb(8,60,101); }
td.TdClassName
{
border-color: #083C65;
}
.TagClassName
{
border-color: #083C65;
}
</style>