Html Css Color HEX #1E4C73 Venice Blue

📋 copy color: '#1E4C73'

red 30 ◦ green 76 ◦ blue 115

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

Shades of Venice Blue #1E4C73

Tints of Venice Blue #1E4C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 13.57%
G = 34.39%
B = 52.04%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E4C73 (or 0x1E4C73) is known color: Venice Blue. HEX triplet: 1E, 4C and 73. RGB value is (30,76,115). Sum of RGB (Red+Green+Blue) = 30+76+115=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4C73 is #E1B38C. Grayscale: #424242. Windows color (decimal): -14791565 or 7556126. OLE color: 7556126.

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

Color convert

RGB 30 76 115 -
CMYK 0.74 0.34 0 0.55
HSL 207.53º 0.59% 0.28% -
HSV(B) 207.53º 0.74% 0.45% -
XYZ 6.21 6.68 17.18 -
YUV 66.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 30 76 115 0.74 0.34 0 0.55 207.53 0.59 0.28
Hex 1E 4C 73 4A 22 0 37 D0 3B 1C
Octal 36 114 163 112 42 0 67 320 73 34
Binary 11110 1001100 1110011 1001010 100010 0 110111 11010000 111011 11100

Color Harmonies of #1E4C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4C73

Black with #1E4C73

Text Example


Text Example

White with #1E4C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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