Shades of Prussian Blue #01406D
Tints of Prussian Blue #01406D
RGB
CMYK
RGB Variations
Color information
#01406D (or 0x01406D) is known color: Prussian Blue. HEX triplet: 01, 40 and 6D. RGB value is (1,64,109). Sum of RGB (Red+Green+Blue) = 1+64+109=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #01406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01406D is #FEBF92. Grayscale: #323232. Windows color (decimal): -16695187 or 7159809. OLE color: 7159809.
HSL color Cylindrical-coordinate representation of color #01406D: hue angle of 205º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01406D is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 64 | 109 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.57 |
| HSL | 205º | 0.98% | 0.22% | - |
| HSV(B) | 205º | 0.99% | 0.43% | - |
| XYZ | 4.61 | 4.78 | 15.15 | - |
| YUV | 50.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 109 | 0.99 | 0.41 | 0 | 0.57 | 205 | 0.98 | 0.22 |
| Hex | 1 | 40 | 6D | 63 | 29 | 0 | 39 | CD | 62 | 16 |
| Octal | 1 | 100 | 155 | 143 | 51 | 0 | 71 | 315 | 142 | 26 |
| Binary | 1 | 1000000 | 1101101 | 1100011 | 101001 | 0 | 111001 | 11001101 | 1100010 | 10110 |
Color Harmonies of #01406D
Complementary color
Monochromatic Colors of #01406D
Black with #01406D
Text Example
Text Example
White with #01406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01406D; }
p { color: rgb(1,64,109); }
H1.HeaderClassName
{
color: #01406D;
}
.AnyTagClassName
{
color: #01406D;
}
</style>
background-color css
<style>
a { background-color: #01406D; }
a { background-color: rgb(1,64,109); }
div.DivClassName
{
background-color: #01406D;
}
.BgClassName
{
background-color: #01406D;
}
</style>
border-color css
<style>
span { border-color: #01406D; }
span { border-color: rgb(1,64,109); }
td.TdClassName
{
border-color: #01406D;
}
.TagClassName
{
border-color: #01406D;
}
</style>