Shades of Prussian Blue #083C67
Tints of Prussian Blue #083C67
RGB
CMYK
RGB Variations
Color information
#083C67 (or 0x083C67) is known color: Prussian Blue. HEX triplet: 08, 3C and 67. RGB value is (8,60,103). Sum of RGB (Red+Green+Blue) = 8+60+103=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #083C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C67 is #F7C398. Grayscale: #313131. Windows color (decimal): -16237465 or 6765576. OLE color: 6765576.
HSL color Cylindrical-coordinate representation of color #083C67: hue angle of 207.16º degrees, saturation: 0.86, 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 #083C67 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 60 | 103 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.60 |
| HSL | 207.16º | 0.86% | 0.22% | - |
| HSV(B) | 207.16º | 0.92% | 0.4% | - |
| XYZ | 4.16 | 4.26 | 13.44 | - |
| YUV | 49.35 | 158.27 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 103 | 0.92 | 0.42 | 0 | 0.60 | 207.16 | 0.86 | 0.22 |
| Hex | 8 | 3C | 67 | 5C | 2A | 0 | 3C | CF | 56 | 16 |
| Octal | 10 | 74 | 147 | 134 | 52 | 0 | 74 | 317 | 126 | 26 |
| Binary | 1000 | 111100 | 1100111 | 1011100 | 101010 | 0 | 111100 | 11001111 | 1010110 | 10110 |
Color Harmonies of #083C67
Complementary color
Monochromatic Colors of #083C67
Black with #083C67
Text Example
Text Example
White with #083C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C67; }
p { color: rgb(8,60,103); }
H1.HeaderClassName
{
color: #083C67;
}
.AnyTagClassName
{
color: #083C67;
}
</style>
background-color css
<style>
a { background-color: #083C67; }
a { background-color: rgb(8,60,103); }
div.DivClassName
{
background-color: #083C67;
}
.BgClassName
{
background-color: #083C67;
}
</style>
border-color css
<style>
span { border-color: #083C67; }
span { border-color: rgb(8,60,103); }
td.TdClassName
{
border-color: #083C67;
}
.TagClassName
{
border-color: #083C67;
}
</style>