Shades of Prussian Blue #014461
Tints of Prussian Blue #014461
RGB
CMYK
RGB Variations
Color information
#014461 (or 0x014461) is known color: Prussian Blue. HEX triplet: 01, 44 and 61. RGB value is (1,68,97). Sum of RGB (Red+Green+Blue) = 1+68+97=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #014461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014461 is #FEBB9E. Grayscale: #333333. Windows color (decimal): -16694175 or 6374401. OLE color: 6374401.
HSL color Cylindrical-coordinate representation of color #014461: hue angle of 198.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014461 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 68 | 97 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.62 |
| HSL | 198.13º | 0.98% | 0.19% | - |
| HSV(B) | 198.13º | 0.99% | 0.38% | - |
| XYZ | 4.24 | 5 | 12.05 | - |
| YUV | 51.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 97 | 0.99 | 0.30 | 0 | 0.62 | 198.13 | 0.98 | 0.19 |
| Hex | 1 | 44 | 61 | 63 | 1E | 0 | 3E | C6 | 62 | 13 |
| Octal | 1 | 104 | 141 | 143 | 36 | 0 | 76 | 306 | 142 | 23 |
| Binary | 1 | 1000100 | 1100001 | 1100011 | 11110 | 0 | 111110 | 11000110 | 1100010 | 10011 |
Color Harmonies of #014461
Complementary color
Monochromatic Colors of #014461
Black with #014461
Text Example
Text Example
White with #014461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014461; }
p { color: rgb(1,68,97); }
H1.HeaderClassName
{
color: #014461;
}
.AnyTagClassName
{
color: #014461;
}
</style>
background-color css
<style>
a { background-color: #014461; }
a { background-color: rgb(1,68,97); }
div.DivClassName
{
background-color: #014461;
}
.BgClassName
{
background-color: #014461;
}
</style>
border-color css
<style>
span { border-color: #014461; }
span { border-color: rgb(1,68,97); }
td.TdClassName
{
border-color: #014461;
}
.TagClassName
{
border-color: #014461;
}
</style>