Shades of Prussian Blue #002853
Tints of Prussian Blue #002853
RGB
CMYK
RGB Variations
Color information
#002853 (or 0x002853) is known color: Prussian Blue. HEX triplet: 00, 28 and 53. RGB value is (0,40,83). Sum of RGB (Red+Green+Blue) = 0+40+83=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #002853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002853 is #FFD7AC. Grayscale: #202020. Windows color (decimal): -16766893 or 5449728. OLE color: 5449728.
HSL color Cylindrical-coordinate representation of color #002853: hue angle of 211.08º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002853 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 40 | 83 | - |
| CMYK | 1 | 0.52 | 0 | 0.67 |
| HSL | 211.08º | 1% | 0.16% | - |
| HSV(B) | 211.08º | 1% | 0.33% | - |
| XYZ | 2.32 | 2.14 | 8.47 | - |
| YUV | 32.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 83 | 1 | 0.52 | 0 | 0.67 | 211.08 | 1 | 0.16 |
| Hex | 0 | 28 | 53 | 64 | 34 | 0 | 43 | D3 | 64 | 10 |
| Octal | 0 | 50 | 123 | 144 | 64 | 0 | 103 | 323 | 144 | 20 |
| Binary | 0 | 101000 | 1010011 | 1100100 | 110100 | 0 | 1000011 | 11010011 | 1100100 | 10000 |
Color Harmonies of #002853
Complementary color
Monochromatic Colors of #002853
Black with #002853
Text Example
Text Example
White with #002853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002853; }
p { color: rgb(0,40,83); }
H1.HeaderClassName
{
color: #002853;
}
.AnyTagClassName
{
color: #002853;
}
</style>
background-color css
<style>
a { background-color: #002853; }
a { background-color: rgb(0,40,83); }
div.DivClassName
{
background-color: #002853;
}
.BgClassName
{
background-color: #002853;
}
</style>
border-color css
<style>
span { border-color: #002853; }
span { border-color: rgb(0,40,83); }
td.TdClassName
{
border-color: #002853;
}
.TagClassName
{
border-color: #002853;
}
</style>