Shades of Prussian Blue #012F6D
Tints of Prussian Blue #012F6D
RGB
CMYK
RGB Variations
Color information
#012F6D (or 0x012F6D) is known color: Prussian Blue. HEX triplet: 01, 2F and 6D. RGB value is (1,47,109). Sum of RGB (Red+Green+Blue) = 1+47+109=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #012F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F6D is #FED092. Grayscale: #282828. Windows color (decimal): -16699539 or 7155457. OLE color: 7155457.
HSL color Cylindrical-coordinate representation of color #012F6D: hue angle of 214.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F6D is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 47 | 109 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.57 |
| HSL | 214.44º | 0.98% | 0.22% | - |
| HSV(B) | 214.44º | 0.99% | 0.43% | - |
| XYZ | 3.79 | 3.14 | 14.88 | - |
| YUV | 40.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 109 | 0.99 | 0.57 | 0 | 0.57 | 214.44 | 0.98 | 0.22 |
| Hex | 1 | 2F | 6D | 63 | 39 | 0 | 39 | D6 | 62 | 16 |
| Octal | 1 | 57 | 155 | 143 | 71 | 0 | 71 | 326 | 142 | 26 |
| Binary | 1 | 101111 | 1101101 | 1100011 | 111001 | 0 | 111001 | 11010110 | 1100010 | 10110 |
Color Harmonies of #012F6D
Complementary color
Monochromatic Colors of #012F6D
Black with #012F6D
Text Example
Text Example
White with #012F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F6D; }
p { color: rgb(1,47,109); }
H1.HeaderClassName
{
color: #012F6D;
}
.AnyTagClassName
{
color: #012F6D;
}
</style>
background-color css
<style>
a { background-color: #012F6D; }
a { background-color: rgb(1,47,109); }
div.DivClassName
{
background-color: #012F6D;
}
.BgClassName
{
background-color: #012F6D;
}
</style>
border-color css
<style>
span { border-color: #012F6D; }
span { border-color: rgb(1,47,109); }
td.TdClassName
{
border-color: #012F6D;
}
.TagClassName
{
border-color: #012F6D;
}
</style>