Html Css Color HEX #1E4C59 Teal Blue

📋 copy color: '#1E4C59'

red 30 ◦ green 76 ◦ blue 89

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

Shades of Teal Blue #1E4C59

Tints of Teal Blue #1E4C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 15.38%
G = 38.97%
B = 45.64%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E4C59 (or 0x1E4C59) is known color: Teal Blue. HEX triplet: 1E, 4C and 59. RGB value is (30,76,89). Sum of RGB (Red+Green+Blue) = 30+76+89=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4C59 is #E1B3A6. Grayscale: #3F3F3F. Windows color (decimal): -14791591 or 5852190. OLE color: 5852190.

HSL color Cylindrical-coordinate representation of color #1E4C59: hue angle of 193.22º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4C59 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 76 89 -
CMYK 0.66 0.15 0 0.65
HSL 193.22º 0.5% 0.23% -
HSV(B) 193.22º 0.66% 0.35% -
XYZ 4.92 6.17 10.38 -
YUV 63.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 30 76 89 0.66 0.15 0 0.65 193.22 0.5 0.23
Hex 1E 4C 59 42 F 0 41 C1 32 17
Octal 36 114 131 102 17 0 101 301 62 27
Binary 11110 1001100 1011001 1000010 1111 0 1000001 11000001 110010 10111

Color Harmonies of #1E4C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4C59

Black with #1E4C59

Text Example


Text Example

White with #1E4C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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