Shades of Prussian Blue #013763
Tints of Prussian Blue #013763
RGB
CMYK
RGB Variations
Color information
#013763 (or 0x013763) is known color: Prussian Blue. HEX triplet: 01, 37 and 63. RGB value is (1,55,99). Sum of RGB (Red+Green+Blue) = 1+55+99=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #013763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013763 is #FEC89C. Grayscale: #2B2B2B. Windows color (decimal): -16697501 or 6502145. OLE color: 6502145.
HSL color Cylindrical-coordinate representation of color #013763: hue angle of 206.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013763 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 55 | 99 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.61 |
| HSL | 206.94º | 0.98% | 0.2% | - |
| HSV(B) | 206.94º | 0.99% | 0.39% | - |
| XYZ | 3.63 | 3.64 | 12.32 | - |
| YUV | 43.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 99 | 0.99 | 0.44 | 0 | 0.61 | 206.94 | 0.98 | 0.2 |
| Hex | 1 | 37 | 63 | 63 | 2C | 0 | 3D | CF | 62 | 14 |
| Octal | 1 | 67 | 143 | 143 | 54 | 0 | 75 | 317 | 142 | 24 |
| Binary | 1 | 110111 | 1100011 | 1100011 | 101100 | 0 | 111101 | 11001111 | 1100010 | 10100 |
Color Harmonies of #013763
Complementary color
Monochromatic Colors of #013763
Black with #013763
Text Example
Text Example
White with #013763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013763; }
p { color: rgb(1,55,99); }
H1.HeaderClassName
{
color: #013763;
}
.AnyTagClassName
{
color: #013763;
}
</style>
background-color css
<style>
a { background-color: #013763; }
a { background-color: rgb(1,55,99); }
div.DivClassName
{
background-color: #013763;
}
.BgClassName
{
background-color: #013763;
}
</style>
border-color css
<style>
span { border-color: #013763; }
span { border-color: rgb(1,55,99); }
td.TdClassName
{
border-color: #013763;
}
.TagClassName
{
border-color: #013763;
}
</style>