Shades of Prussian Blue #014669
Tints of Prussian Blue #014669
RGB
CMYK
RGB Variations
Color information
#014669 (or 0x014669) is known color: Prussian Blue. HEX triplet: 01, 46 and 69. RGB value is (1,70,105). Sum of RGB (Red+Green+Blue) = 1+70+105=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #014669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014669 is #FEB996. Grayscale: #353535. Windows color (decimal): -16693655 or 6899201. OLE color: 6899201.
HSL color Cylindrical-coordinate representation of color #014669: hue angle of 200.19º 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 #014669 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 70 | 105 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.59 |
| HSL | 200.19º | 0.98% | 0.21% | - |
| HSV(B) | 200.19º | 0.99% | 0.41% | - |
| XYZ | 4.75 | 5.41 | 14.16 | - |
| YUV | 53.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 105 | 0.99 | 0.33 | 0 | 0.59 | 200.19 | 0.98 | 0.21 |
| Hex | 1 | 46 | 69 | 63 | 21 | 0 | 3B | C8 | 62 | 15 |
| Octal | 1 | 106 | 151 | 143 | 41 | 0 | 73 | 310 | 142 | 25 |
| Binary | 1 | 1000110 | 1101001 | 1100011 | 100001 | 0 | 111011 | 11001000 | 1100010 | 10101 |
Color Harmonies of #014669
Complementary color
Monochromatic Colors of #014669
Black with #014669
Text Example
Text Example
White with #014669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014669; }
p { color: rgb(1,70,105); }
H1.HeaderClassName
{
color: #014669;
}
.AnyTagClassName
{
color: #014669;
}
</style>
background-color css
<style>
a { background-color: #014669; }
a { background-color: rgb(1,70,105); }
div.DivClassName
{
background-color: #014669;
}
.BgClassName
{
background-color: #014669;
}
</style>
border-color css
<style>
span { border-color: #014669; }
span { border-color: rgb(1,70,105); }
td.TdClassName
{
border-color: #014669;
}
.TagClassName
{
border-color: #014669;
}
</style>