Shades of Prussian Blue #012E63
Tints of Prussian Blue #012E63
RGB
CMYK
RGB Variations
Color information
#012E63 (or 0x012E63) is known color: Prussian Blue. HEX triplet: 01, 2E and 63. RGB value is (1,46,99). Sum of RGB (Red+Green+Blue) = 1+46+99=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #012E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E63 is #FED19C. Grayscale: #262626. Windows color (decimal): -16699805 or 6499841. OLE color: 6499841.
HSL color Cylindrical-coordinate representation of color #012E63: hue angle of 212.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E63 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 46 | 99 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.61 |
| HSL | 212.45º | 0.98% | 0.2% | - |
| HSV(B) | 212.45º | 0.99% | 0.39% | - |
| XYZ | 3.24 | 2.86 | 12.19 | - |
| YUV | 38.59 | 162.09 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 99 | 0.99 | 0.54 | 0 | 0.61 | 212.45 | 0.98 | 0.2 |
| Hex | 1 | 2E | 63 | 63 | 36 | 0 | 3D | D4 | 62 | 14 |
| Octal | 1 | 56 | 143 | 143 | 66 | 0 | 75 | 324 | 142 | 24 |
| Binary | 1 | 101110 | 1100011 | 1100011 | 110110 | 0 | 111101 | 11010100 | 1100010 | 10100 |
Color Harmonies of #012E63
Complementary color
Monochromatic Colors of #012E63
Black with #012E63
Text Example
Text Example
White with #012E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E63; }
p { color: rgb(1,46,99); }
H1.HeaderClassName
{
color: #012E63;
}
.AnyTagClassName
{
color: #012E63;
}
</style>
background-color css
<style>
a { background-color: #012E63; }
a { background-color: rgb(1,46,99); }
div.DivClassName
{
background-color: #012E63;
}
.BgClassName
{
background-color: #012E63;
}
</style>
border-color css
<style>
span { border-color: #012E63; }
span { border-color: rgb(1,46,99); }
td.TdClassName
{
border-color: #012E63;
}
.TagClassName
{
border-color: #012E63;
}
</style>