Html Css Color HEX #1E4672 Venice Blue

📋 copy color: '#1E4672'

red 30 ◦ green 70 ◦ blue 114

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

Shades of Venice Blue #1E4672

Tints of Venice Blue #1E4672

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 value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E4672 (or 0x1E4672) is known color: 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

RGB 30 70 114 -
CMYK 0.74 0.39 0 0.55
HSL 211.43º 0.58% 0.28% -
HSV(B) 211.43º 0.74% 0.45% -
XYZ 5.76 5.87 16.75 -
YUV 63.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 30 70 114 0.74 0.39 0 0.55 211.43 0.58 0.28
Hex 1E 46 72 4A 27 0 37 D3 3A 1C
Octal 36 106 162 112 47 0 67 323 72 34
Binary 11110 1000110 1110010 1001010 100111 0 110111 11010011 111010 11100

Color Harmonies of #1E4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4672

Black with #1E4672

Text Example


Text Example

White with #1E4672

Text Example


Text Example

HTML Codes & Css Web 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>