Shades of Prussian Blue #012959
Tints of Prussian Blue #012959
RGB
CMYK
RGB Variations
Color information
#012959 (or 0x012959) is known color: Prussian Blue. HEX triplet: 01, 29 and 59. RGB value is (1,41,89). Sum of RGB (Red+Green+Blue) = 1+41+89=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #012959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012959 is #FED6A6. Grayscale: #222222. Windows color (decimal): -16701095 or 5843201. OLE color: 5843201.
HSL color Cylindrical-coordinate representation of color #012959: hue angle of 212.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012959 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 41 | 89 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.65 |
| HSL | 212.73º | 0.98% | 0.18% | - |
| HSV(B) | 212.73º | 0.99% | 0.35% | - |
| XYZ | 2.61 | 2.31 | 9.76 | - |
| YUV | 34.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 89 | 0.99 | 0.54 | 0 | 0.65 | 212.73 | 0.98 | 0.18 |
| Hex | 1 | 29 | 59 | 63 | 36 | 0 | 41 | D5 | 62 | 12 |
| Octal | 1 | 51 | 131 | 143 | 66 | 0 | 101 | 325 | 142 | 22 |
| Binary | 1 | 101001 | 1011001 | 1100011 | 110110 | 0 | 1000001 | 11010101 | 1100010 | 10010 |
Color Harmonies of #012959
Complementary color
Monochromatic Colors of #012959
Black with #012959
Text Example
Text Example
White with #012959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012959; }
p { color: rgb(1,41,89); }
H1.HeaderClassName
{
color: #012959;
}
.AnyTagClassName
{
color: #012959;
}
</style>
background-color css
<style>
a { background-color: #012959; }
a { background-color: rgb(1,41,89); }
div.DivClassName
{
background-color: #012959;
}
.BgClassName
{
background-color: #012959;
}
</style>
border-color css
<style>
span { border-color: #012959; }
span { border-color: rgb(1,41,89); }
td.TdClassName
{
border-color: #012959;
}
.TagClassName
{
border-color: #012959;
}
</style>