Shades of Prussian Blue #012C6C
Tints of Prussian Blue #012C6C
RGB
CMYK
RGB Variations
Color information
#012C6C (or 0x012C6C) is known color: Prussian Blue. HEX triplet: 01, 2C and 6C. RGB value is (1,44,108). Sum of RGB (Red+Green+Blue) = 1+44+108=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #012C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C6C is #FED393. Grayscale: #262626. Windows color (decimal): -16700308 or 7089153. OLE color: 7089153.
HSL color Cylindrical-coordinate representation of color #012C6C: hue angle of 215.89º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C6C is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 44 | 108 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.58 |
| HSL | 215.89º | 0.98% | 0.21% | - |
| HSV(B) | 215.89º | 0.99% | 0.42% | - |
| XYZ | 3.62 | 2.89 | 14.55 | - |
| YUV | 38.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 108 | 0.99 | 0.59 | 0 | 0.58 | 215.89 | 0.98 | 0.21 |
| Hex | 1 | 2C | 6C | 63 | 3B | 0 | 3A | D8 | 62 | 15 |
| Octal | 1 | 54 | 154 | 143 | 73 | 0 | 72 | 330 | 142 | 25 |
| Binary | 1 | 101100 | 1101100 | 1100011 | 111011 | 0 | 111010 | 11011000 | 1100010 | 10101 |
Color Harmonies of #012C6C
Complementary color
Monochromatic Colors of #012C6C
Black with #012C6C
Text Example
Text Example
White with #012C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C6C; }
p { color: rgb(1,44,108); }
H1.HeaderClassName
{
color: #012C6C;
}
.AnyTagClassName
{
color: #012C6C;
}
</style>
background-color css
<style>
a { background-color: #012C6C; }
a { background-color: rgb(1,44,108); }
div.DivClassName
{
background-color: #012C6C;
}
.BgClassName
{
background-color: #012C6C;
}
</style>
border-color css
<style>
span { border-color: #012C6C; }
span { border-color: rgb(1,44,108); }
td.TdClassName
{
border-color: #012C6C;
}
.TagClassName
{
border-color: #012C6C;
}
</style>