Shades of Prussian Blue #004066
Tints of Prussian Blue #004066
RGB
CMYK
RGB Variations
Color information
#004066 (or 0x004066) is known color: Prussian Blue. HEX triplet: 00, 40 and 66. RGB value is (0,64,102). Sum of RGB (Red+Green+Blue) = 0+64+102=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #004066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004066 is #FFBF99. Grayscale: #303030. Windows color (decimal): -16760730 or 6701056. OLE color: 6701056.
HSL color Cylindrical-coordinate representation of color #004066: hue angle of 202.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004066 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 64 | 102 | - |
| CMYK | 1 | 0.37 | 0 | 0.6 |
| HSL | 202.35º | 1% | 0.2% | - |
| HSV(B) | 202.35º | 1% | 0.4% | - |
| XYZ | 4.23 | 4.63 | 13.24 | - |
| YUV | 49.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 102 | 1 | 0.37 | 0 | 0.6 | 202.35 | 1 | 0.2 |
| Hex | 0 | 40 | 66 | 64 | 25 | 0 | 3C | CA | 64 | 14 |
| Octal | 0 | 100 | 146 | 144 | 45 | 0 | 74 | 312 | 144 | 24 |
| Binary | 0 | 1000000 | 1100110 | 1100100 | 100101 | 0 | 111100 | 11001010 | 1100100 | 10100 |
Color Harmonies of #004066
Complementary color
Monochromatic Colors of #004066
Black with #004066
Text Example
Text Example
White with #004066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004066; }
p { color: rgb(0,64,102); }
H1.HeaderClassName
{
color: #004066;
}
.AnyTagClassName
{
color: #004066;
}
</style>
background-color css
<style>
a { background-color: #004066; }
a { background-color: rgb(0,64,102); }
div.DivClassName
{
background-color: #004066;
}
.BgClassName
{
background-color: #004066;
}
</style>
border-color css
<style>
span { border-color: #004066; }
span { border-color: rgb(0,64,102); }
td.TdClassName
{
border-color: #004066;
}
.TagClassName
{
border-color: #004066;
}
</style>