Shades of Prussian Blue #042B50
Tints of Prussian Blue #042B50
RGB
CMYK
RGB Variations
Color information
#042B50 (or 0x042B50) is known color: Prussian Blue. HEX triplet: 04, 2B and 50. RGB value is (4,43,80). Sum of RGB (Red+Green+Blue) = 4+43+80=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #042B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B50 is #FBD4AF. Grayscale: #232323. Windows color (decimal): -16503984 or 5253892. OLE color: 5253892.
HSL color Cylindrical-coordinate representation of color #042B50: hue angle of 209.21º 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 #042B50 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 43 | 80 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.69 |
| HSL | 209.21º | 0.9% | 0.16% | - |
| HSV(B) | 209.21º | 0.95% | 0.31% | - |
| XYZ | 2.36 | 2.33 | 7.92 | - |
| YUV | 35.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 80 | 0.95 | 0.46 | 0 | 0.69 | 209.21 | 0.9 | 0.16 |
| Hex | 4 | 2B | 50 | 5F | 2E | 0 | 45 | D1 | 5A | 10 |
| Octal | 4 | 53 | 120 | 137 | 56 | 0 | 105 | 321 | 132 | 20 |
| Binary | 100 | 101011 | 1010000 | 1011111 | 101110 | 0 | 1000101 | 11010001 | 1011010 | 10000 |
Color Harmonies of #042B50
Complementary color
Monochromatic Colors of #042B50
Black with #042B50
Text Example
Text Example
White with #042B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B50; }
p { color: rgb(4,43,80); }
H1.HeaderClassName
{
color: #042B50;
}
.AnyTagClassName
{
color: #042B50;
}
</style>
background-color css
<style>
a { background-color: #042B50; }
a { background-color: rgb(4,43,80); }
div.DivClassName
{
background-color: #042B50;
}
.BgClassName
{
background-color: #042B50;
}
</style>
border-color css
<style>
span { border-color: #042B50; }
span { border-color: rgb(4,43,80); }
td.TdClassName
{
border-color: #042B50;
}
.TagClassName
{
border-color: #042B50;
}
</style>