Html Css Color HEX #134A55 Teal Blue

📋 copy color: '#134A55'

red 19 ◦ green 74 ◦ blue 85

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

Shades of Teal Blue #134A55

Tints of Teal Blue #134A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.57%

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 10.67%
G = 41.57%
B = 47.75%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134A55 (or 0x134A55) is known color: Teal Blue. HEX triplet: 13, 4A and 55. RGB value is (19,74,85). Sum of RGB (Red+Green+Blue) = 19+74+85=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #134A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A55 is #ECB5AA. Grayscale: #3A3A3A. Windows color (decimal): -15513003 or 5589523. OLE color: 5589523.

HSL color Cylindrical-coordinate representation of color #134A55: hue angle of 190º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134A55 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 74 85 -
CMYK 0.78 0.13 0 0.67
HSL 190º 0.63% 0.2% -
HSV(B) 190º 0.78% 0.33% -
XYZ 4.36 5.69 9.46 -
YUV 58.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 19 74 85 0.78 0.13 0 0.67 190 0.63 0.2
Hex 13 4A 55 4E D 0 43 BE 3F 14
Octal 23 112 125 116 15 0 103 276 77 24
Binary 10011 1001010 1010101 1001110 1101 0 1000011 10111110 111111 10100

Color Harmonies of #134A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A55

Black with #134A55

Text Example


Text Example

White with #134A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,74,85); }

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

background-color css

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

 a { background-color: rgb(19,74,85); }

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

border-color css

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

 span { border-color: rgb(19,74,85); }

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