Html Css Color HEX #134957 Teal Blue

📋 copy color: '#134957'

red 19 ◦ green 73 ◦ blue 87

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

Shades of Teal Blue #134957

Tints of Teal Blue #134957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 87 (34.38% from 255) = 48.6%

R = 10.61%
G = 40.78%
B = 48.6%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134957 (or 0x134957) is known color: Teal Blue. HEX triplet: 13, 49 and 57. RGB value is (19,73,87). Sum of RGB (Red+Green+Blue) = 19+73+87=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #134957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134957 is #ECB6A8. Grayscale: #3A3A3A. Windows color (decimal): -15513257 or 5720339. OLE color: 5720339.

HSL color Cylindrical-coordinate representation of color #134957: hue angle of 192.35º 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 #134957 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 73 87 -
CMYK 0.78 0.16 0 0.66
HSL 192.35º 0.64% 0.21% -
HSV(B) 192.35º 0.78% 0.34% -
XYZ 4.37 5.59 9.87 -
YUV 58.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 19 73 87 0.78 0.16 0 0.66 192.35 0.64 0.21
Hex 13 49 57 4E 10 0 42 C0 40 15
Octal 23 111 127 116 20 0 102 300 100 25
Binary 10011 1001001 1010111 1001110 10000 0 1000010 11000000 1000000 10101

Color Harmonies of #134957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134957

Black with #134957

Text Example


Text Example

White with #134957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134957; }

 p { color: rgb(19,73,87); }

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

background-color css

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

 a { background-color: rgb(19,73,87); }

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

border-color css

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

 span { border-color: rgb(19,73,87); }

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