#1E4672

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

Shades of Venice Blue #1E4672

Tints of Venice Blue #1E4672

Color information

#1E4672 (or 0x1E4672) is unknown color: approx Venice Blue. HEX triplet: 1E, 46 and 72. RGB value is (30,70,114). Sum of RGB (Red+Green+Blue) = 30+70+114=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E4672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4672 is #E1B98D. Grayscale: #3E3E3E. Windows color (decimal): -14793102 or 7489054. OLE color: 7489054.

HSL color Cylindrical-coordinate representation of color #1E4672: hue angle of 211.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4672 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3070114-
CMYK0.740.3900.55
HSL211.43º58.33%28.24%-
HSV(B)211.43º73.68%44.71%-
XYZ5.765.8716.75-
YUV63.06156.75104.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=14.02%
G=32.71%
B=53.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30701140.740.3900.55211.4358.3328.24
Hex1E46724A27037d33a1c
Octal36106162112470673237234
Binary1111010001101110010100101010011101101111101001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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