Shades of Prussian Blue #012F6E
Tints of Prussian Blue #012F6E
RGB
CMYK
RGB Variations
Color information
#012F6E (or 0x012F6E) is known color: Prussian Blue. HEX triplet: 01, 2F and 6E. RGB value is (1,47,110). Sum of RGB (Red+Green+Blue) = 1+47+110=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #012F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F6E is #FED091. Grayscale: #282828. Windows color (decimal): -16699538 or 7220993. OLE color: 7220993.
HSL color Cylindrical-coordinate representation of color #012F6E: hue angle of 214.68º 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 #012F6E is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 47 | 110 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.57 |
| HSL | 214.68º | 0.98% | 0.22% | - |
| HSV(B) | 214.68º | 0.99% | 0.43% | - |
| XYZ | 3.84 | 3.17 | 15.16 | - |
| YUV | 40.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 110 | 0.99 | 0.57 | 0 | 0.57 | 214.68 | 0.98 | 0.22 |
| Hex | 1 | 2F | 6E | 63 | 39 | 0 | 39 | D7 | 62 | 16 |
| Octal | 1 | 57 | 156 | 143 | 71 | 0 | 71 | 327 | 142 | 26 |
| Binary | 1 | 101111 | 1101110 | 1100011 | 111001 | 0 | 111001 | 11010111 | 1100010 | 10110 |
Color Harmonies of #012F6E
Complementary color
Monochromatic Colors of #012F6E
Black with #012F6E
Text Example
Text Example
White with #012F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F6E; }
p { color: rgb(1,47,110); }
H1.HeaderClassName
{
color: #012F6E;
}
.AnyTagClassName
{
color: #012F6E;
}
</style>
background-color css
<style>
a { background-color: #012F6E; }
a { background-color: rgb(1,47,110); }
div.DivClassName
{
background-color: #012F6E;
}
.BgClassName
{
background-color: #012F6E;
}
</style>
border-color css
<style>
span { border-color: #012F6E; }
span { border-color: rgb(1,47,110); }
td.TdClassName
{
border-color: #012F6E;
}
.TagClassName
{
border-color: #012F6E;
}
</style>