#042953

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

Shades of Prussian Blue #042953

Tints of Prussian Blue #042953

Color information

#042953 (or 0x042953) is unknown color: approx Prussian Blue. HEX triplet: 04, 29 and 53. RGB value is (4,41,83). Sum of RGB (Red+Green+Blue) = 4+41+83=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #042953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042953 is #FBD6AC. Grayscale: #222222. Windows color (decimal): -16504493 or 5449988. OLE color: 5449988.

HSL color Cylindrical-coordinate representation of color #042953: hue angle of 211.9º 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 #042953 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB44183-
CMYK0.950.5100.67
HSL211.9º90.8%17.06%-
HSV(B)211.9º95.18%32.55%-
XYZ2.42.248.49-
YUV34.72155.24106.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=3.12%
G=32.03%
B=64.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal441830.950.5100.67211.990.817.06
Hex429535F33043d45b11
Octal45112313763010332413321
Binary100101001101001110111111100110100001111010100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042953; }

 p { color: rgb(4,41,83); }

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

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

 a { background-color: rgb(4,41,83); }

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

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

 span { border-color: rgb(4,41,83); }

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