Html Css Color HEX #134E5C Teal Blue

📋 copy color: '#134E5C'

red 19 ◦ green 78 ◦ blue 92

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

Shades of Teal Blue #134E5C

Tints of Teal Blue #134E5C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.27%

 BLUE value IS 92 (36.33% from 255) = 48.68%

R = 10.05%
G = 41.27%
B = 48.68%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#134E5C (or 0x134E5C) is known color: Teal Blue. HEX triplet: 13, 4E and 5C. RGB value is (19,78,92). Sum of RGB (Red+Green+Blue) = 19+78+92=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #134E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E5C is #ECB1A3. Grayscale: #3D3D3D. Windows color (decimal): -15511972 or 6049299. OLE color: 6049299.

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

Color convert

RGB 19 78 92 -
CMYK 0.79 0.15 0 0.64
HSL 191.51º 0.66% 0.22% -
HSV(B) 191.51º 0.79% 0.36% -
XYZ 4.92 6.36 11.09 -
YUV 61.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 19 78 92 0.79 0.15 0 0.64 191.51 0.66 0.22
Hex 13 4E 5C 4F F 0 40 C0 42 16
Octal 23 116 134 117 17 0 100 300 102 26
Binary 10011 1001110 1011100 1001111 1111 0 1000000 11000000 1000010 10110

Color Harmonies of #134E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E5C

Black with #134E5C

Text Example


Text Example

White with #134E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,92); }

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

background-color css

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

 a { background-color: rgb(19,78,92); }

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

border-color css

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

 span { border-color: rgb(19,78,92); }

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