Shades of Prussian Blue #012C59
Tints of Prussian Blue #012C59
RGB
CMYK
RGB Variations
Color information
#012C59 (or 0x012C59) is known color: Prussian Blue. HEX triplet: 01, 2C and 59. RGB value is (1,44,89). Sum of RGB (Red+Green+Blue) = 1+44+89=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #012C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C59 is #FED3A6. Grayscale: #242424. Windows color (decimal): -16700327 or 5843969. OLE color: 5843969.
HSL color Cylindrical-coordinate representation of color #012C59: hue angle of 210.68º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C59 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 44 | 89 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.65 |
| HSL | 210.68º | 0.98% | 0.18% | - |
| HSV(B) | 210.68º | 0.99% | 0.35% | - |
| XYZ | 2.72 | 2.53 | 9.8 | - |
| YUV | 36.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 89 | 0.99 | 0.51 | 0 | 0.65 | 210.68 | 0.98 | 0.18 |
| Hex | 1 | 2C | 59 | 63 | 33 | 0 | 41 | D3 | 62 | 12 |
| Octal | 1 | 54 | 131 | 143 | 63 | 0 | 101 | 323 | 142 | 22 |
| Binary | 1 | 101100 | 1011001 | 1100011 | 110011 | 0 | 1000001 | 11010011 | 1100010 | 10010 |
Color Harmonies of #012C59
Complementary color
Monochromatic Colors of #012C59
Black with #012C59
Text Example
Text Example
White with #012C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C59; }
p { color: rgb(1,44,89); }
H1.HeaderClassName
{
color: #012C59;
}
.AnyTagClassName
{
color: #012C59;
}
</style>
background-color css
<style>
a { background-color: #012C59; }
a { background-color: rgb(1,44,89); }
div.DivClassName
{
background-color: #012C59;
}
.BgClassName
{
background-color: #012C59;
}
</style>
border-color css
<style>
span { border-color: #012C59; }
span { border-color: rgb(1,44,89); }
td.TdClassName
{
border-color: #012C59;
}
.TagClassName
{
border-color: #012C59;
}
</style>