Shades of Prussian Blue #042C55
Tints of Prussian Blue #042C55
RGB
CMYK
RGB Variations
Color information
#042C55 (or 0x042C55) is known color: Prussian Blue. HEX triplet: 04, 2C and 55. RGB value is (4,44,85). Sum of RGB (Red+Green+Blue) = 4+44+85=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #042C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C55 is #FBD3AA. Grayscale: #242424. Windows color (decimal): -16503723 or 5581828. OLE color: 5581828.
HSL color Cylindrical-coordinate representation of color #042C55: hue angle of 210.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042C55 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 44 | 85 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.67 |
| HSL | 210.37º | 0.91% | 0.17% | - |
| HSV(B) | 210.37º | 0.95% | 0.33% | - |
| XYZ | 2.59 | 2.48 | 8.94 | - |
| YUV | 36.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 85 | 0.95 | 0.48 | 0 | 0.67 | 210.37 | 0.91 | 0.17 |
| Hex | 4 | 2C | 55 | 5F | 30 | 0 | 43 | D2 | 5B | 11 |
| Octal | 4 | 54 | 125 | 137 | 60 | 0 | 103 | 322 | 133 | 21 |
| Binary | 100 | 101100 | 1010101 | 1011111 | 110000 | 0 | 1000011 | 11010010 | 1011011 | 10001 |
Color Harmonies of #042C55
Complementary color
Monochromatic Colors of #042C55
Black with #042C55
Text Example
Text Example
White with #042C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C55; }
p { color: rgb(4,44,85); }
H1.HeaderClassName
{
color: #042C55;
}
.AnyTagClassName
{
color: #042C55;
}
</style>
background-color css
<style>
a { background-color: #042C55; }
a { background-color: rgb(4,44,85); }
div.DivClassName
{
background-color: #042C55;
}
.BgClassName
{
background-color: #042C55;
}
</style>
border-color css
<style>
span { border-color: #042C55; }
span { border-color: rgb(4,44,85); }
td.TdClassName
{
border-color: #042C55;
}
.TagClassName
{
border-color: #042C55;
}
</style>