Shades of Prussian Blue #042B5C
Tints of Prussian Blue #042B5C
RGB
CMYK
RGB Variations
Color information
#042B5C (or 0x042B5C) is known color: Prussian Blue. HEX triplet: 04, 2B and 5C. RGB value is (4,43,92). Sum of RGB (Red+Green+Blue) = 4+43+92=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #042B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B5C is #FBD4A3. Grayscale: #242424. Windows color (decimal): -16503972 or 6040324. OLE color: 6040324.
HSL color Cylindrical-coordinate representation of color #042B5C: hue angle of 213.41º 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 #042B5C is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 43 | 92 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.64 |
| HSL | 213.41º | 0.92% | 0.19% | - |
| HSV(B) | 213.41º | 0.96% | 0.36% | - |
| XYZ | 2.85 | 2.53 | 10.46 | - |
| YUV | 36.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 92 | 0.96 | 0.53 | 0 | 0.64 | 213.41 | 0.92 | 0.19 |
| Hex | 4 | 2B | 5C | 60 | 35 | 0 | 40 | D5 | 5C | 13 |
| Octal | 4 | 53 | 134 | 140 | 65 | 0 | 100 | 325 | 134 | 23 |
| Binary | 100 | 101011 | 1011100 | 1100000 | 110101 | 0 | 1000000 | 11010101 | 1011100 | 10011 |
Color Harmonies of #042B5C
Complementary color
Monochromatic Colors of #042B5C
Black with #042B5C
Text Example
Text Example
White with #042B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B5C; }
p { color: rgb(4,43,92); }
H1.HeaderClassName
{
color: #042B5C;
}
.AnyTagClassName
{
color: #042B5C;
}
</style>
background-color css
<style>
a { background-color: #042B5C; }
a { background-color: rgb(4,43,92); }
div.DivClassName
{
background-color: #042B5C;
}
.BgClassName
{
background-color: #042B5C;
}
</style>
border-color css
<style>
span { border-color: #042B5C; }
span { border-color: rgb(4,43,92); }
td.TdClassName
{
border-color: #042B5C;
}
.TagClassName
{
border-color: #042B5C;
}
</style>