Shades of Prussian Blue #012855
Tints of Prussian Blue #012855
RGB
CMYK
RGB Variations
Color information
#012855 (or 0x012855) is known color: Prussian Blue. HEX triplet: 01, 28 and 55. RGB value is (1,40,85). Sum of RGB (Red+Green+Blue) = 1+40+85=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #012855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012855 is #FED7AA. Grayscale: #212121. Windows color (decimal): -16701355 or 5580801. OLE color: 5580801.
HSL color Cylindrical-coordinate representation of color #012855: hue angle of 212.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012855 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 40 | 85 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.67 |
| HSL | 212.14º | 0.98% | 0.17% | - |
| HSV(B) | 212.14º | 0.99% | 0.33% | - |
| XYZ | 2.41 | 2.18 | 8.89 | - |
| YUV | 33.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 85 | 0.99 | 0.53 | 0 | 0.67 | 212.14 | 0.98 | 0.17 |
| Hex | 1 | 28 | 55 | 63 | 35 | 0 | 43 | D4 | 62 | 11 |
| Octal | 1 | 50 | 125 | 143 | 65 | 0 | 103 | 324 | 142 | 21 |
| Binary | 1 | 101000 | 1010101 | 1100011 | 110101 | 0 | 1000011 | 11010100 | 1100010 | 10001 |
Color Harmonies of #012855
Complementary color
Monochromatic Colors of #012855
Black with #012855
Text Example
Text Example
White with #012855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012855; }
p { color: rgb(1,40,85); }
H1.HeaderClassName
{
color: #012855;
}
.AnyTagClassName
{
color: #012855;
}
</style>
background-color css
<style>
a { background-color: #012855; }
a { background-color: rgb(1,40,85); }
div.DivClassName
{
background-color: #012855;
}
.BgClassName
{
background-color: #012855;
}
</style>
border-color css
<style>
span { border-color: #012855; }
span { border-color: rgb(1,40,85); }
td.TdClassName
{
border-color: #012855;
}
.TagClassName
{
border-color: #012855;
}
</style>