Shades of Prussian Blue #042D5C
Tints of Prussian Blue #042D5C
RGB
CMYK
RGB Variations
Color information
#042D5C (or 0x042D5C) is known color: Prussian Blue. HEX triplet: 04, 2D and 5C. RGB value is (4,45,92). Sum of RGB (Red+Green+Blue) = 4+45+92=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #042D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D5C is #FBD2A3. Grayscale: #252525. Windows color (decimal): -16503460 or 6040836. OLE color: 6040836.
HSL color Cylindrical-coordinate representation of color #042D5C: hue angle of 212.05º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042D5C is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 45 | 92 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.64 |
| HSL | 212.05º | 0.92% | 0.19% | - |
| HSV(B) | 212.05º | 0.96% | 0.36% | - |
| XYZ | 2.92 | 2.68 | 10.49 | - |
| YUV | 38.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 92 | 0.96 | 0.51 | 0 | 0.64 | 212.05 | 0.92 | 0.19 |
| Hex | 4 | 2D | 5C | 60 | 33 | 0 | 40 | D4 | 5C | 13 |
| Octal | 4 | 55 | 134 | 140 | 63 | 0 | 100 | 324 | 134 | 23 |
| Binary | 100 | 101101 | 1011100 | 1100000 | 110011 | 0 | 1000000 | 11010100 | 1011100 | 10011 |
Color Harmonies of #042D5C
Complementary color
Monochromatic Colors of #042D5C
Black with #042D5C
Text Example
Text Example
White with #042D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D5C; }
p { color: rgb(4,45,92); }
H1.HeaderClassName
{
color: #042D5C;
}
.AnyTagClassName
{
color: #042D5C;
}
</style>
background-color css
<style>
a { background-color: #042D5C; }
a { background-color: rgb(4,45,92); }
div.DivClassName
{
background-color: #042D5C;
}
.BgClassName
{
background-color: #042D5C;
}
</style>
border-color css
<style>
span { border-color: #042D5C; }
span { border-color: rgb(4,45,92); }
td.TdClassName
{
border-color: #042D5C;
}
.TagClassName
{
border-color: #042D5C;
}
</style>