Shades of Prussian Blue #01295F
Tints of Prussian Blue #01295F
RGB
CMYK
RGB Variations
Color information
#01295F (or 0x01295F) is known color: Prussian Blue. HEX triplet: 01, 29 and 5F. RGB value is (1,41,95). Sum of RGB (Red+Green+Blue) = 1+41+95=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #01295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01295F is #FED6A0. Grayscale: #222222. Windows color (decimal): -16701089 or 6236417. OLE color: 6236417.
HSL color Cylindrical-coordinate representation of color #01295F: hue angle of 214.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01295F is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 41 | 95 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.63 |
| HSL | 214.47º | 0.98% | 0.19% | - |
| HSV(B) | 214.47º | 0.99% | 0.37% | - |
| XYZ | 2.87 | 2.42 | 11.14 | - |
| YUV | 35.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 95 | 0.99 | 0.57 | 0 | 0.63 | 214.47 | 0.98 | 0.19 |
| Hex | 1 | 29 | 5F | 63 | 39 | 0 | 3F | D6 | 62 | 13 |
| Octal | 1 | 51 | 137 | 143 | 71 | 0 | 77 | 326 | 142 | 23 |
| Binary | 1 | 101001 | 1011111 | 1100011 | 111001 | 0 | 111111 | 11010110 | 1100010 | 10011 |
Color Harmonies of #01295F
Complementary color
Monochromatic Colors of #01295F
Black with #01295F
Text Example
Text Example
White with #01295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01295F; }
p { color: rgb(1,41,95); }
H1.HeaderClassName
{
color: #01295F;
}
.AnyTagClassName
{
color: #01295F;
}
</style>
background-color css
<style>
a { background-color: #01295F; }
a { background-color: rgb(1,41,95); }
div.DivClassName
{
background-color: #01295F;
}
.BgClassName
{
background-color: #01295F;
}
</style>
border-color css
<style>
span { border-color: #01295F; }
span { border-color: rgb(1,41,95); }
td.TdClassName
{
border-color: #01295F;
}
.TagClassName
{
border-color: #01295F;
}
</style>