Shades of Prussian Blue #083253
Tints of Prussian Blue #083253
RGB
CMYK
RGB Variations
Color information
#083253 (or 0x083253) is known color: Prussian Blue. HEX triplet: 08, 32 and 53. RGB value is (8,50,83). Sum of RGB (Red+Green+Blue) = 8+50+83=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #083253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083253 is #F7CDAC. Grayscale: #292929. Windows color (decimal): -16240045 or 5452296. OLE color: 5452296.
HSL color Cylindrical-coordinate representation of color #083253: hue angle of 206.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083253 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 50 | 83 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.67 |
| HSL | 206.4º | 0.82% | 0.18% | - |
| HSV(B) | 206.4º | 0.9% | 0.33% | - |
| XYZ | 2.8 | 2.96 | 8.61 | - |
| YUV | 41.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 83 | 0.90 | 0.40 | 0 | 0.67 | 206.4 | 0.82 | 0.18 |
| Hex | 8 | 32 | 53 | 5A | 28 | 0 | 43 | CE | 52 | 12 |
| Octal | 10 | 62 | 123 | 132 | 50 | 0 | 103 | 316 | 122 | 22 |
| Binary | 1000 | 110010 | 1010011 | 1011010 | 101000 | 0 | 1000011 | 11001110 | 1010010 | 10010 |
Color Harmonies of #083253
Complementary color
Monochromatic Colors of #083253
Black with #083253
Text Example
Text Example
White with #083253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083253; }
p { color: rgb(8,50,83); }
H1.HeaderClassName
{
color: #083253;
}
.AnyTagClassName
{
color: #083253;
}
</style>
background-color css
<style>
a { background-color: #083253; }
a { background-color: rgb(8,50,83); }
div.DivClassName
{
background-color: #083253;
}
.BgClassName
{
background-color: #083253;
}
</style>
border-color css
<style>
span { border-color: #083253; }
span { border-color: rgb(8,50,83); }
td.TdClassName
{
border-color: #083253;
}
.TagClassName
{
border-color: #083253;
}
</style>