Shades of Prussian Blue #00405C
Tints of Prussian Blue #00405C
RGB
CMYK
RGB Variations
Color information
#00405C (or 0x00405C) is known color: Prussian Blue. HEX triplet: 00, 40 and 5C. RGB value is (0,64,92). Sum of RGB (Red+Green+Blue) = 0+64+92=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #00405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00405C is #FFBFA3. Grayscale: #2F2F2F. Windows color (decimal): -16760740 or 6045696. OLE color: 6045696.
HSL color Cylindrical-coordinate representation of color #00405C: hue angle of 198.26º 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 #00405C is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 64 | 92 | - |
| CMYK | 1 | 0.30 | 0 | 0.64 |
| HSL | 198.26º | 1% | 0.18% | - |
| HSV(B) | 198.26º | 1% | 0.36% | - |
| XYZ | 3.77 | 4.44 | 10.78 | - |
| YUV | 48.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 92 | 1 | 0.30 | 0 | 0.64 | 198.26 | 1 | 0.18 |
| Hex | 0 | 40 | 5C | 64 | 1E | 0 | 40 | C6 | 64 | 12 |
| Octal | 0 | 100 | 134 | 144 | 36 | 0 | 100 | 306 | 144 | 22 |
| Binary | 0 | 1000000 | 1011100 | 1100100 | 11110 | 0 | 1000000 | 11000110 | 1100100 | 10010 |
Color Harmonies of #00405C
Complementary color
Monochromatic Colors of #00405C
Black with #00405C
Text Example
Text Example
White with #00405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00405C; }
p { color: rgb(0,64,92); }
H1.HeaderClassName
{
color: #00405C;
}
.AnyTagClassName
{
color: #00405C;
}
</style>
background-color css
<style>
a { background-color: #00405C; }
a { background-color: rgb(0,64,92); }
div.DivClassName
{
background-color: #00405C;
}
.BgClassName
{
background-color: #00405C;
}
</style>
border-color css
<style>
span { border-color: #00405C; }
span { border-color: rgb(0,64,92); }
td.TdClassName
{
border-color: #00405C;
}
.TagClassName
{
border-color: #00405C;
}
</style>