Shades of Prussian Blue #00406D
Tints of Prussian Blue #00406D
RGB
CMYK
RGB Variations
Color information
#00406D (or 0x00406D) is known color: Prussian Blue. HEX triplet: 00, 40 and 6D. RGB value is (0,64,109). Sum of RGB (Red+Green+Blue) = 0+64+109=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #00406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00406D is #FFBF92. Grayscale: #313131. Windows color (decimal): -16760723 or 7159808. OLE color: 7159808.
HSL color Cylindrical-coordinate representation of color #00406D: hue angle of 204.77º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00406D is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 64 | 109 | - |
| CMYK | 1 | 0.41 | 0 | 0.57 |
| HSL | 204.77º | 1% | 0.21% | - |
| HSV(B) | 204.77º | 1% | 0.43% | - |
| XYZ | 4.59 | 4.77 | 15.15 | - |
| YUV | 49.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 109 | 1 | 0.41 | 0 | 0.57 | 204.77 | 1 | 0.21 |
| Hex | 0 | 40 | 6D | 64 | 29 | 0 | 39 | CD | 64 | 15 |
| Octal | 0 | 100 | 155 | 144 | 51 | 0 | 71 | 315 | 144 | 25 |
| Binary | 0 | 1000000 | 1101101 | 1100100 | 101001 | 0 | 111001 | 11001101 | 1100100 | 10101 |
Color Harmonies of #00406D
Complementary color
Monochromatic Colors of #00406D
Black with #00406D
Text Example
Text Example
White with #00406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00406D; }
p { color: rgb(0,64,109); }
H1.HeaderClassName
{
color: #00406D;
}
.AnyTagClassName
{
color: #00406D;
}
</style>
background-color css
<style>
a { background-color: #00406D; }
a { background-color: rgb(0,64,109); }
div.DivClassName
{
background-color: #00406D;
}
.BgClassName
{
background-color: #00406D;
}
</style>
border-color css
<style>
span { border-color: #00406D; }
span { border-color: rgb(0,64,109); }
td.TdClassName
{
border-color: #00406D;
}
.TagClassName
{
border-color: #00406D;
}
</style>