Shades of Prussian Blue #014569
Tints of Prussian Blue #014569
RGB
CMYK
RGB Variations
Color information
#014569 (or 0x014569) is known color: Prussian Blue. HEX triplet: 01, 45 and 69. RGB value is (1,69,105). Sum of RGB (Red+Green+Blue) = 1+69+105=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #014569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014569 is #FEBA96. Grayscale: #343434. Windows color (decimal): -16693911 or 6898945. OLE color: 6898945.
HSL color Cylindrical-coordinate representation of color #014569: hue angle of 200.77º 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 #014569 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 69 | 105 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.59 |
| HSL | 200.77º | 0.98% | 0.21% | - |
| HSV(B) | 200.77º | 0.99% | 0.41% | - |
| XYZ | 4.69 | 5.28 | 14.14 | - |
| YUV | 52.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 105 | 0.99 | 0.34 | 0 | 0.59 | 200.77 | 0.98 | 0.21 |
| Hex | 1 | 45 | 69 | 63 | 22 | 0 | 3B | C9 | 62 | 15 |
| Octal | 1 | 105 | 151 | 143 | 42 | 0 | 73 | 311 | 142 | 25 |
| Binary | 1 | 1000101 | 1101001 | 1100011 | 100010 | 0 | 111011 | 11001001 | 1100010 | 10101 |
Color Harmonies of #014569
Complementary color
Monochromatic Colors of #014569
Black with #014569
Text Example
Text Example
White with #014569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014569; }
p { color: rgb(1,69,105); }
H1.HeaderClassName
{
color: #014569;
}
.AnyTagClassName
{
color: #014569;
}
</style>
background-color css
<style>
a { background-color: #014569; }
a { background-color: rgb(1,69,105); }
div.DivClassName
{
background-color: #014569;
}
.BgClassName
{
background-color: #014569;
}
</style>
border-color css
<style>
span { border-color: #014569; }
span { border-color: rgb(1,69,105); }
td.TdClassName
{
border-color: #014569;
}
.TagClassName
{
border-color: #014569;
}
</style>