Html Css Color HEX #19505C Teal Blue

📋 copy color: '#19505C'

red 25 ◦ green 80 ◦ blue 92

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

Shades of Teal Blue #19505C

Tints of Teal Blue #19505C

RGB

 RED value IS 25 (10.16% from 255) = 12.69%

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

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

R = 12.69%
G = 40.61%
B = 46.7%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19505C (or 0x19505C) is known color: Teal Blue. HEX triplet: 19, 50 and 5C. RGB value is (25,80,92). Sum of RGB (Red+Green+Blue) = 25+80+92=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #19505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19505C is #E6AFA3. Grayscale: #404040. Windows color (decimal): -15118244 or 6049817. OLE color: 6049817.

HSL color Cylindrical-coordinate representation of color #19505C: hue angle of 190.75º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19505C is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 80 92 -
CMYK 0.73 0.13 0 0.64
HSL 190.75º 0.57% 0.23% -
HSV(B) 190.75º 0.73% 0.36% -
XYZ 5.2 6.72 11.15 -
YUV 64.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 25 80 92 0.73 0.13 0 0.64 190.75 0.57 0.23
Hex 19 50 5C 49 D 0 40 BF 39 17
Octal 31 120 134 111 15 0 100 277 71 27
Binary 11001 1010000 1011100 1001001 1101 0 1000000 10111111 111001 10111

Color Harmonies of #19505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19505C

Black with #19505C

Text Example


Text Example

White with #19505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19505C; }

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

 H1.HeaderClassName
 {
   color: #19505C;
 }
 .AnyTagClassName
 {
   color: #19505C;
 }
</style>

background-color css

<style>
 a { background-color: #19505C; }

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

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

border-color css

<style>
 span { border-color: #19505C; }

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

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