Shades of Prussian Blue #012C54
Tints of Prussian Blue #012C54
RGB
CMYK
RGB Variations
Color information
#012C54 (or 0x012C54) is known color: Prussian Blue. HEX triplet: 01, 2C and 54. RGB value is (1,44,84). Sum of RGB (Red+Green+Blue) = 1+44+84=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #012C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C54 is #FED3AB. Grayscale: #232323. Windows color (decimal): -16700332 or 5516289. OLE color: 5516289.
HSL color Cylindrical-coordinate representation of color #012C54: hue angle of 208.92º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C54 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 44 | 84 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.67 |
| HSL | 208.92º | 0.98% | 0.17% | - |
| HSV(B) | 208.92º | 0.99% | 0.33% | - |
| XYZ | 2.51 | 2.45 | 8.73 | - |
| YUV | 35.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 84 | 0.99 | 0.48 | 0 | 0.67 | 208.92 | 0.98 | 0.17 |
| Hex | 1 | 2C | 54 | 63 | 30 | 0 | 43 | D1 | 62 | 11 |
| Octal | 1 | 54 | 124 | 143 | 60 | 0 | 103 | 321 | 142 | 21 |
| Binary | 1 | 101100 | 1010100 | 1100011 | 110000 | 0 | 1000011 | 11010001 | 1100010 | 10001 |
Color Harmonies of #012C54
Complementary color
Monochromatic Colors of #012C54
Black with #012C54
Text Example
Text Example
White with #012C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C54; }
p { color: rgb(1,44,84); }
H1.HeaderClassName
{
color: #012C54;
}
.AnyTagClassName
{
color: #012C54;
}
</style>
background-color css
<style>
a { background-color: #012C54; }
a { background-color: rgb(1,44,84); }
div.DivClassName
{
background-color: #012C54;
}
.BgClassName
{
background-color: #012C54;
}
</style>
border-color css
<style>
span { border-color: #012C54; }
span { border-color: rgb(1,44,84); }
td.TdClassName
{
border-color: #012C54;
}
.TagClassName
{
border-color: #012C54;
}
</style>