Shades of Prussian Blue #012B4D
Tints of Prussian Blue #012B4D
RGB
CMYK
RGB Variations
Color information
#012B4D (or 0x012B4D) is known color: Prussian Blue. HEX triplet: 01, 2B and 4D. RGB value is (1,43,77). Sum of RGB (Red+Green+Blue) = 1+43+77=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #012B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B4D is #FED4B2. Grayscale: #222222. Windows color (decimal): -16700595 or 5057281. OLE color: 5057281.
HSL color Cylindrical-coordinate representation of color #012B4D: hue angle of 206.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B4D is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 43 | 77 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.70 |
| HSL | 206.84º | 0.97% | 0.15% | - |
| HSV(B) | 206.84º | 0.99% | 0.3% | - |
| XYZ | 2.22 | 2.27 | 7.34 | - |
| YUV | 34.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 77 | 0.99 | 0.44 | 0 | 0.70 | 206.84 | 0.97 | 0.15 |
| Hex | 1 | 2B | 4D | 63 | 2C | 0 | 46 | CF | 61 | F |
| Octal | 1 | 53 | 115 | 143 | 54 | 0 | 106 | 317 | 141 | 17 |
| Binary | 1 | 101011 | 1001101 | 1100011 | 101100 | 0 | 1000110 | 11001111 | 1100001 | 1111 |
Color Harmonies of #012B4D
Complementary color
Monochromatic Colors of #012B4D
Black with #012B4D
Text Example
Text Example
White with #012B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B4D; }
p { color: rgb(1,43,77); }
H1.HeaderClassName
{
color: #012B4D;
}
.AnyTagClassName
{
color: #012B4D;
}
</style>
background-color css
<style>
a { background-color: #012B4D; }
a { background-color: rgb(1,43,77); }
div.DivClassName
{
background-color: #012B4D;
}
.BgClassName
{
background-color: #012B4D;
}
</style>
border-color css
<style>
span { border-color: #012B4D; }
span { border-color: rgb(1,43,77); }
td.TdClassName
{
border-color: #012B4D;
}
.TagClassName
{
border-color: #012B4D;
}
</style>