Html Css Color HEX #134C59 Teal Blue

📋 copy color: '#134C59'

red 19 ◦ green 76 ◦ blue 89

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

Shades of Teal Blue #134C59

Tints of Teal Blue #134C59

RGB

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

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

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

R = 10.33%
G = 41.3%
B = 48.37%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134C59 (or 0x134C59) is known color: Teal Blue. HEX triplet: 13, 4C and 59. RGB value is (19,76,89). Sum of RGB (Red+Green+Blue) = 19+76+89=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #134C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C59 is #ECB3A6. Grayscale: #3C3C3C. Windows color (decimal): -15512487 or 5852179. OLE color: 5852179.

HSL color Cylindrical-coordinate representation of color #134C59: hue angle of 191.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134C59 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 76 89 -
CMYK 0.79 0.15 0 0.65
HSL 191.14º 0.65% 0.21% -
HSV(B) 191.14º 0.79% 0.35% -
XYZ 4.66 6.03 10.37 -
YUV 60.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 19 76 89 0.79 0.15 0 0.65 191.14 0.65 0.21
Hex 13 4C 59 4F F 0 41 BF 41 15
Octal 23 114 131 117 17 0 101 277 101 25
Binary 10011 1001100 1011001 1001111 1111 0 1000001 10111111 1000001 10101

Color Harmonies of #134C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C59

Black with #134C59

Text Example


Text Example

White with #134C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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