Shades of Prussian Blue #012E52
Tints of Prussian Blue #012E52
RGB
CMYK
RGB Variations
Color information
#012E52 (or 0x012E52) is known color: Prussian Blue. HEX triplet: 01, 2E and 52. RGB value is (1,46,82). Sum of RGB (Red+Green+Blue) = 1+46+82=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #012E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E52 is #FED1AD. Grayscale: #242424. Windows color (decimal): -16699822 or 5385729. OLE color: 5385729.
HSL color Cylindrical-coordinate representation of color #012E52: hue angle of 206.67º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E52 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 46 | 82 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.68 |
| HSL | 206.67º | 0.98% | 0.16% | - |
| HSV(B) | 206.67º | 0.99% | 0.32% | - |
| XYZ | 2.51 | 2.57 | 8.35 | - |
| YUV | 36.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 82 | 0.99 | 0.44 | 0 | 0.68 | 206.67 | 0.98 | 0.16 |
| Hex | 1 | 2E | 52 | 63 | 2C | 0 | 44 | CF | 62 | 10 |
| Octal | 1 | 56 | 122 | 143 | 54 | 0 | 104 | 317 | 142 | 20 |
| Binary | 1 | 101110 | 1010010 | 1100011 | 101100 | 0 | 1000100 | 11001111 | 1100010 | 10000 |
Color Harmonies of #012E52
Complementary color
Monochromatic Colors of #012E52
Black with #012E52
Text Example
Text Example
White with #012E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E52; }
p { color: rgb(1,46,82); }
H1.HeaderClassName
{
color: #012E52;
}
.AnyTagClassName
{
color: #012E52;
}
</style>
background-color css
<style>
a { background-color: #012E52; }
a { background-color: rgb(1,46,82); }
div.DivClassName
{
background-color: #012E52;
}
.BgClassName
{
background-color: #012E52;
}
</style>
border-color css
<style>
span { border-color: #012E52; }
span { border-color: rgb(1,46,82); }
td.TdClassName
{
border-color: #012E52;
}
.TagClassName
{
border-color: #012E52;
}
</style>