Shades of Prussian Blue #014764
Tints of Prussian Blue #014764
RGB
CMYK
RGB Variations
Color information
#014764 (or 0x014764) is known color: Prussian Blue. HEX triplet: 01, 47 and 64. RGB value is (1,71,100). Sum of RGB (Red+Green+Blue) = 1+71+100=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #014764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014764 is #FEB89B. Grayscale: #353535. Windows color (decimal): -16693404 or 6571777. OLE color: 6571777.
HSL color Cylindrical-coordinate representation of color #014764: hue angle of 197.58º 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 #014764 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 71 | 100 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.61 |
| HSL | 197.58º | 0.98% | 0.2% | - |
| HSV(B) | 197.58º | 0.99% | 0.39% | - |
| XYZ | 4.57 | 5.43 | 12.86 | - |
| YUV | 53.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 100 | 0.99 | 0.29 | 0 | 0.61 | 197.58 | 0.98 | 0.2 |
| Hex | 1 | 47 | 64 | 63 | 1D | 0 | 3D | C6 | 62 | 14 |
| Octal | 1 | 107 | 144 | 143 | 35 | 0 | 75 | 306 | 142 | 24 |
| Binary | 1 | 1000111 | 1100100 | 1100011 | 11101 | 0 | 111101 | 11000110 | 1100010 | 10100 |
Color Harmonies of #014764
Complementary color
Monochromatic Colors of #014764
Black with #014764
Text Example
Text Example
White with #014764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014764; }
p { color: rgb(1,71,100); }
H1.HeaderClassName
{
color: #014764;
}
.AnyTagClassName
{
color: #014764;
}
</style>
background-color css
<style>
a { background-color: #014764; }
a { background-color: rgb(1,71,100); }
div.DivClassName
{
background-color: #014764;
}
.BgClassName
{
background-color: #014764;
}
</style>
border-color css
<style>
span { border-color: #014764; }
span { border-color: rgb(1,71,100); }
td.TdClassName
{
border-color: #014764;
}
.TagClassName
{
border-color: #014764;
}
</style>