Shades of Prussian Blue #013776
Tints of Prussian Blue #013776
RGB
CMYK
RGB Variations
Color information
#013776 (or 0x013776) is known color: Prussian Blue. HEX triplet: 01, 37 and 76. RGB value is (1,55,118). Sum of RGB (Red+Green+Blue) = 1+55+118=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #013776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013776 is #FEC889. Grayscale: #2D2D2D. Windows color (decimal): -16697482 or 7747329. OLE color: 7747329.
HSL color Cylindrical-coordinate representation of color #013776: hue angle of 212.31º 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 #013776 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 55 | 118 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.54 |
| HSL | 212.31º | 0.98% | 0.23% | - |
| HSV(B) | 212.31º | 0.99% | 0.46% | - |
| XYZ | 4.65 | 4.05 | 17.68 | - |
| YUV | 46.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 118 | 0.99 | 0.53 | 0 | 0.54 | 212.31 | 0.98 | 0.23 |
| Hex | 1 | 37 | 76 | 63 | 35 | 0 | 36 | D4 | 62 | 17 |
| Octal | 1 | 67 | 166 | 143 | 65 | 0 | 66 | 324 | 142 | 27 |
| Binary | 1 | 110111 | 1110110 | 1100011 | 110101 | 0 | 110110 | 11010100 | 1100010 | 10111 |
Color Harmonies of #013776
Complementary color
Monochromatic Colors of #013776
Black with #013776
Text Example
Text Example
White with #013776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013776; }
p { color: rgb(1,55,118); }
H1.HeaderClassName
{
color: #013776;
}
.AnyTagClassName
{
color: #013776;
}
</style>
background-color css
<style>
a { background-color: #013776; }
a { background-color: rgb(1,55,118); }
div.DivClassName
{
background-color: #013776;
}
.BgClassName
{
background-color: #013776;
}
</style>
border-color css
<style>
span { border-color: #013776; }
span { border-color: rgb(1,55,118); }
td.TdClassName
{
border-color: #013776;
}
.TagClassName
{
border-color: #013776;
}
</style>