Shades of Prussian Blue #014464
Tints of Prussian Blue #014464
RGB
CMYK
RGB Variations
Color information
#014464 (or 0x014464) is known color: Prussian Blue. HEX triplet: 01, 44 and 64. RGB value is (1,68,100). Sum of RGB (Red+Green+Blue) = 1+68+100=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #014464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014464 is #FEBB9B. Grayscale: #333333. Windows color (decimal): -16694172 or 6571009. OLE color: 6571009.
HSL color Cylindrical-coordinate representation of color #014464: hue angle of 199.39º 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 #014464 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 68 | 100 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.61 |
| HSL | 199.39º | 0.98% | 0.2% | - |
| HSV(B) | 199.39º | 0.99% | 0.39% | - |
| XYZ | 4.38 | 5.06 | 12.8 | - |
| YUV | 51.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 100 | 0.99 | 0.32 | 0 | 0.61 | 199.39 | 0.98 | 0.2 |
| Hex | 1 | 44 | 64 | 63 | 20 | 0 | 3D | C7 | 62 | 14 |
| Octal | 1 | 104 | 144 | 143 | 40 | 0 | 75 | 307 | 142 | 24 |
| Binary | 1 | 1000100 | 1100100 | 1100011 | 100000 | 0 | 111101 | 11000111 | 1100010 | 10100 |
Color Harmonies of #014464
Complementary color
Monochromatic Colors of #014464
Black with #014464
Text Example
Text Example
White with #014464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014464; }
p { color: rgb(1,68,100); }
H1.HeaderClassName
{
color: #014464;
}
.AnyTagClassName
{
color: #014464;
}
</style>
background-color css
<style>
a { background-color: #014464; }
a { background-color: rgb(1,68,100); }
div.DivClassName
{
background-color: #014464;
}
.BgClassName
{
background-color: #014464;
}
</style>
border-color css
<style>
span { border-color: #014464; }
span { border-color: rgb(1,68,100); }
td.TdClassName
{
border-color: #014464;
}
.TagClassName
{
border-color: #014464;
}
</style>