Shades of Prussian Blue #014066
Tints of Prussian Blue #014066
RGB
CMYK
RGB Variations
Color information
#014066 (or 0x014066) is known color: Prussian Blue. HEX triplet: 01, 40 and 66. RGB value is (1,64,102). Sum of RGB (Red+Green+Blue) = 1+64+102=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #014066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014066 is #FEBF99. Grayscale: #313131. Windows color (decimal): -16695194 or 6701057. OLE color: 6701057.
HSL color Cylindrical-coordinate representation of color #014066: hue angle of 202.57º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014066 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 64 | 102 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.6 |
| HSL | 202.57º | 0.98% | 0.2% | - |
| HSV(B) | 202.57º | 0.99% | 0.4% | - |
| XYZ | 4.24 | 4.63 | 13.24 | - |
| YUV | 49.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 102 | 0.99 | 0.37 | 0 | 0.6 | 202.57 | 0.98 | 0.2 |
| Hex | 1 | 40 | 66 | 63 | 25 | 0 | 3C | CB | 62 | 14 |
| Octal | 1 | 100 | 146 | 143 | 45 | 0 | 74 | 313 | 142 | 24 |
| Binary | 1 | 1000000 | 1100110 | 1100011 | 100101 | 0 | 111100 | 11001011 | 1100010 | 10100 |
Color Harmonies of #014066
Complementary color
Monochromatic Colors of #014066
Black with #014066
Text Example
Text Example
White with #014066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014066; }
p { color: rgb(1,64,102); }
H1.HeaderClassName
{
color: #014066;
}
.AnyTagClassName
{
color: #014066;
}
</style>
background-color css
<style>
a { background-color: #014066; }
a { background-color: rgb(1,64,102); }
div.DivClassName
{
background-color: #014066;
}
.BgClassName
{
background-color: #014066;
}
</style>
border-color css
<style>
span { border-color: #014066; }
span { border-color: rgb(1,64,102); }
td.TdClassName
{
border-color: #014066;
}
.TagClassName
{
border-color: #014066;
}
</style>