Html Css Color HEX #134A56 Teal Blue

📋 copy color: '#134A56'

red 19 ◦ green 74 ◦ blue 86

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

Shades of Teal Blue #134A56

Tints of Teal Blue #134A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.04%

R = 10.61%
G = 41.34%
B = 48.04%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134A56 (or 0x134A56) is known color: Teal Blue. HEX triplet: 13, 4A and 56. RGB value is (19,74,86). Sum of RGB (Red+Green+Blue) = 19+74+86=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #134A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A56 is #ECB5A9. Grayscale: #3A3A3A. Windows color (decimal): -15513002 or 5655059. OLE color: 5655059.

HSL color Cylindrical-coordinate representation of color #134A56: hue angle of 190.75º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134A56 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 74 86 -
CMYK 0.78 0.14 0 0.66
HSL 190.75º 0.64% 0.21% -
HSV(B) 190.75º 0.78% 0.34% -
XYZ 4.4 5.71 9.67 -
YUV 58.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 19 74 86 0.78 0.14 0 0.66 190.75 0.64 0.21
Hex 13 4A 56 4E E 0 42 BF 40 15
Octal 23 112 126 116 16 0 102 277 100 25
Binary 10011 1001010 1010110 1001110 1110 0 1000010 10111111 1000000 10101

Color Harmonies of #134A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A56

Black with #134A56

Text Example


Text Example

White with #134A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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