Shades of Prussian Blue #012958
Tints of Prussian Blue #012958
RGB
CMYK
RGB Variations
Color information
#012958 (or 0x012958) is known color: Prussian Blue. HEX triplet: 01, 29 and 58. RGB value is (1,41,88). Sum of RGB (Red+Green+Blue) = 1+41+88=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #012958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012958 is #FED6A7. Grayscale: #222222. Windows color (decimal): -16701096 or 5777665. OLE color: 5777665.
HSL color Cylindrical-coordinate representation of color #012958: hue angle of 212.41º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012958 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 41 | 88 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.65 |
| HSL | 212.41º | 0.98% | 0.17% | - |
| HSV(B) | 212.41º | 0.99% | 0.35% | - |
| XYZ | 2.57 | 2.3 | 9.54 | - |
| YUV | 34.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 88 | 0.99 | 0.53 | 0 | 0.65 | 212.41 | 0.98 | 0.17 |
| Hex | 1 | 29 | 58 | 63 | 35 | 0 | 41 | D4 | 62 | 11 |
| Octal | 1 | 51 | 130 | 143 | 65 | 0 | 101 | 324 | 142 | 21 |
| Binary | 1 | 101001 | 1011000 | 1100011 | 110101 | 0 | 1000001 | 11010100 | 1100010 | 10001 |
Color Harmonies of #012958
Complementary color
Monochromatic Colors of #012958
Black with #012958
Text Example
Text Example
White with #012958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012958; }
p { color: rgb(1,41,88); }
H1.HeaderClassName
{
color: #012958;
}
.AnyTagClassName
{
color: #012958;
}
</style>
background-color css
<style>
a { background-color: #012958; }
a { background-color: rgb(1,41,88); }
div.DivClassName
{
background-color: #012958;
}
.BgClassName
{
background-color: #012958;
}
</style>
border-color css
<style>
span { border-color: #012958; }
span { border-color: rgb(1,41,88); }
td.TdClassName
{
border-color: #012958;
}
.TagClassName
{
border-color: #012958;
}
</style>