Shades of Prussian Blue #05425E
Tints of Prussian Blue #05425E
RGB
CMYK
RGB Variations
Color information
#05425E (or 0x05425E) is known color: Prussian Blue. HEX triplet: 05, 42 and 5E. RGB value is (5,66,94). Sum of RGB (Red+Green+Blue) = 5+66+94=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #05425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05425E is #FABDA1. Grayscale: #323232. Windows color (decimal): -16432546 or 6177285. OLE color: 6177285.
HSL color Cylindrical-coordinate representation of color #05425E: hue angle of 198.88º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05425E is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 66 | 94 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.63 |
| HSL | 198.88º | 0.9% | 0.19% | - |
| HSV(B) | 198.88º | 0.95% | 0.37% | - |
| XYZ | 4.03 | 4.74 | 11.29 | - |
| YUV | 50.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 94 | 0.95 | 0.30 | 0 | 0.63 | 198.88 | 0.9 | 0.19 |
| Hex | 5 | 42 | 5E | 5F | 1E | 0 | 3F | C7 | 5A | 13 |
| Octal | 5 | 102 | 136 | 137 | 36 | 0 | 77 | 307 | 132 | 23 |
| Binary | 101 | 1000010 | 1011110 | 1011111 | 11110 | 0 | 111111 | 11000111 | 1011010 | 10011 |
Color Harmonies of #05425E
Complementary color
Monochromatic Colors of #05425E
Black with #05425E
Text Example
Text Example
White with #05425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05425E; }
p { color: rgb(5,66,94); }
H1.HeaderClassName
{
color: #05425E;
}
.AnyTagClassName
{
color: #05425E;
}
</style>
background-color css
<style>
a { background-color: #05425E; }
a { background-color: rgb(5,66,94); }
div.DivClassName
{
background-color: #05425E;
}
.BgClassName
{
background-color: #05425E;
}
</style>
border-color css
<style>
span { border-color: #05425E; }
span { border-color: rgb(5,66,94); }
td.TdClassName
{
border-color: #05425E;
}
.TagClassName
{
border-color: #05425E;
}
</style>