Shades of Prussian Blue #012F74
Tints of Prussian Blue #012F74
RGB
CMYK
RGB Variations
Color information
#012F74 (or 0x012F74) is known color: Prussian Blue. HEX triplet: 01, 2F and 74. RGB value is (1,47,116). Sum of RGB (Red+Green+Blue) = 1+47+116=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #012F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F74 is #FED08B. Grayscale: #282828. Windows color (decimal): -16699532 or 7614209. OLE color: 7614209.
HSL color Cylindrical-coordinate representation of color #012F74: hue angle of 216º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F74 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 47 | 116 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.55 |
| HSL | 216º | 0.98% | 0.23% | - |
| HSV(B) | 216º | 0.99% | 0.45% | - |
| XYZ | 4.18 | 3.3 | 16.94 | - |
| YUV | 41.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 116 | 0.99 | 0.59 | 0 | 0.55 | 216 | 0.98 | 0.23 |
| Hex | 1 | 2F | 74 | 63 | 3B | 0 | 37 | D8 | 62 | 17 |
| Octal | 1 | 57 | 164 | 143 | 73 | 0 | 67 | 330 | 142 | 27 |
| Binary | 1 | 101111 | 1110100 | 1100011 | 111011 | 0 | 110111 | 11011000 | 1100010 | 10111 |
Color Harmonies of #012F74
Complementary color
Monochromatic Colors of #012F74
Black with #012F74
Text Example
Text Example
White with #012F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F74; }
p { color: rgb(1,47,116); }
H1.HeaderClassName
{
color: #012F74;
}
.AnyTagClassName
{
color: #012F74;
}
</style>
background-color css
<style>
a { background-color: #012F74; }
a { background-color: rgb(1,47,116); }
div.DivClassName
{
background-color: #012F74;
}
.BgClassName
{
background-color: #012F74;
}
</style>
border-color css
<style>
span { border-color: #012F74; }
span { border-color: rgb(1,47,116); }
td.TdClassName
{
border-color: #012F74;
}
.TagClassName
{
border-color: #012F74;
}
</style>