Shades of Prussian Blue #012F4A
Tints of Prussian Blue #012F4A
RGB
CMYK
RGB Variations
Color information
#012F4A (or 0x012F4A) is known color: Prussian Blue. HEX triplet: 01, 2F and 4A. RGB value is (1,47,74). Sum of RGB (Red+Green+Blue) = 1+47+74=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #012F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F4A is #FED0B5. Grayscale: #242424. Windows color (decimal): -16699574 or 4861697. OLE color: 4861697.
HSL color Cylindrical-coordinate representation of color #012F4A: hue angle of 202.19º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F4A is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 47 | 74 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.71 |
| HSL | 202.19º | 0.97% | 0.15% | - |
| HSV(B) | 202.19º | 0.99% | 0.29% | - |
| XYZ | 2.27 | 2.53 | 6.85 | - |
| YUV | 36.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 74 | 0.99 | 0.36 | 0 | 0.71 | 202.19 | 0.97 | 0.15 |
| Hex | 1 | 2F | 4A | 63 | 24 | 0 | 47 | CA | 61 | F |
| Octal | 1 | 57 | 112 | 143 | 44 | 0 | 107 | 312 | 141 | 17 |
| Binary | 1 | 101111 | 1001010 | 1100011 | 100100 | 0 | 1000111 | 11001010 | 1100001 | 1111 |
Color Harmonies of #012F4A
Complementary color
Monochromatic Colors of #012F4A
Black with #012F4A
Text Example
Text Example
White with #012F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F4A; }
p { color: rgb(1,47,74); }
H1.HeaderClassName
{
color: #012F4A;
}
.AnyTagClassName
{
color: #012F4A;
}
</style>
background-color css
<style>
a { background-color: #012F4A; }
a { background-color: rgb(1,47,74); }
div.DivClassName
{
background-color: #012F4A;
}
.BgClassName
{
background-color: #012F4A;
}
</style>
border-color css
<style>
span { border-color: #012F4A; }
span { border-color: rgb(1,47,74); }
td.TdClassName
{
border-color: #012F4A;
}
.TagClassName
{
border-color: #012F4A;
}
</style>