Shades of Prussian Blue #012A65
Tints of Prussian Blue #012A65
RGB
CMYK
RGB Variations
Color information
#012A65 (or 0x012A65) is known color: Prussian Blue. HEX triplet: 01, 2A and 65. RGB value is (1,42,101). Sum of RGB (Red+Green+Blue) = 1+42+101=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #012A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A65 is #FED59A. Grayscale: #242424. Windows color (decimal): -16700827 or 6629889. OLE color: 6629889.
HSL color Cylindrical-coordinate representation of color #012A65: hue angle of 215.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A65 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 42 | 101 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.60 |
| HSL | 215.4º | 0.98% | 0.2% | - |
| HSV(B) | 215.4º | 0.99% | 0.4% | - |
| XYZ | 3.19 | 2.6 | 12.65 | - |
| YUV | 36.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 101 | 0.99 | 0.58 | 0 | 0.60 | 215.4 | 0.98 | 0.2 |
| Hex | 1 | 2A | 65 | 63 | 3A | 0 | 3C | D7 | 62 | 14 |
| Octal | 1 | 52 | 145 | 143 | 72 | 0 | 74 | 327 | 142 | 24 |
| Binary | 1 | 101010 | 1100101 | 1100011 | 111010 | 0 | 111100 | 11010111 | 1100010 | 10100 |
Color Harmonies of #012A65
Complementary color
Monochromatic Colors of #012A65
Black with #012A65
Text Example
Text Example
White with #012A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A65; }
p { color: rgb(1,42,101); }
H1.HeaderClassName
{
color: #012A65;
}
.AnyTagClassName
{
color: #012A65;
}
</style>
background-color css
<style>
a { background-color: #012A65; }
a { background-color: rgb(1,42,101); }
div.DivClassName
{
background-color: #012A65;
}
.BgClassName
{
background-color: #012A65;
}
</style>
border-color css
<style>
span { border-color: #012A65; }
span { border-color: rgb(1,42,101); }
td.TdClassName
{
border-color: #012A65;
}
.TagClassName
{
border-color: #012A65;
}
</style>