Shades of Prussian Blue #012C4C
Tints of Prussian Blue #012C4C
RGB
CMYK
RGB Variations
Color information
#012C4C (or 0x012C4C) is known color: Prussian Blue. HEX triplet: 01, 2C and 4C. RGB value is (1,44,76). Sum of RGB (Red+Green+Blue) = 1+44+76=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #012C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C4C is #FED3B3. Grayscale: #222222. Windows color (decimal): -16700340 or 4992001. OLE color: 4992001.
HSL color Cylindrical-coordinate representation of color #012C4C: hue angle of 205.6º 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 #012C4C is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 44 | 76 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.70 |
| HSL | 205.6º | 0.97% | 0.15% | - |
| HSV(B) | 205.6º | 0.99% | 0.3% | - |
| XYZ | 2.22 | 2.33 | 7.17 | - |
| YUV | 34.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 76 | 0.99 | 0.42 | 0 | 0.70 | 205.6 | 0.97 | 0.15 |
| Hex | 1 | 2C | 4C | 63 | 2A | 0 | 46 | CE | 61 | F |
| Octal | 1 | 54 | 114 | 143 | 52 | 0 | 106 | 316 | 141 | 17 |
| Binary | 1 | 101100 | 1001100 | 1100011 | 101010 | 0 | 1000110 | 11001110 | 1100001 | 1111 |
Color Harmonies of #012C4C
Complementary color
Monochromatic Colors of #012C4C
Black with #012C4C
Text Example
Text Example
White with #012C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C4C; }
p { color: rgb(1,44,76); }
H1.HeaderClassName
{
color: #012C4C;
}
.AnyTagClassName
{
color: #012C4C;
}
</style>
background-color css
<style>
a { background-color: #012C4C; }
a { background-color: rgb(1,44,76); }
div.DivClassName
{
background-color: #012C4C;
}
.BgClassName
{
background-color: #012C4C;
}
</style>
border-color css
<style>
span { border-color: #012C4C; }
span { border-color: rgb(1,44,76); }
td.TdClassName
{
border-color: #012C4C;
}
.TagClassName
{
border-color: #012C4C;
}
</style>