Shades of Prussian Blue #083753
Tints of Prussian Blue #083753
RGB
CMYK
RGB Variations
Color information
#083753 (or 0x083753) is known color: Prussian Blue. HEX triplet: 08, 37 and 53. RGB value is (8,55,83). Sum of RGB (Red+Green+Blue) = 8+55+83=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #083753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083753 is #F7C8AC. Grayscale: #2B2B2B. Windows color (decimal): -16238765 or 5453576. OLE color: 5453576.
HSL color Cylindrical-coordinate representation of color #083753: hue angle of 202.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 #083753 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 55 | 83 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.67 |
| HSL | 202.4º | 0.82% | 0.18% | - |
| HSV(B) | 202.4º | 0.9% | 0.33% | - |
| XYZ | 3.03 | 3.41 | 8.68 | - |
| YUV | 44.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 83 | 0.90 | 0.34 | 0 | 0.67 | 202.4 | 0.82 | 0.18 |
| Hex | 8 | 37 | 53 | 5A | 22 | 0 | 43 | CA | 52 | 12 |
| Octal | 10 | 67 | 123 | 132 | 42 | 0 | 103 | 312 | 122 | 22 |
| Binary | 1000 | 110111 | 1010011 | 1011010 | 100010 | 0 | 1000011 | 11001010 | 1010010 | 10010 |
Color Harmonies of #083753
Complementary color
Monochromatic Colors of #083753
Black with #083753
Text Example
Text Example
White with #083753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083753; }
p { color: rgb(8,55,83); }
H1.HeaderClassName
{
color: #083753;
}
.AnyTagClassName
{
color: #083753;
}
</style>
background-color css
<style>
a { background-color: #083753; }
a { background-color: rgb(8,55,83); }
div.DivClassName
{
background-color: #083753;
}
.BgClassName
{
background-color: #083753;
}
</style>
border-color css
<style>
span { border-color: #083753; }
span { border-color: rgb(8,55,83); }
td.TdClassName
{
border-color: #083753;
}
.TagClassName
{
border-color: #083753;
}
</style>