Shades of Prussian Blue #083453
Tints of Prussian Blue #083453
RGB
CMYK
RGB Variations
Color information
#083453 (or 0x083453) is known color: Prussian Blue. HEX triplet: 08, 34 and 53. RGB value is (8,52,83). Sum of RGB (Red+Green+Blue) = 8+52+83=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #083453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083453 is #F7CBAC. Grayscale: #2A2A2A. Windows color (decimal): -16239533 or 5452808. OLE color: 5452808.
HSL color Cylindrical-coordinate representation of color #083453: hue angle of 204.8º 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 #083453 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 52 | 83 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.67 |
| HSL | 204.8º | 0.82% | 0.18% | - |
| HSV(B) | 204.8º | 0.9% | 0.33% | - |
| XYZ | 2.89 | 3.13 | 8.64 | - |
| YUV | 42.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 83 | 0.90 | 0.37 | 0 | 0.67 | 204.8 | 0.82 | 0.18 |
| Hex | 8 | 34 | 53 | 5A | 25 | 0 | 43 | CD | 52 | 12 |
| Octal | 10 | 64 | 123 | 132 | 45 | 0 | 103 | 315 | 122 | 22 |
| Binary | 1000 | 110100 | 1010011 | 1011010 | 100101 | 0 | 1000011 | 11001101 | 1010010 | 10010 |
Color Harmonies of #083453
Complementary color
Monochromatic Colors of #083453
Black with #083453
Text Example
Text Example
White with #083453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083453; }
p { color: rgb(8,52,83); }
H1.HeaderClassName
{
color: #083453;
}
.AnyTagClassName
{
color: #083453;
}
</style>
background-color css
<style>
a { background-color: #083453; }
a { background-color: rgb(8,52,83); }
div.DivClassName
{
background-color: #083453;
}
.BgClassName
{
background-color: #083453;
}
</style>
border-color css
<style>
span { border-color: #083453; }
span { border-color: rgb(8,52,83); }
td.TdClassName
{
border-color: #083453;
}
.TagClassName
{
border-color: #083453;
}
</style>