Shades of Prussian Blue #042750
Tints of Prussian Blue #042750
RGB
CMYK
RGB Variations
Color information
#042750 (or 0x042750) is known color: Prussian Blue. HEX triplet: 04, 27 and 50. RGB value is (4,39,80). Sum of RGB (Red+Green+Blue) = 4+39+80=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #042750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042750 is #FBD8AF. Grayscale: #212121. Windows color (decimal): -16505008 or 5252868. OLE color: 5252868.
HSL color Cylindrical-coordinate representation of color #042750: hue angle of 212.37º 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 #042750 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 39 | 80 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.69 |
| HSL | 212.37º | 0.9% | 0.16% | - |
| HSV(B) | 212.37º | 0.95% | 0.31% | - |
| XYZ | 2.22 | 2.06 | 7.87 | - |
| YUV | 33.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 80 | 0.95 | 0.51 | 0 | 0.69 | 212.37 | 0.9 | 0.16 |
| Hex | 4 | 27 | 50 | 5F | 33 | 0 | 45 | D4 | 5A | 10 |
| Octal | 4 | 47 | 120 | 137 | 63 | 0 | 105 | 324 | 132 | 20 |
| Binary | 100 | 100111 | 1010000 | 1011111 | 110011 | 0 | 1000101 | 11010100 | 1011010 | 10000 |
Color Harmonies of #042750
Complementary color
Monochromatic Colors of #042750
Black with #042750
Text Example
Text Example
White with #042750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042750; }
p { color: rgb(4,39,80); }
H1.HeaderClassName
{
color: #042750;
}
.AnyTagClassName
{
color: #042750;
}
</style>
background-color css
<style>
a { background-color: #042750; }
a { background-color: rgb(4,39,80); }
div.DivClassName
{
background-color: #042750;
}
.BgClassName
{
background-color: #042750;
}
</style>
border-color css
<style>
span { border-color: #042750; }
span { border-color: rgb(4,39,80); }
td.TdClassName
{
border-color: #042750;
}
.TagClassName
{
border-color: #042750;
}
</style>