Shades of Prussian Blue #012449
Tints of Prussian Blue #012449
RGB
CMYK
RGB Variations
Color information
#012449 (or 0x012449) is known color: Prussian Blue. HEX triplet: 01, 24 and 49. RGB value is (1,36,73). Sum of RGB (Red+Green+Blue) = 1+36+73=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #012449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012449 is #FEDBB6. Grayscale: #1D1D1D. Windows color (decimal): -16702391 or 4793345. OLE color: 4793345.
HSL color Cylindrical-coordinate representation of color #012449: hue angle of 210.83º 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 #012449 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 36 | 73 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.71 |
| HSL | 210.83º | 0.97% | 0.15% | - |
| HSV(B) | 210.83º | 0.99% | 0.29% | - |
| XYZ | 1.85 | 1.75 | 6.54 | - |
| YUV | 29.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 73 | 0.99 | 0.51 | 0 | 0.71 | 210.83 | 0.97 | 0.15 |
| Hex | 1 | 24 | 49 | 63 | 33 | 0 | 47 | D3 | 61 | F |
| Octal | 1 | 44 | 111 | 143 | 63 | 0 | 107 | 323 | 141 | 17 |
| Binary | 1 | 100100 | 1001001 | 1100011 | 110011 | 0 | 1000111 | 11010011 | 1100001 | 1111 |
Color Harmonies of #012449
Complementary color
Monochromatic Colors of #012449
Black with #012449
Text Example
Text Example
White with #012449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012449; }
p { color: rgb(1,36,73); }
H1.HeaderClassName
{
color: #012449;
}
.AnyTagClassName
{
color: #012449;
}
</style>
background-color css
<style>
a { background-color: #012449; }
a { background-color: rgb(1,36,73); }
div.DivClassName
{
background-color: #012449;
}
.BgClassName
{
background-color: #012449;
}
</style>
border-color css
<style>
span { border-color: #012449; }
span { border-color: rgb(1,36,73); }
td.TdClassName
{
border-color: #012449;
}
.TagClassName
{
border-color: #012449;
}
</style>