#1E4B73

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

Shades of Venice Blue #1E4B73

Tints of Venice Blue #1E4B73

Color information

#1E4B73 (or 0x1E4B73) is unknown color: approx Venice Blue. HEX triplet: 1E, 4B and 73. RGB value is (30,75,115). Sum of RGB (Red+Green+Blue) = 30+75+115=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4B73 is #E1B48C. Grayscale: #414141. Windows color (decimal): -14791821 or 7555870. OLE color: 7555870.

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

Color convert

RGB3075115-
CMYK0.740.3500.55
HSL208.24º58.62%28.43%-
HSV(B)208.24º73.91%45.1%-
XYZ6.156.5517.16-
YUV66.1155.59102.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=13.64%
G=34.09%
B=52.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30751150.740.3500.55208.2458.6228.43
Hex1E4B734A23037d03b1c
Octal36113163112430673207334
Binary1111010010111110011100101010001101101111101000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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