Shades of Prussian Blue #00405D
Tints of Prussian Blue #00405D
RGB
CMYK
RGB Variations
Color information
#00405D (or 0x00405D) is known color: Prussian Blue. HEX triplet: 00, 40 and 5D. RGB value is (0,64,93). Sum of RGB (Red+Green+Blue) = 0+64+93=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #00405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00405D is #FFBFA2. Grayscale: #2F2F2F. Windows color (decimal): -16760739 or 6111232. OLE color: 6111232.
HSL color Cylindrical-coordinate representation of color #00405D: hue angle of 198.71º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00405D is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 64 | 93 | - |
| CMYK | 1 | 0.31 | 0 | 0.64 |
| HSL | 198.71º | 1% | 0.18% | - |
| HSV(B) | 198.71º | 1% | 0.36% | - |
| XYZ | 3.81 | 4.46 | 11.02 | - |
| YUV | 48.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 93 | 1 | 0.31 | 0 | 0.64 | 198.71 | 1 | 0.18 |
| Hex | 0 | 40 | 5D | 64 | 1F | 0 | 40 | C7 | 64 | 12 |
| Octal | 0 | 100 | 135 | 144 | 37 | 0 | 100 | 307 | 144 | 22 |
| Binary | 0 | 1000000 | 1011101 | 1100100 | 11111 | 0 | 1000000 | 11000111 | 1100100 | 10010 |
Color Harmonies of #00405D
Complementary color
Monochromatic Colors of #00405D
Black with #00405D
Text Example
Text Example
White with #00405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00405D; }
p { color: rgb(0,64,93); }
H1.HeaderClassName
{
color: #00405D;
}
.AnyTagClassName
{
color: #00405D;
}
</style>
background-color css
<style>
a { background-color: #00405D; }
a { background-color: rgb(0,64,93); }
div.DivClassName
{
background-color: #00405D;
}
.BgClassName
{
background-color: #00405D;
}
</style>
border-color css
<style>
span { border-color: #00405D; }
span { border-color: rgb(0,64,93); }
td.TdClassName
{
border-color: #00405D;
}
.TagClassName
{
border-color: #00405D;
}
</style>