Shades of Prussian Blue #013576
Tints of Prussian Blue #013576
RGB
CMYK
RGB Variations
Color information
#013576 (or 0x013576) is known color: Prussian Blue. HEX triplet: 01, 35 and 76. RGB value is (1,53,118). Sum of RGB (Red+Green+Blue) = 1+53+118=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #013576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013576 is #FECA89. Grayscale: #2C2C2C. Windows color (decimal): -16697994 or 7746817. OLE color: 7746817.
HSL color Cylindrical-coordinate representation of color #013576: hue angle of 213.33º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013576 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 53 | 118 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.54 |
| HSL | 213.33º | 0.98% | 0.23% | - |
| HSV(B) | 213.33º | 0.99% | 0.46% | - |
| XYZ | 4.56 | 3.86 | 17.64 | - |
| YUV | 44.86 | 169.27 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 118 | 0.99 | 0.55 | 0 | 0.54 | 213.33 | 0.98 | 0.23 |
| Hex | 1 | 35 | 76 | 63 | 37 | 0 | 36 | D5 | 62 | 17 |
| Octal | 1 | 65 | 166 | 143 | 67 | 0 | 66 | 325 | 142 | 27 |
| Binary | 1 | 110101 | 1110110 | 1100011 | 110111 | 0 | 110110 | 11010101 | 1100010 | 10111 |
Color Harmonies of #013576
Complementary color
Monochromatic Colors of #013576
Black with #013576
Text Example
Text Example
White with #013576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013576; }
p { color: rgb(1,53,118); }
H1.HeaderClassName
{
color: #013576;
}
.AnyTagClassName
{
color: #013576;
}
</style>
background-color css
<style>
a { background-color: #013576; }
a { background-color: rgb(1,53,118); }
div.DivClassName
{
background-color: #013576;
}
.BgClassName
{
background-color: #013576;
}
</style>
border-color css
<style>
span { border-color: #013576; }
span { border-color: rgb(1,53,118); }
td.TdClassName
{
border-color: #013576;
}
.TagClassName
{
border-color: #013576;
}
</style>