Shades of Prussian Blue #014069
Tints of Prussian Blue #014069
RGB
CMYK
RGB Variations
Color information
#014069 (or 0x014069) is known color: Prussian Blue. HEX triplet: 01, 40 and 69. RGB value is (1,64,105). Sum of RGB (Red+Green+Blue) = 1+64+105=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #014069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014069 is #FEBF96. Grayscale: #313131. Windows color (decimal): -16695191 or 6897665. OLE color: 6897665.
HSL color Cylindrical-coordinate representation of color #014069: hue angle of 203.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014069 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 64 | 105 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.59 |
| HSL | 203.65º | 0.98% | 0.21% | - |
| HSV(B) | 203.65º | 0.99% | 0.41% | - |
| XYZ | 4.4 | 4.69 | 14.04 | - |
| YUV | 49.84 | 159.13 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 105 | 0.99 | 0.39 | 0 | 0.59 | 203.65 | 0.98 | 0.21 |
| Hex | 1 | 40 | 69 | 63 | 27 | 0 | 3B | CC | 62 | 15 |
| Octal | 1 | 100 | 151 | 143 | 47 | 0 | 73 | 314 | 142 | 25 |
| Binary | 1 | 1000000 | 1101001 | 1100011 | 100111 | 0 | 111011 | 11001100 | 1100010 | 10101 |
Color Harmonies of #014069
Complementary color
Monochromatic Colors of #014069
Black with #014069
Text Example
Text Example
White with #014069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014069; }
p { color: rgb(1,64,105); }
H1.HeaderClassName
{
color: #014069;
}
.AnyTagClassName
{
color: #014069;
}
</style>
background-color css
<style>
a { background-color: #014069; }
a { background-color: rgb(1,64,105); }
div.DivClassName
{
background-color: #014069;
}
.BgClassName
{
background-color: #014069;
}
</style>
border-color css
<style>
span { border-color: #014069; }
span { border-color: rgb(1,64,105); }
td.TdClassName
{
border-color: #014069;
}
.TagClassName
{
border-color: #014069;
}
</style>