Shades of Prussian Blue #012949
Tints of Prussian Blue #012949
RGB
CMYK
RGB Variations
Color information
#012949 (or 0x012949) is known color: Prussian Blue. HEX triplet: 01, 29 and 49. RGB value is (1,41,73). Sum of RGB (Red+Green+Blue) = 1+41+73=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #012949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012949 is #FED6B6. Grayscale: #202020. Windows color (decimal): -16701111 or 4794625. OLE color: 4794625.
HSL color Cylindrical-coordinate representation of color #012949: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012949 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 41 | 73 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.71 |
| HSL | 206.67º | 0.97% | 0.15% | - |
| HSV(B) | 206.67º | 0.99% | 0.29% | - |
| XYZ | 2.01 | 2.07 | 6.6 | - |
| YUV | 32.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 73 | 0.99 | 0.44 | 0 | 0.71 | 206.67 | 0.97 | 0.15 |
| Hex | 1 | 29 | 49 | 63 | 2C | 0 | 47 | CF | 61 | F |
| Octal | 1 | 51 | 111 | 143 | 54 | 0 | 107 | 317 | 141 | 17 |
| Binary | 1 | 101001 | 1001001 | 1100011 | 101100 | 0 | 1000111 | 11001111 | 1100001 | 1111 |
Color Harmonies of #012949
Complementary color
Monochromatic Colors of #012949
Black with #012949
Text Example
Text Example
White with #012949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012949; }
p { color: rgb(1,41,73); }
H1.HeaderClassName
{
color: #012949;
}
.AnyTagClassName
{
color: #012949;
}
</style>
background-color css
<style>
a { background-color: #012949; }
a { background-color: rgb(1,41,73); }
div.DivClassName
{
background-color: #012949;
}
.BgClassName
{
background-color: #012949;
}
</style>
border-color css
<style>
span { border-color: #012949; }
span { border-color: rgb(1,41,73); }
td.TdClassName
{
border-color: #012949;
}
.TagClassName
{
border-color: #012949;
}
</style>