Shades of Prussian Blue #083355
Tints of Prussian Blue #083355
RGB
CMYK
RGB Variations
Color information
#083355 (or 0x083355) is known color: Prussian Blue. HEX triplet: 08, 33 and 55. RGB value is (8,51,85). Sum of RGB (Red+Green+Blue) = 8+51+85=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #083355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083355 is #F7CCAA. Grayscale: #292929. Windows color (decimal): -16239787 or 5583624. OLE color: 5583624.
HSL color Cylindrical-coordinate representation of color #083355: hue angle of 206.49º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083355 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 51 | 85 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.67 |
| HSL | 206.49º | 0.83% | 0.18% | - |
| HSV(B) | 206.49º | 0.91% | 0.33% | - |
| XYZ | 2.92 | 3.08 | 9.03 | - |
| YUV | 42.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 85 | 0.91 | 0.40 | 0 | 0.67 | 206.49 | 0.83 | 0.18 |
| Hex | 8 | 33 | 55 | 5B | 28 | 0 | 43 | CE | 53 | 12 |
| Octal | 10 | 63 | 125 | 133 | 50 | 0 | 103 | 316 | 123 | 22 |
| Binary | 1000 | 110011 | 1010101 | 1011011 | 101000 | 0 | 1000011 | 11001110 | 1010011 | 10010 |
Color Harmonies of #083355
Complementary color
Monochromatic Colors of #083355
Black with #083355
Text Example
Text Example
White with #083355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083355; }
p { color: rgb(8,51,85); }
H1.HeaderClassName
{
color: #083355;
}
.AnyTagClassName
{
color: #083355;
}
</style>
background-color css
<style>
a { background-color: #083355; }
a { background-color: rgb(8,51,85); }
div.DivClassName
{
background-color: #083355;
}
.BgClassName
{
background-color: #083355;
}
</style>
border-color css
<style>
span { border-color: #083355; }
span { border-color: rgb(8,51,85); }
td.TdClassName
{
border-color: #083355;
}
.TagClassName
{
border-color: #083355;
}
</style>