Shades of Prussian Blue #012751
Tints of Prussian Blue #012751
RGB
CMYK
RGB Variations
Color information
#012751 (or 0x012751) is known color: Prussian Blue. HEX triplet: 01, 27 and 51. RGB value is (1,39,81). Sum of RGB (Red+Green+Blue) = 1+39+81=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #012751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012751 is #FED8AE. Grayscale: #202020. Windows color (decimal): -16701615 or 5318401. OLE color: 5318401.
HSL color Cylindrical-coordinate representation of color #012751: hue angle of 211.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012751 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 39 | 81 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.68 |
| HSL | 211.5º | 0.98% | 0.16% | - |
| HSV(B) | 211.5º | 0.99% | 0.32% | - |
| XYZ | 2.22 | 2.05 | 8.06 | - |
| YUV | 32.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 81 | 0.99 | 0.52 | 0 | 0.68 | 211.5 | 0.98 | 0.16 |
| Hex | 1 | 27 | 51 | 63 | 34 | 0 | 44 | D4 | 62 | 10 |
| Octal | 1 | 47 | 121 | 143 | 64 | 0 | 104 | 324 | 142 | 20 |
| Binary | 1 | 100111 | 1010001 | 1100011 | 110100 | 0 | 1000100 | 11010100 | 1100010 | 10000 |
Color Harmonies of #012751
Complementary color
Monochromatic Colors of #012751
Black with #012751
Text Example
Text Example
White with #012751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012751; }
p { color: rgb(1,39,81); }
H1.HeaderClassName
{
color: #012751;
}
.AnyTagClassName
{
color: #012751;
}
</style>
background-color css
<style>
a { background-color: #012751; }
a { background-color: rgb(1,39,81); }
div.DivClassName
{
background-color: #012751;
}
.BgClassName
{
background-color: #012751;
}
</style>
border-color css
<style>
span { border-color: #012751; }
span { border-color: rgb(1,39,81); }
td.TdClassName
{
border-color: #012751;
}
.TagClassName
{
border-color: #012751;
}
</style>