#1E4675

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

Shades of Venice Blue #1E4675

Tints of Venice Blue #1E4675

Color information

#1E4675 (or 0x1E4675) is unknown color: approx Venice Blue. HEX triplet: 1E, 46 and 75. RGB value is (30,70,117). Sum of RGB (Red+Green+Blue) = 30+70+117=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4675 is #E1B98A. Grayscale: #3F3F3F. Windows color (decimal): -14793099 or 7685662. OLE color: 7685662.

HSL color Cylindrical-coordinate representation of color #1E4675: hue angle of 212.41º 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 #1E4675 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3070117-
CMYK0.740.4000.54
HSL212.41º59.18%28.82%-
HSV(B)212.41º74.36%45.88%-
XYZ5.945.9417.66-
YUV63.4158.25104.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=13.82%
G=32.26%
B=53.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30701170.740.4000.54212.4159.1828.82
Hex1E46754A28036d43b1d
Octal36106165112500663247335
Binary1111010001101110101100101010100001101101101010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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