#042951

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

Shades of Prussian Blue #042951

Tints of Prussian Blue #042951

Color information

#042951 (or 0x042951) is unknown color: approx Prussian Blue. HEX triplet: 04, 29 and 51. RGB value is (4,41,81). Sum of RGB (Red+Green+Blue) = 4+41+81=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #042951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042951 is #FBD6AE. Grayscale: #222222. Windows color (decimal): -16504495 or 5318916. OLE color: 5318916.

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

Color convert

RGB44181-
CMYK0.950.4900.68
HSL211.17º90.59%16.67%-
HSV(B)211.17º95.06%31.76%-
XYZ2.332.218.09-
YUV34.5154.24106.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 81 (32.03% from 255) = 64.29%
R=3.17%
G=32.54%
B=64.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal441810.950.4900.68211.1790.5916.67
Hex429515F31044d35b11
Octal45112113761010432313321
Binary100101001101000110111111100010100010011010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042951; }

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

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

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

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

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

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

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

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