Shades of Prussian Blue #012A4D
Tints of Prussian Blue #012A4D
RGB
CMYK
RGB Variations
Color information
#012A4D (or 0x012A4D) is known color: Prussian Blue. HEX triplet: 01, 2A and 4D. RGB value is (1,42,77). Sum of RGB (Red+Green+Blue) = 1+42+77=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #012A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A4D is #FED5B2. Grayscale: #212121. Windows color (decimal): -16700851 or 5057025. OLE color: 5057025.
HSL color Cylindrical-coordinate representation of color #012A4D: hue angle of 207.63º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A4D is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 42 | 77 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.70 |
| HSL | 207.63º | 0.97% | 0.15% | - |
| HSV(B) | 207.63º | 0.99% | 0.3% | - |
| XYZ | 2.18 | 2.2 | 7.33 | - |
| YUV | 33.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 77 | 0.99 | 0.45 | 0 | 0.70 | 207.63 | 0.97 | 0.15 |
| Hex | 1 | 2A | 4D | 63 | 2D | 0 | 46 | D0 | 61 | F |
| Octal | 1 | 52 | 115 | 143 | 55 | 0 | 106 | 320 | 141 | 17 |
| Binary | 1 | 101010 | 1001101 | 1100011 | 101101 | 0 | 1000110 | 11010000 | 1100001 | 1111 |
Color Harmonies of #012A4D
Complementary color
Monochromatic Colors of #012A4D
Black with #012A4D
Text Example
Text Example
White with #012A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A4D; }
p { color: rgb(1,42,77); }
H1.HeaderClassName
{
color: #012A4D;
}
.AnyTagClassName
{
color: #012A4D;
}
</style>
background-color css
<style>
a { background-color: #012A4D; }
a { background-color: rgb(1,42,77); }
div.DivClassName
{
background-color: #012A4D;
}
.BgClassName
{
background-color: #012A4D;
}
</style>
border-color css
<style>
span { border-color: #012A4D; }
span { border-color: rgb(1,42,77); }
td.TdClassName
{
border-color: #012A4D;
}
.TagClassName
{
border-color: #012A4D;
}
</style>