#1E4775

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

Shades of Venice Blue #1E4775

Tints of Venice Blue #1E4775

Color information

#1E4775 (or 0x1E4775) is unknown color: approx Venice Blue. HEX triplet: 1E, 47 and 75. RGB value is (30,71,117). Sum of RGB (Red+Green+Blue) = 30+71+117=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4775 is #E1B88A. Grayscale: #3F3F3F. Windows color (decimal): -14792843 or 7685918. OLE color: 7685918.

HSL color Cylindrical-coordinate representation of color #1E4775: hue angle of 211.72º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4775 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3071117-
CMYK0.740.3900.54
HSL211.72º59.18%28.82%-
HSV(B)211.72º74.36%45.88%-
XYZ66.0717.68-
YUV63.98157.92103.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.76%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=13.76%
G=32.57%
B=53.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30711170.740.3900.54211.7259.1828.82
Hex1E47754A27036d43b1d
Octal36107165112470663247335
Binary1111010001111110101100101010011101101101101010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E4775; }

 p { color: rgb(30,71,117); }

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

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

 a { background-color: rgb(30,71,117); }

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

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

 span { border-color: rgb(30,71,117); }

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