Shades of Prussian Blue #012D65
Tints of Prussian Blue #012D65
RGB
CMYK
RGB Variations
Color information
#012D65 (or 0x012D65) is known color: Prussian Blue. HEX triplet: 01, 2D and 65. RGB value is (1,45,101). Sum of RGB (Red+Green+Blue) = 1+45+101=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 101 (39.84% from 255 or 68.71% from 147); Max value from RGB is 101 - color contains mainly: blue. Hex color #012D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D65 is #FED29A. Grayscale: #252525. Windows color (decimal): -16700059 or 6630657. OLE color: 6630657.
HSL color Cylindrical-coordinate representation of color #012D65: hue angle of 213.6º 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 #012D65 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 45 | 101 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.60 |
| HSL | 213.6º | 0.98% | 0.2% | - |
| HSV(B) | 213.6º | 0.99% | 0.4% | - |
| XYZ | 3.3 | 2.82 | 12.68 | - |
| YUV | 38.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 101 | 0.99 | 0.55 | 0 | 0.60 | 213.6 | 0.98 | 0.2 |
| Hex | 1 | 2D | 65 | 63 | 37 | 0 | 3C | D6 | 62 | 14 |
| Octal | 1 | 55 | 145 | 143 | 67 | 0 | 74 | 326 | 142 | 24 |
| Binary | 1 | 101101 | 1100101 | 1100011 | 110111 | 0 | 111100 | 11010110 | 1100010 | 10100 |
Color Harmonies of #012D65
Complementary color
Monochromatic Colors of #012D65
Black with #012D65
Text Example
Text Example
White with #012D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D65; }
p { color: rgb(1,45,101); }
H1.HeaderClassName
{
color: #012D65;
}
.AnyTagClassName
{
color: #012D65;
}
</style>
background-color css
<style>
a { background-color: #012D65; }
a { background-color: rgb(1,45,101); }
div.DivClassName
{
background-color: #012D65;
}
.BgClassName
{
background-color: #012D65;
}
</style>
border-color css
<style>
span { border-color: #012D65; }
span { border-color: rgb(1,45,101); }
td.TdClassName
{
border-color: #012D65;
}
.TagClassName
{
border-color: #012D65;
}
</style>