#1E4973

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

Shades of Venice Blue #1E4973

Tints of Venice Blue #1E4973

Color information

#1E4973 (or 0x1E4973) is unknown color: approx Venice Blue. HEX triplet: 1E, 49 and 73. RGB value is (30,73,115). Sum of RGB (Red+Green+Blue) = 30+73+115=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4973 is #E1B68C. Grayscale: #404040. Windows color (decimal): -14792333 or 7555358. OLE color: 7555358.

HSL color Cylindrical-coordinate representation of color #1E4973: hue angle of 209.65º degrees, saturation: 0.59, 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 #1E4973 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3073115-
CMYK0.740.3700.55
HSL209.65º58.62%28.43%-
HSV(B)209.65º73.91%45.1%-
XYZ6.016.2817.11-
YUV64.93156.25103.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.76%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=13.76%
G=33.49%
B=52.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30731150.740.3700.55209.6558.6228.43
Hex1E49734A25037d23b1c
Octal36111163112450673227334
Binary1111010010011110011100101010010101101111101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,115); }

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

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

 a { background-color: rgb(30,73,115); }

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

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

 span { border-color: rgb(30,73,115); }

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