Shades of Prussian Blue #00406E
Tints of Prussian Blue #00406E
RGB
CMYK
RGB Variations
Color information
#00406E (or 0x00406E) is known color: Prussian Blue. HEX triplet: 00, 40 and 6E. RGB value is (0,64,110). Sum of RGB (Red+Green+Blue) = 0+64+110=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #00406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00406E is #FFBF91. Grayscale: #313131. Windows color (decimal): -16760722 or 7225344. OLE color: 7225344.
HSL color Cylindrical-coordinate representation of color #00406E: hue angle of 205.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00406E is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 64 | 110 | - |
| CMYK | 1 | 0.42 | 0 | 0.57 |
| HSL | 205.09º | 1% | 0.22% | - |
| HSV(B) | 205.09º | 1% | 0.43% | - |
| XYZ | 4.65 | 4.79 | 15.43 | - |
| YUV | 50.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 110 | 1 | 0.42 | 0 | 0.57 | 205.09 | 1 | 0.22 |
| Hex | 0 | 40 | 6E | 64 | 2A | 0 | 39 | CD | 64 | 16 |
| Octal | 0 | 100 | 156 | 144 | 52 | 0 | 71 | 315 | 144 | 26 |
| Binary | 0 | 1000000 | 1101110 | 1100100 | 101010 | 0 | 111001 | 11001101 | 1100100 | 10110 |
Color Harmonies of #00406E
Complementary color
Monochromatic Colors of #00406E
Black with #00406E
Text Example
Text Example
White with #00406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00406E; }
p { color: rgb(0,64,110); }
H1.HeaderClassName
{
color: #00406E;
}
.AnyTagClassName
{
color: #00406E;
}
</style>
background-color css
<style>
a { background-color: #00406E; }
a { background-color: rgb(0,64,110); }
div.DivClassName
{
background-color: #00406E;
}
.BgClassName
{
background-color: #00406E;
}
</style>
border-color css
<style>
span { border-color: #00406E; }
span { border-color: rgb(0,64,110); }
td.TdClassName
{
border-color: #00406E;
}
.TagClassName
{
border-color: #00406E;
}
</style>