Shades of Prussian Blue #012C4D
Tints of Prussian Blue #012C4D
RGB
CMYK
RGB Variations
Color information
#012C4D (or 0x012C4D) is known color: Prussian Blue. HEX triplet: 01, 2C and 4D. RGB value is (1,44,77). Sum of RGB (Red+Green+Blue) = 1+44+77=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #012C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C4D is #FED3B2. Grayscale: #222222. Windows color (decimal): -16700339 or 5057537. OLE color: 5057537.
HSL color Cylindrical-coordinate representation of color #012C4D: hue angle of 206.05º 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 #012C4D is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 44 | 77 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.70 |
| HSL | 206.05º | 0.97% | 0.15% | - |
| HSV(B) | 206.05º | 0.99% | 0.3% | - |
| XYZ | 2.25 | 2.34 | 7.35 | - |
| YUV | 34.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 77 | 0.99 | 0.43 | 0 | 0.70 | 206.05 | 0.97 | 0.15 |
| Hex | 1 | 2C | 4D | 63 | 2B | 0 | 46 | CE | 61 | F |
| Octal | 1 | 54 | 115 | 143 | 53 | 0 | 106 | 316 | 141 | 17 |
| Binary | 1 | 101100 | 1001101 | 1100011 | 101011 | 0 | 1000110 | 11001110 | 1100001 | 1111 |
Color Harmonies of #012C4D
Complementary color
Monochromatic Colors of #012C4D
Black with #012C4D
Text Example
Text Example
White with #012C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C4D; }
p { color: rgb(1,44,77); }
H1.HeaderClassName
{
color: #012C4D;
}
.AnyTagClassName
{
color: #012C4D;
}
</style>
background-color css
<style>
a { background-color: #012C4D; }
a { background-color: rgb(1,44,77); }
div.DivClassName
{
background-color: #012C4D;
}
.BgClassName
{
background-color: #012C4D;
}
</style>
border-color css
<style>
span { border-color: #012C4D; }
span { border-color: rgb(1,44,77); }
td.TdClassName
{
border-color: #012C4D;
}
.TagClassName
{
border-color: #012C4D;
}
</style>