Shades of Prussian Blue #083873
Tints of Prussian Blue #083873
RGB
CMYK
RGB Variations
Color information
#083873 (or 0x083873) is known color: Prussian Blue. HEX triplet: 08, 38 and 73. RGB value is (8,56,115). Sum of RGB (Red+Green+Blue) = 8+56+115=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #083873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083873 is #F7C78C. Grayscale: #303030. Windows color (decimal): -16238477 or 7550984. OLE color: 7550984.
HSL color Cylindrical-coordinate representation of color #083873: hue angle of 213.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083873 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 56 | 115 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.55 |
| HSL | 213.08º | 0.87% | 0.24% | - |
| HSV(B) | 213.08º | 0.93% | 0.45% | - |
| XYZ | 4.61 | 4.12 | 16.77 | - |
| YUV | 48.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 115 | 0.93 | 0.51 | 0 | 0.55 | 213.08 | 0.87 | 0.24 |
| Hex | 8 | 38 | 73 | 5D | 33 | 0 | 37 | D5 | 57 | 18 |
| Octal | 10 | 70 | 163 | 135 | 63 | 0 | 67 | 325 | 127 | 30 |
| Binary | 1000 | 111000 | 1110011 | 1011101 | 110011 | 0 | 110111 | 11010101 | 1010111 | 11000 |
Color Harmonies of #083873
Complementary color
Monochromatic Colors of #083873
Black with #083873
Text Example
Text Example
White with #083873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083873; }
p { color: rgb(8,56,115); }
H1.HeaderClassName
{
color: #083873;
}
.AnyTagClassName
{
color: #083873;
}
</style>
background-color css
<style>
a { background-color: #083873; }
a { background-color: rgb(8,56,115); }
div.DivClassName
{
background-color: #083873;
}
.BgClassName
{
background-color: #083873;
}
</style>
border-color css
<style>
span { border-color: #083873; }
span { border-color: rgb(8,56,115); }
td.TdClassName
{
border-color: #083873;
}
.TagClassName
{
border-color: #083873;
}
</style>