Shades of Prussian Blue #05425D
Tints of Prussian Blue #05425D
RGB
CMYK
RGB Variations
Color information
#05425D (or 0x05425D) is known color: Prussian Blue. HEX triplet: 05, 42 and 5D. RGB value is (5,66,93). Sum of RGB (Red+Green+Blue) = 5+66+93=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #05425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05425D is #FABDA2. Grayscale: #323232. Windows color (decimal): -16432547 or 6111749. OLE color: 6111749.
HSL color Cylindrical-coordinate representation of color #05425D: hue angle of 198.41º 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 #05425D is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 66 | 93 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.64 |
| HSL | 198.41º | 0.9% | 0.19% | - |
| HSV(B) | 198.41º | 0.95% | 0.36% | - |
| XYZ | 3.99 | 4.72 | 11.06 | - |
| YUV | 50.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 93 | 0.95 | 0.29 | 0 | 0.64 | 198.41 | 0.9 | 0.19 |
| Hex | 5 | 42 | 5D | 5F | 1D | 0 | 40 | C6 | 5A | 13 |
| Octal | 5 | 102 | 135 | 137 | 35 | 0 | 100 | 306 | 132 | 23 |
| Binary | 101 | 1000010 | 1011101 | 1011111 | 11101 | 0 | 1000000 | 11000110 | 1011010 | 10011 |
Color Harmonies of #05425D
Complementary color
Monochromatic Colors of #05425D
Black with #05425D
Text Example
Text Example
White with #05425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05425D; }
p { color: rgb(5,66,93); }
H1.HeaderClassName
{
color: #05425D;
}
.AnyTagClassName
{
color: #05425D;
}
</style>
background-color css
<style>
a { background-color: #05425D; }
a { background-color: rgb(5,66,93); }
div.DivClassName
{
background-color: #05425D;
}
.BgClassName
{
background-color: #05425D;
}
</style>
border-color css
<style>
span { border-color: #05425D; }
span { border-color: rgb(5,66,93); }
td.TdClassName
{
border-color: #05425D;
}
.TagClassName
{
border-color: #05425D;
}
</style>