Shades of Prussian Blue #042A5B
Tints of Prussian Blue #042A5B
RGB
CMYK
RGB Variations
Color information
#042A5B (or 0x042A5B) is known color: Prussian Blue. HEX triplet: 04, 2A and 5B. RGB value is (4,42,91). Sum of RGB (Red+Green+Blue) = 4+42+91=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #042A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A5B is #FBD5A4. Grayscale: #232323. Windows color (decimal): -16504229 or 5974532. OLE color: 5974532.
HSL color Cylindrical-coordinate representation of color #042A5B: hue angle of 213.79º 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 #042A5B is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 42 | 91 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.64 |
| HSL | 213.79º | 0.92% | 0.19% | - |
| HSV(B) | 213.79º | 0.96% | 0.36% | - |
| XYZ | 2.77 | 2.44 | 10.22 | - |
| YUV | 36.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 91 | 0.96 | 0.54 | 0 | 0.64 | 213.79 | 0.92 | 0.19 |
| Hex | 4 | 2A | 5B | 60 | 36 | 0 | 40 | D6 | 5C | 13 |
| Octal | 4 | 52 | 133 | 140 | 66 | 0 | 100 | 326 | 134 | 23 |
| Binary | 100 | 101010 | 1011011 | 1100000 | 110110 | 0 | 1000000 | 11010110 | 1011100 | 10011 |
Color Harmonies of #042A5B
Complementary color
Monochromatic Colors of #042A5B
Black with #042A5B
Text Example
Text Example
White with #042A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A5B; }
p { color: rgb(4,42,91); }
H1.HeaderClassName
{
color: #042A5B;
}
.AnyTagClassName
{
color: #042A5B;
}
</style>
background-color css
<style>
a { background-color: #042A5B; }
a { background-color: rgb(4,42,91); }
div.DivClassName
{
background-color: #042A5B;
}
.BgClassName
{
background-color: #042A5B;
}
</style>
border-color css
<style>
span { border-color: #042A5B; }
span { border-color: rgb(4,42,91); }
td.TdClassName
{
border-color: #042A5B;
}
.TagClassName
{
border-color: #042A5B;
}
</style>