Shades of Prussian Blue #042C50
Tints of Prussian Blue #042C50
RGB
CMYK
RGB Variations
Color information
#042C50 (or 0x042C50) is known color: Prussian Blue. HEX triplet: 04, 2C and 50. RGB value is (4,44,80). Sum of RGB (Red+Green+Blue) = 4+44+80=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #042C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C50 is #FBD3AF. Grayscale: #232323. Windows color (decimal): -16503728 or 5254148. OLE color: 5254148.
HSL color Cylindrical-coordinate representation of color #042C50: hue angle of 208.42º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042C50 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 44 | 80 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.69 |
| HSL | 208.42º | 0.9% | 0.16% | - |
| HSV(B) | 208.42º | 0.95% | 0.31% | - |
| XYZ | 2.4 | 2.41 | 7.93 | - |
| YUV | 36.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 80 | 0.95 | 0.45 | 0 | 0.69 | 208.42 | 0.9 | 0.16 |
| Hex | 4 | 2C | 50 | 5F | 2D | 0 | 45 | D0 | 5A | 10 |
| Octal | 4 | 54 | 120 | 137 | 55 | 0 | 105 | 320 | 132 | 20 |
| Binary | 100 | 101100 | 1010000 | 1011111 | 101101 | 0 | 1000101 | 11010000 | 1011010 | 10000 |
Color Harmonies of #042C50
Complementary color
Monochromatic Colors of #042C50
Black with #042C50
Text Example
Text Example
White with #042C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C50; }
p { color: rgb(4,44,80); }
H1.HeaderClassName
{
color: #042C50;
}
.AnyTagClassName
{
color: #042C50;
}
</style>
background-color css
<style>
a { background-color: #042C50; }
a { background-color: rgb(4,44,80); }
div.DivClassName
{
background-color: #042C50;
}
.BgClassName
{
background-color: #042C50;
}
</style>
border-color css
<style>
span { border-color: #042C50; }
span { border-color: rgb(4,44,80); }
td.TdClassName
{
border-color: #042C50;
}
.TagClassName
{
border-color: #042C50;
}
</style>