Shades of Prussian Blue #012850
Tints of Prussian Blue #012850
RGB
CMYK
RGB Variations
Color information
#012850 (or 0x012850) is known color: Prussian Blue. HEX triplet: 01, 28 and 50. RGB value is (1,40,80). Sum of RGB (Red+Green+Blue) = 1+40+80=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #012850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012850 is #FED7AF. Grayscale: #202020. Windows color (decimal): -16701360 or 5253121. OLE color: 5253121.
HSL color Cylindrical-coordinate representation of color #012850: hue angle of 210.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012850 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 40 | 80 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.69 |
| HSL | 210.38º | 0.98% | 0.16% | - |
| HSV(B) | 210.38º | 0.99% | 0.31% | - |
| XYZ | 2.22 | 2.1 | 7.88 | - |
| YUV | 32.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 80 | 0.99 | 0.5 | 0 | 0.69 | 210.38 | 0.98 | 0.16 |
| Hex | 1 | 28 | 50 | 63 | 32 | 0 | 45 | D2 | 62 | 10 |
| Octal | 1 | 50 | 120 | 143 | 62 | 0 | 105 | 322 | 142 | 20 |
| Binary | 1 | 101000 | 1010000 | 1100011 | 110010 | 0 | 1000101 | 11010010 | 1100010 | 10000 |
Color Harmonies of #012850
Complementary color
Monochromatic Colors of #012850
Black with #012850
Text Example
Text Example
White with #012850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012850; }
p { color: rgb(1,40,80); }
H1.HeaderClassName
{
color: #012850;
}
.AnyTagClassName
{
color: #012850;
}
</style>
background-color css
<style>
a { background-color: #012850; }
a { background-color: rgb(1,40,80); }
div.DivClassName
{
background-color: #012850;
}
.BgClassName
{
background-color: #012850;
}
</style>
border-color css
<style>
span { border-color: #012850; }
span { border-color: rgb(1,40,80); }
td.TdClassName
{
border-color: #012850;
}
.TagClassName
{
border-color: #012850;
}
</style>