Html Css Color HEX #1E4573 Venice Blue

📋 copy color: '#1E4573'

red 30 ◦ green 69 ◦ blue 115

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

Shades of Venice Blue #1E4573

Tints of Venice Blue #1E4573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 14.02%
G = 32.24%
B = 53.74%

CMYK

 C value IS 0.74

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E4573 (or 0x1E4573) is known color: Venice Blue. HEX triplet: 1E, 45 and 73. RGB value is (30,69,115). Sum of RGB (Red+Green+Blue) = 30+69+115=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4573 is #E1BA8C. Grayscale: #3E3E3E. Windows color (decimal): -14793357 or 7554334. OLE color: 7554334.

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

Color convert

RGB 30 69 115 -
CMYK 0.74 0.4 0 0.55
HSL 212.47º 0.59% 0.28% -
HSV(B) 212.47º 0.74% 0.45% -
XYZ 5.76 5.77 17.03 -
YUV 62.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 30 69 115 0.74 0.4 0 0.55 212.47 0.59 0.28
Hex 1E 45 73 4A 28 0 37 D4 3B 1C
Octal 36 105 163 112 50 0 67 324 73 34
Binary 11110 1000101 1110011 1001010 101000 0 110111 11010100 111011 11100

Color Harmonies of #1E4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4573

Black with #1E4573

Text Example


Text Example

White with #1E4573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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