Shades of Prussian Blue #012853
Tints of Prussian Blue #012853
RGB
CMYK
RGB Variations
Color information
#012853 (or 0x012853) is known color: Prussian Blue. HEX triplet: 01, 28 and 53. RGB value is (1,40,83). Sum of RGB (Red+Green+Blue) = 1+40+83=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #012853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012853 is #FED7AC. Grayscale: #212121. Windows color (decimal): -16701357 or 5449729. OLE color: 5449729.
HSL color Cylindrical-coordinate representation of color #012853: hue angle of 211.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012853 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 40 | 83 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.67 |
| HSL | 211.46º | 0.98% | 0.16% | - |
| HSV(B) | 211.46º | 0.99% | 0.33% | - |
| XYZ | 2.33 | 2.15 | 8.48 | - |
| YUV | 33.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 83 | 0.99 | 0.52 | 0 | 0.67 | 211.46 | 0.98 | 0.16 |
| Hex | 1 | 28 | 53 | 63 | 34 | 0 | 43 | D3 | 62 | 10 |
| Octal | 1 | 50 | 123 | 143 | 64 | 0 | 103 | 323 | 142 | 20 |
| Binary | 1 | 101000 | 1010011 | 1100011 | 110100 | 0 | 1000011 | 11010011 | 1100010 | 10000 |
Color Harmonies of #012853
Complementary color
Monochromatic Colors of #012853
Black with #012853
Text Example
Text Example
White with #012853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012853; }
p { color: rgb(1,40,83); }
H1.HeaderClassName
{
color: #012853;
}
.AnyTagClassName
{
color: #012853;
}
</style>
background-color css
<style>
a { background-color: #012853; }
a { background-color: rgb(1,40,83); }
div.DivClassName
{
background-color: #012853;
}
.BgClassName
{
background-color: #012853;
}
</style>
border-color css
<style>
span { border-color: #012853; }
span { border-color: rgb(1,40,83); }
td.TdClassName
{
border-color: #012853;
}
.TagClassName
{
border-color: #012853;
}
</style>