Shades of Prussian Blue #012D63
Tints of Prussian Blue #012D63
RGB
CMYK
RGB Variations
Color information
#012D63 (or 0x012D63) is known color: Prussian Blue. HEX triplet: 01, 2D and 63. RGB value is (1,45,99). Sum of RGB (Red+Green+Blue) = 1+45+99=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #012D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D63 is #FED29C. Grayscale: #252525. Windows color (decimal): -16700061 or 6499585. OLE color: 6499585.
HSL color Cylindrical-coordinate representation of color #012D63: hue angle of 213.06º 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 #012D63 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 45 | 99 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.61 |
| HSL | 213.06º | 0.98% | 0.2% | - |
| HSV(B) | 213.06º | 0.99% | 0.39% | - |
| XYZ | 3.2 | 2.78 | 12.17 | - |
| YUV | 38 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 99 | 0.99 | 0.55 | 0 | 0.61 | 213.06 | 0.98 | 0.2 |
| Hex | 1 | 2D | 63 | 63 | 37 | 0 | 3D | D5 | 62 | 14 |
| Octal | 1 | 55 | 143 | 143 | 67 | 0 | 75 | 325 | 142 | 24 |
| Binary | 1 | 101101 | 1100011 | 1100011 | 110111 | 0 | 111101 | 11010101 | 1100010 | 10100 |
Color Harmonies of #012D63
Complementary color
Monochromatic Colors of #012D63
Black with #012D63
Text Example
Text Example
White with #012D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D63; }
p { color: rgb(1,45,99); }
H1.HeaderClassName
{
color: #012D63;
}
.AnyTagClassName
{
color: #012D63;
}
</style>
background-color css
<style>
a { background-color: #012D63; }
a { background-color: rgb(1,45,99); }
div.DivClassName
{
background-color: #012D63;
}
.BgClassName
{
background-color: #012D63;
}
</style>
border-color css
<style>
span { border-color: #012D63; }
span { border-color: rgb(1,45,99); }
td.TdClassName
{
border-color: #012D63;
}
.TagClassName
{
border-color: #012D63;
}
</style>