Shades of Prussian Blue #01416D
Tints of Prussian Blue #01416D
RGB
CMYK
RGB Variations
Color information
#01416D (or 0x01416D) is known color: Prussian Blue. HEX triplet: 01, 41 and 6D. RGB value is (1,65,109). Sum of RGB (Red+Green+Blue) = 1+65+109=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #01416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01416D is #FEBE92. Grayscale: #323232. Windows color (decimal): -16694931 or 7160065. OLE color: 7160065.
HSL color Cylindrical-coordinate representation of color #01416D: hue angle of 204.44º 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 #01416D is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 65 | 109 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.57 |
| HSL | 204.44º | 0.98% | 0.22% | - |
| HSV(B) | 204.44º | 0.99% | 0.43% | - |
| XYZ | 4.66 | 4.89 | 15.17 | - |
| YUV | 50.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 109 | 0.99 | 0.40 | 0 | 0.57 | 204.44 | 0.98 | 0.22 |
| Hex | 1 | 41 | 6D | 63 | 28 | 0 | 39 | CC | 62 | 16 |
| Octal | 1 | 101 | 155 | 143 | 50 | 0 | 71 | 314 | 142 | 26 |
| Binary | 1 | 1000001 | 1101101 | 1100011 | 101000 | 0 | 111001 | 11001100 | 1100010 | 10110 |
Color Harmonies of #01416D
Complementary color
Monochromatic Colors of #01416D
Black with #01416D
Text Example
Text Example
White with #01416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01416D; }
p { color: rgb(1,65,109); }
H1.HeaderClassName
{
color: #01416D;
}
.AnyTagClassName
{
color: #01416D;
}
</style>
background-color css
<style>
a { background-color: #01416D; }
a { background-color: rgb(1,65,109); }
div.DivClassName
{
background-color: #01416D;
}
.BgClassName
{
background-color: #01416D;
}
</style>
border-color css
<style>
span { border-color: #01416D; }
span { border-color: rgb(1,65,109); }
td.TdClassName
{
border-color: #01416D;
}
.TagClassName
{
border-color: #01416D;
}
</style>