Shades of Prussian Blue #05405C
Tints of Prussian Blue #05405C
RGB
CMYK
RGB Variations
Color information
#05405C (or 0x05405C) is known color: Prussian Blue. HEX triplet: 05, 40 and 5C. RGB value is (5,64,92). Sum of RGB (Red+Green+Blue) = 5+64+92=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #05405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05405C is #FABFA3. Grayscale: #313131. Windows color (decimal): -16433060 or 6045701. OLE color: 6045701.
HSL color Cylindrical-coordinate representation of color #05405C: hue angle of 199.31º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05405C is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 64 | 92 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.64 |
| HSL | 199.31º | 0.9% | 0.19% | - |
| HSV(B) | 199.31º | 0.95% | 0.36% | - |
| XYZ | 3.83 | 4.47 | 10.79 | - |
| YUV | 49.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 92 | 0.95 | 0.30 | 0 | 0.64 | 199.31 | 0.9 | 0.19 |
| Hex | 5 | 40 | 5C | 5F | 1E | 0 | 40 | C7 | 5A | 13 |
| Octal | 5 | 100 | 134 | 137 | 36 | 0 | 100 | 307 | 132 | 23 |
| Binary | 101 | 1000000 | 1011100 | 1011111 | 11110 | 0 | 1000000 | 11000111 | 1011010 | 10011 |
Color Harmonies of #05405C
Complementary color
Monochromatic Colors of #05405C
Black with #05405C
Text Example
Text Example
White with #05405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05405C; }
p { color: rgb(5,64,92); }
H1.HeaderClassName
{
color: #05405C;
}
.AnyTagClassName
{
color: #05405C;
}
</style>
background-color css
<style>
a { background-color: #05405C; }
a { background-color: rgb(5,64,92); }
div.DivClassName
{
background-color: #05405C;
}
.BgClassName
{
background-color: #05405C;
}
</style>
border-color css
<style>
span { border-color: #05405C; }
span { border-color: rgb(5,64,92); }
td.TdClassName
{
border-color: #05405C;
}
.TagClassName
{
border-color: #05405C;
}
</style>