Html Css Color HEX #1E486F Venice Blue

📋 copy color: '#1E486F'

red 30 ◦ green 72 ◦ blue 111

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

Shades of Venice Blue #1E486F

Tints of Venice Blue #1E486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 14.08%
G = 33.8%
B = 52.11%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E486F (or 0x1E486F) is known color: Venice Blue. HEX triplet: 1E, 48 and 6F. RGB value is (30,72,111). Sum of RGB (Red+Green+Blue) = 30+72+111=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E486F is #E1B790. Grayscale: #3F3F3F. Windows color (decimal): -14792593 or 7292958. OLE color: 7292958.

HSL color Cylindrical-coordinate representation of color #1E486F: hue angle of 208.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E486F is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 72 111 -
CMYK 0.73 0.35 0 0.56
HSL 208.89º 0.57% 0.28% -
HSV(B) 208.89º 0.73% 0.44% -
XYZ 5.72 6.06 15.91 -
YUV 63.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 30 72 111 0.73 0.35 0 0.56 208.89 0.57 0.28
Hex 1E 48 6F 49 23 0 38 D1 39 1C
Octal 36 110 157 111 43 0 70 321 71 34
Binary 11110 1001000 1101111 1001001 100011 0 111000 11010001 111001 11100

Color Harmonies of #1E486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E486F

Black with #1E486F

Text Example


Text Example

White with #1E486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,111); }

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

background-color css

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

 a { background-color: rgb(30,72,111); }

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

border-color css

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

 span { border-color: rgb(30,72,111); }

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