Shades of Prussian Blue #083255
Tints of Prussian Blue #083255
RGB
CMYK
RGB Variations
Color information
#083255 (or 0x083255) is known color: Prussian Blue. HEX triplet: 08, 32 and 55. RGB value is (8,50,85). Sum of RGB (Red+Green+Blue) = 8+50+85=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #083255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083255 is #F7CDAA. Grayscale: #292929. Windows color (decimal): -16240043 or 5583368. OLE color: 5583368.
HSL color Cylindrical-coordinate representation of color #083255: hue angle of 207.27º 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 #083255 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 50 | 85 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.67 |
| HSL | 207.27º | 0.83% | 0.18% | - |
| HSV(B) | 207.27º | 0.91% | 0.33% | - |
| XYZ | 2.88 | 2.99 | 9.02 | - |
| YUV | 41.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 85 | 0.91 | 0.41 | 0 | 0.67 | 207.27 | 0.83 | 0.18 |
| Hex | 8 | 32 | 55 | 5B | 29 | 0 | 43 | CF | 53 | 12 |
| Octal | 10 | 62 | 125 | 133 | 51 | 0 | 103 | 317 | 123 | 22 |
| Binary | 1000 | 110010 | 1010101 | 1011011 | 101001 | 0 | 1000011 | 11001111 | 1010011 | 10010 |
Color Harmonies of #083255
Complementary color
Monochromatic Colors of #083255
Black with #083255
Text Example
Text Example
White with #083255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083255; }
p { color: rgb(8,50,85); }
H1.HeaderClassName
{
color: #083255;
}
.AnyTagClassName
{
color: #083255;
}
</style>
background-color css
<style>
a { background-color: #083255; }
a { background-color: rgb(8,50,85); }
div.DivClassName
{
background-color: #083255;
}
.BgClassName
{
background-color: #083255;
}
</style>
border-color css
<style>
span { border-color: #083255; }
span { border-color: rgb(8,50,85); }
td.TdClassName
{
border-color: #083255;
}
.TagClassName
{
border-color: #083255;
}
</style>