Shades of Prussian Blue #083360
Tints of Prussian Blue #083360
RGB
CMYK
RGB Variations
Color information
#083360 (or 0x083360) is known color: Prussian Blue. HEX triplet: 08, 33 and 60. RGB value is (8,51,96). Sum of RGB (Red+Green+Blue) = 8+51+96=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #083360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083360 is #F7CC9F. Grayscale: #2B2B2B. Windows color (decimal): -16239776 or 6304520. OLE color: 6304520.
HSL color Cylindrical-coordinate representation of color #083360: hue angle of 210.68º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083360 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 51 | 96 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.62 |
| HSL | 210.68º | 0.85% | 0.2% | - |
| HSV(B) | 210.68º | 0.92% | 0.38% | - |
| XYZ | 3.4 | 3.26 | 11.52 | - |
| YUV | 43.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 96 | 0.92 | 0.47 | 0 | 0.62 | 210.68 | 0.85 | 0.2 |
| Hex | 8 | 33 | 60 | 5C | 2F | 0 | 3E | D3 | 55 | 14 |
| Octal | 10 | 63 | 140 | 134 | 57 | 0 | 76 | 323 | 125 | 24 |
| Binary | 1000 | 110011 | 1100000 | 1011100 | 101111 | 0 | 111110 | 11010011 | 1010101 | 10100 |
Color Harmonies of #083360
Complementary color
Monochromatic Colors of #083360
Black with #083360
Text Example
Text Example
White with #083360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083360; }
p { color: rgb(8,51,96); }
H1.HeaderClassName
{
color: #083360;
}
.AnyTagClassName
{
color: #083360;
}
</style>
background-color css
<style>
a { background-color: #083360; }
a { background-color: rgb(8,51,96); }
div.DivClassName
{
background-color: #083360;
}
.BgClassName
{
background-color: #083360;
}
</style>
border-color css
<style>
span { border-color: #083360; }
span { border-color: rgb(8,51,96); }
td.TdClassName
{
border-color: #083360;
}
.TagClassName
{
border-color: #083360;
}
</style>