Shades of Prussian Blue #012F79
Tints of Prussian Blue #012F79
RGB
CMYK
RGB Variations
Color information
#012F79 (or 0x012F79) is known color: Prussian Blue. HEX triplet: 01, 2F and 79. RGB value is (1,47,121). Sum of RGB (Red+Green+Blue) = 1+47+121=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 121 (47.66% from 255 or 71.60% from 169); Max value from RGB is 121 - color contains mainly: blue. Hex color #012F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F79 is #FED086. Grayscale: #292929. Windows color (decimal): -16699527 or 7941889. OLE color: 7941889.
HSL color Cylindrical-coordinate representation of color #012F79: hue angle of 217º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F79 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 47 | 121 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.53 |
| HSL | 217º | 0.98% | 0.24% | - |
| HSV(B) | 217º | 0.99% | 0.47% | - |
| XYZ | 4.48 | 3.42 | 18.51 | - |
| YUV | 41.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 121 | 0.99 | 0.61 | 0 | 0.53 | 217 | 0.98 | 0.24 |
| Hex | 1 | 2F | 79 | 63 | 3D | 0 | 35 | D9 | 62 | 18 |
| Octal | 1 | 57 | 171 | 143 | 75 | 0 | 65 | 331 | 142 | 30 |
| Binary | 1 | 101111 | 1111001 | 1100011 | 111101 | 0 | 110101 | 11011001 | 1100010 | 11000 |
Color Harmonies of #012F79
Complementary color
Monochromatic Colors of #012F79
Black with #012F79
Text Example
Text Example
White with #012F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F79; }
p { color: rgb(1,47,121); }
H1.HeaderClassName
{
color: #012F79;
}
.AnyTagClassName
{
color: #012F79;
}
</style>
background-color css
<style>
a { background-color: #012F79; }
a { background-color: rgb(1,47,121); }
div.DivClassName
{
background-color: #012F79;
}
.BgClassName
{
background-color: #012F79;
}
</style>
border-color css
<style>
span { border-color: #012F79; }
span { border-color: rgb(1,47,121); }
td.TdClassName
{
border-color: #012F79;
}
.TagClassName
{
border-color: #012F79;
}
</style>