Html Css Color HEX #134F5D Teal Blue

📋 copy color: '#134F5D'

red 19 ◦ green 79 ◦ blue 93

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

Shades of Teal Blue #134F5D

Tints of Teal Blue #134F5D

RGB

 RED value IS 19 (7.81% from 255) = 9.95%

 GREEN value IS 79 (31.25% from 255) = 41.36%

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 9.95%
G = 41.36%
B = 48.69%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#134F5D (or 0x134F5D) is known color: Teal Blue. HEX triplet: 13, 4F and 5D. RGB value is (19,79,93). Sum of RGB (Red+Green+Blue) = 19+79+93=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #134F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F5D is #ECB0A2. Grayscale: #3E3E3E. Windows color (decimal): -15511715 or 6115091. OLE color: 6115091.

HSL color Cylindrical-coordinate representation of color #134F5D: hue angle of 191.35º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134F5D is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 79 93 -
CMYK 0.80 0.15 0 0.64
HSL 191.35º 0.66% 0.22% -
HSV(B) 191.35º 0.8% 0.36% -
XYZ 5.04 6.52 11.35 -
YUV 62.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 19 79 93 0.80 0.15 0 0.64 191.35 0.66 0.22
Hex 13 4F 5D 50 F 0 40 BF 42 16
Octal 23 117 135 120 17 0 100 277 102 26
Binary 10011 1001111 1011101 1010000 1111 0 1000000 10111111 1000010 10110

Color Harmonies of #134F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F5D

Black with #134F5D

Text Example


Text Example

White with #134F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F5D; }

 p { color: rgb(19,79,93); }

 H1.HeaderClassName
 {
   color: #134F5D;
 }
 .AnyTagClassName
 {
   color: #134F5D;
 }
</style>

background-color css

<style>
 a { background-color: #134F5D; }

 a { background-color: rgb(19,79,93); }

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

border-color css

<style>
 span { border-color: #134F5D; }

 span { border-color: rgb(19,79,93); }

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