#042851

Color #042851 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #042851

Tints of Prussian Blue #042851

Color information

#042851 (or 0x042851) is unknown color: approx Prussian Blue. HEX triplet: 04, 28 and 51. RGB value is (4,40,81). Sum of RGB (Red+Green+Blue) = 4+40+81=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #042851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042851 is #FBD7AE. Grayscale: #212121. Windows color (decimal): -16504751 or 5318660. OLE color: 5318660.

HSL color Cylindrical-coordinate representation of color #042851: hue angle of 211.95º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042851 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB44081-
CMYK0.950.5100.68
HSL211.95º90.59%16.67%-
HSV(B)211.95º95.06%31.76%-
XYZ2.292.148.08-
YUV33.91154.57106.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=3.2%
G=32%
B=64.8%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal440810.950.5100.68211.9590.5916.67
Hex428515F33044d45b11
Octal45012113763010432413321
Binary100101000101000110111111100110100010011010100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042851; }

 p { color: rgb(4,40,81); }

 H1.HeaderClassName
 {
   color: #042851;
 }
 .AnyTagClassName
 {
   color: #042851;
 }
</style>
background-color css

<style>
 a { background-color: #042851; }

 a { background-color: rgb(4,40,81); }

 div.DivClassName
 {
   background-color: #042851;
 }
 .BgClassName
 {
   background-color: #042851;
 }
</style>
border-color css

<style>
 span { border-color: #042851; }

 span { border-color: rgb(4,40,81); }

 td.TdClassName
 {
   border-color: #042851;
 }
 .TagClassName
 {
   border-color: #042851;
 }
</style>