Html Css Color HEX #1E505C Teal Blue

📋 copy color: '#1E505C'

red 30 ◦ green 80 ◦ blue 92

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

Shades of Teal Blue #1E505C

Tints of Teal Blue #1E505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 14.85%
G = 39.6%
B = 45.54%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E505C (or 0x1E505C) is known color: Teal Blue. HEX triplet: 1E, 50 and 5C. RGB value is (30,80,92). Sum of RGB (Red+Green+Blue) = 30+80+92=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E505C is #E1AFA3. Grayscale: #424242. Windows color (decimal): -14790564 or 6049822. OLE color: 6049822.

HSL color Cylindrical-coordinate representation of color #1E505C: hue angle of 191.61º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E505C is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 80 92 -
CMYK 0.67 0.13 0 0.64
HSL 191.61º 0.51% 0.24% -
HSV(B) 191.61º 0.67% 0.36% -
XYZ 5.34 6.79 11.15 -
YUV 66.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 30 80 92 0.67 0.13 0 0.64 191.61 0.51 0.24
Hex 1E 50 5C 43 D 0 40 C0 33 18
Octal 36 120 134 103 15 0 100 300 63 30
Binary 11110 1010000 1011100 1000011 1101 0 1000000 11000000 110011 11000

Color Harmonies of #1E505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E505C

Black with #1E505C

Text Example


Text Example

White with #1E505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,80,92); }

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

background-color css

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

 a { background-color: rgb(30,80,92); }

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

border-color css

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

 span { border-color: rgb(30,80,92); }

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