Shades of Prussian Blue #014568
Tints of Prussian Blue #014568
RGB
CMYK
RGB Variations
Color information
#014568 (or 0x014568) is known color: Prussian Blue. HEX triplet: 01, 45 and 68. RGB value is (1,69,104). Sum of RGB (Red+Green+Blue) = 1+69+104=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #014568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014568 is #FEBA97. Grayscale: #343434. Windows color (decimal): -16693912 or 6833409. OLE color: 6833409.
HSL color Cylindrical-coordinate representation of color #014568: hue angle of 200.39º 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 #014568 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 69 | 104 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.59 |
| HSL | 200.39º | 0.98% | 0.21% | - |
| HSV(B) | 200.39º | 0.99% | 0.41% | - |
| XYZ | 4.64 | 5.26 | 13.87 | - |
| YUV | 52.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 104 | 0.99 | 0.34 | 0 | 0.59 | 200.39 | 0.98 | 0.21 |
| Hex | 1 | 45 | 68 | 63 | 22 | 0 | 3B | C8 | 62 | 15 |
| Octal | 1 | 105 | 150 | 143 | 42 | 0 | 73 | 310 | 142 | 25 |
| Binary | 1 | 1000101 | 1101000 | 1100011 | 100010 | 0 | 111011 | 11001000 | 1100010 | 10101 |
Color Harmonies of #014568
Complementary color
Monochromatic Colors of #014568
Black with #014568
Text Example
Text Example
White with #014568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014568; }
p { color: rgb(1,69,104); }
H1.HeaderClassName
{
color: #014568;
}
.AnyTagClassName
{
color: #014568;
}
</style>
background-color css
<style>
a { background-color: #014568; }
a { background-color: rgb(1,69,104); }
div.DivClassName
{
background-color: #014568;
}
.BgClassName
{
background-color: #014568;
}
</style>
border-color css
<style>
span { border-color: #014568; }
span { border-color: rgb(1,69,104); }
td.TdClassName
{
border-color: #014568;
}
.TagClassName
{
border-color: #014568;
}
</style>