Html Css Color HEX #1E4976 Venice Blue

📋 copy color: '#1E4976'

red 30 ◦ green 73 ◦ blue 118

#1E4976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #1E4976

Tints of Venice Blue #1E4976

RGB

 RED value IS 30 (12.11% from 255) = 13.57%

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 13.57%
G = 33.03%
B = 53.39%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E4976 (or 0x1E4976) is known color: Venice Blue. HEX triplet: 1E, 49 and 76. RGB value is (30,73,118). Sum of RGB (Red+Green+Blue) = 30+73+118=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E4976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4976 is #E1B689. Grayscale: #414141. Windows color (decimal): -14792330 or 7751966. OLE color: 7751966.

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

Color convert

RGB 30 73 118 -
CMYK 0.75 0.38 0 0.54
HSL 210.68º 0.59% 0.29% -
HSV(B) 210.68º 0.75% 0.46% -
XYZ 6.19 6.35 18.04 -
YUV 65.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 30 73 118 0.75 0.38 0 0.54 210.68 0.59 0.29
Hex 1E 49 76 4B 26 0 36 D3 3B 1D
Octal 36 111 166 113 46 0 66 323 73 35
Binary 11110 1001001 1110110 1001011 100110 0 110110 11010011 111011 11101

Color Harmonies of #1E4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4976

Black with #1E4976

Text Example


Text Example

White with #1E4976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E4976;
 }
 .AnyTagClassName
 {
   color: #1E4976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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